mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/pygobject: Updated for version 2.13.1
This commit is contained in:
parent
d345a1ca7a
commit
b6eee6bcaf
4 changed files with 21 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue