libraries/Kivy: Updated for version 1.10.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-05-08 19:08:20 +02:00 committed by Willy Sudiarto Raharjo
parent b43308492e
commit 316af23afd
4 changed files with 11 additions and 17 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Kivy
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Kivy
SRCNAM=${PRGNAM,,}
VERSION=${VERSION:-1.9.1}
VERSION=${VERSION:-1.10.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
cd $SRCNAM-$VERSION
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,10 +1,10 @@
PRGNAM="Kivy"
VERSION="1.9.1"
HOMEPAGE="http://kivy.org"
DOWNLOAD="https://github.com/kivy/kivy/archive/1.9.1.tar.gz"
MD5SUM="e1cb0f9bca49fdad05653df3fb6fec46"
VERSION="1.10.0"
HOMEPAGE="https://kivy.org/"
DOWNLOAD="https://pypi.python.org/packages/8c/49/5c22589099f9b7fd106502ee6634a6675e634d7553fede141a7606e6a92d/Kivy-1.10.0.tar.gz"
MD5SUM="8f24581d432ad5230ecbd913257f3cda"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Cython-Kivy"
REQUIRES="kivy-garden docutils Pygments SDL2_ttf SDL2_image SDL2_mixer"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"

View file

@ -1,7 +1,2 @@
A software library for rapid development of hardware-accelerated
multitouch applications.
Optional dependencies: pygame, gst0-python, pyenchant
If you want to enable features like windowing (i.e. open a Window),
audio/video playback or spelling correction. Other optional libraries
(mutually independent) are: opencv.

View file

@ -11,7 +11,7 @@ Kivy:
Kivy: A software library for rapid development of hardware-accelerated
Kivy: multitouch applications.
Kivy:
Kivy: Homepage: http://kivy.org
Kivy: Homepage: https://kivy.org/
Kivy:
Kivy:
Kivy: