36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
# Template file for 'notify-python'
|
|
pkgname=notify-python
|
|
version=0.1.1
|
|
revision=7
|
|
patch_args="-Np1"
|
|
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
short_desc="Python bindings for libnotify"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=8c5ee28017fdc5b110c31cb76503e535e15e0c60b9a1f1e95ff6c018dd806022
|
|
long_desc="
|
|
libnotify sends desktop notifications to a notification daemon, as defined
|
|
in the Desktop Notifications spec. These notifications can be used to
|
|
inform the user about an event or display some form of information without
|
|
getting in the user's way.
|
|
|
|
$pkgname provides just the Python bindings for libnotify."
|
|
|
|
pycompile_module="gtk-2.0/pynotify"
|
|
|
|
Add_dependency run pygtk
|
|
|
|
Add_dependency build libnotify-devel
|
|
Add_dependency build gtk+-devel
|
|
Add_dependency build dbus-glib-devel
|
|
Add_dependency build atk-devel
|
|
Add_dependency build glib-devel
|
|
Add_dependency build pango-devel
|
|
Add_dependency build gdk-pixbuf-devel
|
|
Add_dependency build cairo-devel
|
|
Add_dependency build libpng-devel
|
|
Add_dependency build freetype-devel
|
|
Add_dependency build fontconfig-devel
|
|
Add_dependency build dbus-devel
|
|
Add_dependency build python-devel
|
|
Add_dependency build pygtk-devel
|