2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Libnotify için bağlayıcı python
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.galago-project.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libnotify python-gtk dbus-glib
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=python-notify
|
|
|
|
|
version=0.1.1
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-$version.tar.gz
|
|
|
|
|
http://downloads.nutyx.org/files/patchs/$name/python-notify-0.1.1-fix-gtk-symbols-1.patch
|
|
|
|
|
http://downloads.nutyx.org/files/patchs/$name/libnotify07.patch)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2016-02-24 01:27:23 +01:00
|
|
|
|
cd notify-python-$version
|
|
|
|
|
patch -p1 < $SRC/libnotify07.patch
|
|
|
|
|
patch -Np1 -i ../python-notify-0.1.1-fix-gtk-symbols-1.patch
|
|
|
|
|
PYTHON=/usr/bin/python2 ./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|
|
|
|
|
|