diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 19:45:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:45:25 +0200 |
commit | b6eee6bcaf2bd94e20912929fa27b971c3ebe976 (patch) | |
tree | 764515254568dff26fc2f669701d955f306d0daa /libraries | |
parent | d345a1ca7ab924dea1788183567bb3047dae426a (diff) | |
download | slackbuilds-b6eee6bcaf2bd94e20912929fa27b971c3ebe976.tar.gz |
libraries/pygobject: Updated for version 2.13.1
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pygobject/README | 3 | ||||
-rw-r--r-- | libraries/pygobject/pygobject.SlackBuild | 11 | ||||
-rw-r--r-- | libraries/pygobject/pygobject.info | 8 | ||||
-rw-r--r-- | libraries/pygobject/slack-desc | 11 |
4 files changed, 21 insertions, 12 deletions
diff --git a/libraries/pygobject/README b/libraries/pygobject/README index 34e6c258a6..e1c34aa9cc 100644 --- a/libraries/pygobject/README +++ b/libraries/pygobject/README @@ -1,6 +1,3 @@ This archive contains bindings for the GObject, to be used in Python It is a fairly complete set of bindings, it's already rather useful, and is usable to write moderately complex programs. - -This is an optional dependency for pygtk, available on slackbuilds.org - diff --git a/libraries/pygobject/pygobject.SlackBuild b/libraries/pygobject/pygobject.SlackBuild index 964d7682c0..eeed8b1a3e 100644 --- a/libraries/pygobject/pygobject.SlackBuild +++ b/libraries/pygobject/pygobject.SlackBuild @@ -5,9 +5,9 @@ # Modified by the SlackBuilds.org project PRGNAM=pygobject -VERSION=2.12.3 +VERSION=2.13.1 ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -40,9 +40,12 @@ make || exit 1 make install-strip DESTDIR=$PKG || exit 1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ChangeLog PKG-INFO INSTALL AUTHORS COPYING NEWS README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog PKG-INFO INSTALL AUTHORS COPYING NEWS README \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -( cd $PKG/usr/doc/$PRGNAM-$VERSION ; ln -s ../../share/gtk-doc/html/pygobject html ) +( cd $PKG/usr/doc/$PRGNAM-$VERSION + ln -s ../../share/gtk-doc/html/pygobject html +) mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc diff --git a/libraries/pygobject/pygobject.info b/libraries/pygobject/pygobject.info index 5aa7ba295c..1c661c3fab 100644 --- a/libraries/pygobject/pygobject.info +++ b/libraries/pygobject/pygobject.info @@ -1,8 +1,8 @@ PRGNAM="pygobject" -VERSION="2.12.3" +VERSION="2.13.1" HOMEPAGE="http://www.pygtk.org/" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.12/pygobject-2.12.3.tar.bz2" -MD5SUM="009986021225b7ea6e0ba848707785af" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.13/pygobject-2.13.1.tar.bz2" +MD5SUM="b51a3105de27eb20ddd3ff2b99ffe39c" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="elohim,robw810" +APPROVED="rworkman" diff --git a/libraries/pygobject/slack-desc b/libraries/pygobject/slack-desc index a8b3a71d19..cf75352a34 100644 --- a/libraries/pygobject/slack-desc +++ b/libraries/pygobject/slack-desc @@ -1,4 +1,12 @@ -pygobject: pygobject - GObject bindings for Python +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +pygobject: pygobject (GObject bindings for Python) pygobject: pygobject: This archive contains bindings for the GObject, to be used in Python pygobject: It is a fairly complete set of bindings, it's already rather useful, @@ -8,3 +16,4 @@ pygobject: http://www.pygtk.org/ pygobject: pygobject: pygobject: +pygobject: |