notify-python: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 16:15:49 +01:00
parent 35bfe66508
commit 8dafa25499

View File

@ -1,10 +1,11 @@
# Template file for 'notify-python'
pkgname=notify-python
version=0.1.1
revision=8
revision=9
patch_args="-Np1"
build_style=gnu-configure
makedepends="pkg-config libnotify-devel gtk+-devel dbus-glib-devel pygtk-devel"
hostmakedepends="pkg-config python-devel"
makedepends="libnotify-devel gtk+-devel dbus-glib-devel pygtk-devel"
depends="pygtk"
pycompile_module="gtk-2.0/pynotify"
short_desc="Python bindings for libnotify"
@ -13,10 +14,3 @@ license="LGPL-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
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."