xfce4-notifyd: update to 0.2.2.
This commit is contained in:
parent
9c7d7d79c5
commit
e1dc4c4c4d
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'xfce4-notifyd'
|
||||
pkgname=xfce4-notifyd
|
||||
version=0.2.1
|
||||
revision=7
|
||||
version=0.2.2
|
||||
distfiles="http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="Simple, visually-appealing notification daemon for Xfce"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=aab2da3d14401ea91d816744e7c4b9e2e7a996e7d8b6756c7ad0c0b3bec3ed70
|
||||
checksum=b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168
|
||||
long_desc="
|
||||
Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce
|
||||
that implements the Freedesktop.org Desktop Notifications Specification."
|
||||
|
@ -26,5 +25,5 @@ Add_dependency build xfconf-devel
|
|||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build gtk+-devel
|
||||
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full desktop-file-utils
|
||||
Add_dependency run hicolor-icon-theme
|
||||
Add_dependency run desktop-file-utils
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
libxfce4ui-1.so.0
|
||||
libgtk-x11-2.0.so.0
|
||||
libxfce4util.so.4
|
||||
libgdk-x11-2.0.so.0
|
||||
libxfconf-0.so.2
|
||||
libdbus-glib-1.so.2
|
||||
|
@ -13,3 +12,4 @@ libcairo.so.2
|
|||
libpango-1.0.so.0
|
||||
libdbus-1.so.3
|
||||
libX11.so.6
|
||||
libxfce4util.so.6
|
||||
|
|
Loading…
Reference in New Issue