From 79368469c775a54402673ce9ce2c6e01d58d7f61 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Oct 2011 17:43:53 +0200 Subject: [PATCH] xfce4-notifyd: enable virtualpkg by default. --- srcpkgs/xfce4-notifyd/files/xfce4-notifyd.virtualpkgd | 5 +---- srcpkgs/xfce4-notifyd/template | 5 ++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/xfce4-notifyd/files/xfce4-notifyd.virtualpkgd b/srcpkgs/xfce4-notifyd/files/xfce4-notifyd.virtualpkgd index bc9bad6282b..b27f132499e 100644 --- a/srcpkgs/xfce4-notifyd/files/xfce4-notifyd.virtualpkgd +++ b/srcpkgs/xfce4-notifyd/files/xfce4-notifyd.virtualpkgd @@ -2,11 +2,8 @@ - virtual-pkgver - notification-daemon-0.2 + notification-daemon-0.6 target-pkgpattern xfce4-notifyd>=0 diff --git a/srcpkgs/xfce4-notifyd/template b/srcpkgs/xfce4-notifyd/template index d64279bc9bd..90798f9709d 100644 --- a/srcpkgs/xfce4-notifyd/template +++ b/srcpkgs/xfce4-notifyd/template @@ -1,7 +1,7 @@ # Template file for 'xfce4-notifyd' pkgname=xfce4-notifyd version=0.2.1 -revision=1 +revision=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" @@ -44,4 +44,7 @@ Add_dependency full desktop-file-utils post_install() { vinstall ${FILESDIR}/${pkgname}.virtualpkgd \ 644 etc/xbps/virtualpkg.d ${pkgname} + vmkdir etc/xbps/virtualpkg.d.wants + cd ${DESTDIR}/etc/xbps/virtualpkg.d.wants && \ + ln -sf ../virtualpkg.d/${pkgname} . }