Remove virtualpkg.d plist files, they are dynamically created by xbps-src.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?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>
|
||||
<key>virtual-pkgver</key>
|
||||
<string>notification-daemon-0.6</string>
|
||||
<key>target-pkgpattern</key>
|
||||
<string>xfce4-notifyd>=0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'xfce4-notifyd'
|
||||
pkgname=xfce4-notifyd
|
||||
version=0.2.1
|
||||
revision=3
|
||||
revision=4
|
||||
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"
|
||||
@@ -40,11 +40,3 @@ 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}.plist
|
||||
vmkdir etc/xbps/virtualpkg.d.wants
|
||||
cd ${DESTDIR}/etc/xbps/virtualpkg.d.wants && \
|
||||
ln -sf ../virtualpkg.d/${pkgname}.plist .
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user