void-packages/srcpkgs/xfce4-notifyd/template

51 lines
1.6 KiB
Text
Raw Normal View History

# Template file for 'xfce4-notifyd'
pkgname=xfce4-notifyd
2011-02-16 09:19:55 +00:00
version=0.2.1
revision=3
2011-01-14 22:36:25 +00:00
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>"
2011-02-16 09:19:55 +00:00
checksum=aab2da3d14401ea91d816744e7c4b9e2e7a996e7d8b6756c7ad0c0b3bec3ed70
long_desc="
Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce
that implements the Freedesktop.org Desktop Notifications Specification."
2011-02-16 09:19:55 +00:00
provides="notification-daemon-${version}"
2011-01-14 22:36:25 +00:00
conflicts="notification-daemon>=0"
replaces="notification-daemon>=0"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency run glibc
2011-01-14 22:36:25 +00:00
Add_dependency run libxfce4ui
Add_dependency run gtk+
Add_dependency run libxfce4util
Add_dependency run xfconf
Add_dependency run dbus-glib
Add_dependency run glib
2011-01-14 22:36:25 +00:00
Add_dependency run gdk-pixbuf
Add_dependency run cairo
2011-01-14 22:36:25 +00:00
Add_dependency run pango
Add_dependency run dbus-libs
Add_dependency run libX11
Add_dependency build pkg-config
Add_dependency build intltool
2011-01-14 22:36:25 +00:00
Add_dependency build libxfce4util-devel
Add_dependency build libxfce4ui-devel
Add_dependency build xfconf-devel
Add_dependency build dbus-glib-devel
Add_dependency build gtk+-devel
2011-01-14 22:36:25 +00:00
Add_dependency full hicolor-icon-theme
Add_dependency full desktop-file-utils
post_install() {
vinstall ${FILESDIR}/${pkgname}.virtualpkgd \
644 etc/xbps/virtualpkg.d ${pkgname}.plist
vmkdir etc/xbps/virtualpkg.d.wants
cd ${DESTDIR}/etc/xbps/virtualpkg.d.wants && \
ln -sf ../virtualpkg.d/${pkgname}.plist .
}