summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-22 23:03:11 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-22 23:03:11 +0100
commiteae66786a178736e2cffdb0a83b9184588edb1ab (patch)
tree23091b8f4d366fa24ccfeca347d7e5adb36540cb
parent579ef54c9f22aba2e0efabb059386ef460419237 (diff)
downloadnutyx-pakxe-eae66786a178736e2cffdb0a83b9184588edb1ab.tar.gz
nutyx-pakxe-eae66786a178736e2cffdb0a83b9184588edb1ab.tar.bz2
nutyx-pakxe-eae66786a178736e2cffdb0a83b9184588edb1ab.tar.xz
nutyx-pakxe-eae66786a178736e2cffdb0a83b9184588edb1ab.zip
Maj sip#4.9.2-1
-rw-r--r--extra/sip/.footprint14
-rw-r--r--extra/sip/.md5sum2
-rw-r--r--extra/sip/Pkgfile8
3 files changed, 12 insertions, 12 deletions
diff --git a/extra/sip/.footprint b/extra/sip/.footprint
index 4e206e916..8de34fe1e 100644
--- a/extra/sip/.footprint
+++ b/extra/sip/.footprint
@@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sip
drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/python2.5/
--rw-r--r-- root/root usr/include/python2.5/sip.h
+drwxr-xr-x root/root usr/include/python2.6/
+-rw-r--r-- root/root usr/include/python2.6/sip.h
drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/python2.5/
-drwxr-xr-x root/root usr/lib/python2.5/site-packages/
--rwxr-xr-x root/root usr/lib/python2.5/site-packages/sip.so
--rw-r--r-- root/root usr/lib/python2.5/site-packages/sipconfig.py
--rw-r--r-- root/root usr/lib/python2.5/site-packages/sipdistutils.py
+drwxr-xr-x root/root usr/lib/python2.6/
+drwxr-xr-x root/root usr/lib/python2.6/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.6/site-packages/sip.so
+-rw-r--r-- root/root usr/lib/python2.6/site-packages/sipconfig.py
+-rw-r--r-- root/root usr/lib/python2.6/site-packages/sipdistutils.py
diff --git a/extra/sip/.md5sum b/extra/sip/.md5sum
index 4e65af861..8e0bb9890 100644
--- a/extra/sip/.md5sum
+++ b/extra/sip/.md5sum
@@ -1 +1 @@
-7ae60712aa6b4095a8cdab11b437f8f0 sip-4.8.2.tar.gz
+5705c23a29e6bef2b2f94ed826402c9d sip-4.9.2.tar.gz
diff --git a/extra/sip/Pkgfile b/extra/sip/Pkgfile
index b4fcf2beb..8be027b21 100644
--- a/extra/sip/Pkgfile
+++ b/extra/sip/Pkgfile
@@ -5,17 +5,17 @@
# Depends on: python
name=sip
-version=4.8.2
+version=4.9.2
release=1
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/$name-$version.tar.gz)
build() {
cd $name-$version
python configure.py -b /usr/bin \
- -d /usr/lib/python2.5/site-packages \
- -e /usr/include/python2.5 \
+ -d /usr/lib/python2.6/site-packages \
+ -e /usr/include/python2.6 \
-v /usr/share/sip
make
make DESTDIR=$PKG install
- chmod 644 $PKG/usr/lib/python2.5/site-packages/sipdistutils.py
+ chmod 644 $PKG/usr/lib/python2.6/site-packages/sipdistutils.py
}