xfce4-notifyd: added virtualpkg.d plist files.

This commit is contained in:
Juan RP 2011-10-20 17:25:10 +02:00
parent f1b3615534
commit a08922e359
2 changed files with 23 additions and 8 deletions

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- This dictionary sets that we _always_ want
the "xfce4-notifyd" package to be the default
notification-daemon package, over other alternatives. -->
<key>virtual-pkgver</key>
<string>notification-daemon-0.2</string>
<key>target-pkgpattern</key>
<string>xfce4-notifyd>=0</string>
</dict>
</plist>

View file

@ -1,6 +1,7 @@
# Template file for 'xfce4-notifyd'
pkgname=xfce4-notifyd
version=0.2.1
revision=1
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"
@ -12,6 +13,8 @@ long_desc="
provides="notification-daemon-${version}"
conflicts="notification-daemon>=0"
replaces="notification-daemon>=0"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
Add_dependency run glibc
@ -29,17 +32,16 @@ Add_dependency run libX11
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build libxfce4ui-devel
Add_dependency build gtk+-devel
Add_dependency build libxfce4util-devel
Add_dependency build libxfce4ui-devel
Add_dependency build xfconf-devel
Add_dependency build dbus-glib-devel
Add_dependency build glib-devel
Add_dependency build gdk-pixbuf-devel
Add_dependency build cairo-devel
Add_dependency build pango-devel
Add_dependency build dbus-devel
Add_dependency build libX11-devel
Add_dependency build gtk+-devel
Add_dependency full hicolor-icon-theme
Add_dependency full desktop-file-utils
post_install() {
vinstall ${FILESDIR}/${pkgname}.virtualpkgd \
644 etc/xbps/virtualpkg.d ${pkgname}
}