summaryrefslogtreecommitdiffstats
path: root/extra/python-notify/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-11-04 00:36:24 +0100
committerorchidman <lesibel@free.fr>2011-11-04 00:36:24 +0100
commitaa0c1cc5d761279cfebaa8949a2ef44e07aac52d (patch)
tree3353e03fb04cf77a6ce139958626f411574b135d /extra/python-notify/Pkgfile
parent8d4410ad58af8a43c5775296cc6febbba76b2f39 (diff)
downloadnutyx-pakxe-aa0c1cc5d761279cfebaa8949a2ef44e07aac52d.tar.gz
nutyx-pakxe-aa0c1cc5d761279cfebaa8949a2ef44e07aac52d.tar.bz2
nutyx-pakxe-aa0c1cc5d761279cfebaa8949a2ef44e07aac52d.tar.xz
nutyx-pakxe-aa0c1cc5d761279cfebaa8949a2ef44e07aac52d.zip
python-notify 0.1.1-2 correction port
Diffstat (limited to 'extra/python-notify/Pkgfile')
-rw-r--r--extra/python-notify/Pkgfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/python-notify/Pkgfile b/extra/python-notify/Pkgfile
index 94a2fc663..71cb5acef 100644
--- a/extra/python-notify/Pkgfile
+++ b/extra/python-notify/Pkgfile
@@ -2,18 +2,20 @@
# URL: http://www.galago-project.org/
# Maintainer: NuTyX packager team
# Packager: thierryn1 at hispeed at ch
-# Depends on: libnotify,pygtk,dbus-glib
-# Run on: libnotify,pygtk,dbus-glib
+# Depends on: libnotify,pygtk,dbus-glib,wxgtk
+# Run on: libnotify,pygtk,dbus-glib,wxgtk
name=python-notify
version=0.1.1
-release=1
+release=2
-source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-$version.tar.gz)
+source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-$version.tar.gz
+ libnotify07.patch)
build() {
cd notify-python-$version
- PYTHON=python2 ./configure --prefix=/usr
+ patch -p1 < $SRC/libnotify07.patch
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}