notification-daemon: update to 0.7.6.

This commit is contained in:
Juan RP 2012-09-12 20:27:10 +02:00
parent 4aec25d364
commit 321160878b

View file

@ -1,21 +1,19 @@
# Template file for 'notification-daemon' # Template file for 'notification-daemon'
pkgname=notification-daemon pkgname=notification-daemon
version=0.7.4 version=0.7.6
revision=2 revision=1
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz" replaces="notification-daemon>=0"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
depends="desktop-file-utils" depends="desktop-file-utils"
makedepends="pkg-config intltool glib-devel gtk+3-devel libcanberra-devel" makedepends="pkg-config intltool glib-devel gtk+3-devel libcanberra-devel"
short_desc="Shows notification messages on the desktop" short_desc="Shows notification messages on the desktop"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f homepage="http://www.galago-project.org/specs/notification/"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
checksum=64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3
long_desc=" long_desc="
notification-daemon is an application that shows notifications sent by notification-daemon is an application that shows notifications sent by
other applications on your desktop in the form of popups. It is based other applications on your desktop in the form of popups. It is based
on the libnotify library." on the libnotify library."
replaces="notification-daemon>=0"
conflicts="xfce4-notifyd>=0"