notification-daemon: update to 0.7.4.
This commit is contained in:
parent
48e746a002
commit
2468b4c14b
2 changed files with 3 additions and 7 deletions
|
@ -8,5 +8,4 @@ libcairo.so.2
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
libpthread.so.0
|
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'notification-daemon'
|
# Template file for 'notification-daemon'
|
||||||
pkgname=notification-daemon
|
pkgname=notification-daemon
|
||||||
version=0.7.3
|
version=0.7.4
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
revision=1
|
|
||||||
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=c40931557c42cd12fdb04ab531fd7d5c5766641e76babdbff6079a6d88342704
|
checksum=9591273ee2099215cfbe1ce7eb7c08e8cbc3743d0a119e331889ffe9004e6f2f
|
||||||
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
|
||||||
|
@ -16,11 +15,9 @@ long_desc="
|
||||||
replaces="notification-daemon>=0"
|
replaces="notification-daemon>=0"
|
||||||
conflicts="xfce4-notifyd>=0"
|
conflicts="xfce4-notifyd>=0"
|
||||||
|
|
||||||
Add_dependency run libcanberra ">=0.28_1" # gtk+3 support
|
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gtk+3-devel
|
Add_dependency build gtk+3-devel
|
||||||
Add_dependency build libcanberra-devel
|
Add_dependency build libcanberra-devel
|
||||||
|
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency run desktop-file-utils
|
||||||
|
|
Loading…
Reference in a new issue