development/kiwi: Updated for version 1.9.29.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-09-24 17:05:06 -03:00 committed by Niels Horn
parent cfea81e596
commit a31667728a
4 changed files with 13 additions and 15 deletions

View file

@ -1,13 +1,11 @@
kiwi (A framework for Python applications with GUIs)
Kiwi is a framework and a set of enhanced PyGTK widgets designed to
make building programs with graphical interfaces both easy to write
Kiwi is a framework and a set of enhanced PyGTK widgets designed to
make building programs with graphical interfaces both easy to write
and easy to maintain. Kiwi is pure Python and released under the LGPL.
Fully object-oriented, and roughly Smalltalk's MVC, Kiwi provides a
simple, practical way to build forms, windows and widgets that
Fully object-oriented, and roughly Smalltalk's MVC, Kiwi provides a
simple, practical way to build forms, windows and widgets that
transparently access and display your object data. Kiwi is inspired
by Allen Holub's Visual Proxy.
NOTE: Additional functionality is provided if zope.interface and/or
NOTE: Additional functionality is provided if zope.interface and/or
SQLObject are installed.

View file

@ -6,7 +6,7 @@
# Public domain
PRGNAM=kiwi
VERSION=${VERSION:-1.9.26}
VERSION=${VERSION:-1.9.29}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -29,7 +29,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@ -42,7 +42,7 @@ python setup.py install --root=$PKG
rm -rf $PKG/usr/share/doc # duplicate
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS PKG-INFO README \
cp -a AUTHORS COPYING NEWS PKG-INFO README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,10 +1,10 @@
PRGNAM="kiwi"
VERSION="1.9.26"
VERSION="1.9.29"
HOMEPAGE="http://www.async.com.br/projects/kiwi/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/kiwi/1.9/kiwi-1.9.26.tar.gz"
MD5SUM="036cb5d9007d816bdc7b9fff9fc3215c"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/kiwi/1.9/kiwi-1.9.29.tar.xz"
MD5SUM="36eac822121201dfc69a8c5b4a07dc4c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="dsomero"
APPROVED="dsomero,Niels Horn"

View file

@ -7,7 +7,7 @@
|-----handy-ruler------------------------------------------------------|
kiwi: kiwi (A framework for Python applications with GUIs)
kiwi:
kiwi:
kiwi: Kiwi is a framework and a set of enhanced PyGTK widgets designed to
kiwi: make building programs with graphical interfaces both easy to write
kiwi: and easy to maintain. Kiwi is pure Python and released under the