From 8dafa254993e9892687af20d7f3547100ac51c09 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 16:15:49 +0100 Subject: [PATCH] notify-python: remove long_desc. --- srcpkgs/notify-python/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/notify-python/template b/srcpkgs/notify-python/template index f1198e4a4ef..1df3f812a29 100644 --- a/srcpkgs/notify-python/template +++ b/srcpkgs/notify-python/template @@ -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 " 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."