notification-daemon: update to 0.5.0.
This commit is contained in:
parent
1fb51e5868
commit
877e7a854a
1 changed files with 10 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'notification-daemon'
|
# Template file for 'notification-daemon'
|
||||||
pkgname=notification-daemon
|
pkgname=notification-daemon
|
||||||
version=0.4.0
|
version=0.5.0
|
||||||
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/0.5/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-schemas-install --localstatedir=/var
|
configure_args="--disable-schemas-install --localstatedir=/var
|
||||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas --disable-static"
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas --disable-static"
|
||||||
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=29aaf4ed090589e69ca5dbbb9125a27c9a194e535cb3b96d26e95bd80ffea530
|
checksum=aa1d3546fd1d5c51087317f4921c419927b644c12c39b557c959c9b45deb1475
|
||||||
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."
|
||||||
|
|
||||||
# XXX: conflicts with xfce4-notifyd.
|
conflicts="xfce4-notifyd>=0"
|
||||||
gconf_schemas="$pkgname.schemas"
|
gconf_schemas="$pkgname.schemas"
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
|
|
||||||
|
@ -33,6 +33,9 @@ Add_dependency run libX11
|
||||||
Add_dependency run libglade
|
Add_dependency run libglade
|
||||||
Add_dependency run libnotify
|
Add_dependency run libnotify
|
||||||
Add_dependency run libwnck
|
Add_dependency run libwnck
|
||||||
|
Add_dependency run libcanberra
|
||||||
|
Add_dependency run gdk-pixbuf
|
||||||
|
Add_dependency run libpng
|
||||||
Add_dependency run gstreamer
|
Add_dependency run gstreamer
|
||||||
Add_dependency run GConf
|
Add_dependency run GConf
|
||||||
|
|
||||||
|
@ -55,6 +58,9 @@ Add_dependency build gstreamer-devel
|
||||||
Add_dependency build libX11-devel
|
Add_dependency build libX11-devel
|
||||||
Add_dependency build libglade-devel
|
Add_dependency build libglade-devel
|
||||||
Add_dependency build libnotify-devel
|
Add_dependency build libnotify-devel
|
||||||
|
Add_dependency build libcanberra-devel
|
||||||
|
Add_dependency build gdk-pixbuf-devel
|
||||||
|
Add_dependency build libpng-devel
|
||||||
|
|
||||||
Add_dependency full hicolor-icon-theme
|
Add_dependency full hicolor-icon-theme
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency full desktop-file-utils
|
||||||
|
|
Loading…
Reference in a new issue