mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/pygtk: Updated for version 2.10.5
This commit is contained in:
parent
b6eee6bcaf
commit
d1d9c420a2
4 changed files with 20 additions and 12 deletions
|
@ -4,4 +4,3 @@ managing memory and type casting.
|
|||
|
||||
This requires pygobject and pycairo, both of which are also available
|
||||
at SlackBuilds.org
|
||||
|
||||
|
|
|
@ -2,18 +2,20 @@
|
|||
|
||||
# Slackware build script for pygtk
|
||||
# Written by Erik Hanson erik@slackbuilds.org
|
||||
# Modified by the SlackBuilds.org project
|
||||
# Updated by Andrew Brouwers, abrouwers@gmail.com
|
||||
|
||||
PRGNAM=pygtk
|
||||
VERSION=2.10.3
|
||||
VERSION=2.10.5
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
DOCS="MAPPING PKG-INFO ChangeLog INSTALL TODO AUTHORS COPYING NEWS README"
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
|
@ -40,13 +42,11 @@ make || exit 1
|
|||
make install-strip DESTDIR=$PKG || exit 1
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a MAPPING PKG-INFO ChangeLog INSTALL TODO AUTHORS COPYING NEWS README \
|
||||
ChangeLog.pre-2-0 examples $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
( cd $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
ln -s ../../share/gtk-doc/html/pygtk html
|
||||
)
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
find $PKG/usr/doc -name "Makefile*" -exec rm {} \;
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pygtk"
|
||||
VERSION="2.10.3"
|
||||
VERSION="2.10.5"
|
||||
HOMEPAGE="http://www.pygtk.org/"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/pygtk-2.10.3.tar.bz2"
|
||||
MD5SUM="57cd2b7e6e383b58ce145199d03e40b7"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/pygtk-2.10.5.tar.bz2"
|
||||
MD5SUM="8ee5964785b24302305c7ff3109eb3e5"
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="elohim,robw810"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
pygtk: pygtk - GTK 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------------------------------------------------------|
|
||||
pygtk: pygtk (GTK Bindings for Python)
|
||||
pygtk:
|
||||
pygtk: PyGTK provides a convenient wrapper for the GTK+ library for use in
|
||||
pygtk: Python programs, taking care of many of the boring details such as
|
||||
|
@ -8,3 +16,4 @@ pygtk: http://www.pygtk.org/
|
|||
pygtk:
|
||||
pygtk:
|
||||
pygtk:
|
||||
pygtk:
|
||||
|
|
Loading…
Reference in a new issue