- remove some bogus extraunexec entries

- add missing @sample dirs

first commit from my new lappy :)
"a small step for a new laptop, but a large step for gnome" jasper@
This commit is contained in:
ajacoutot 2009-01-14 22:38:51 +00:00
parent 3d0586c623
commit cd68b76fdd
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2009/01/13 10:07:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.57 2009/01/14 22:38:51 ajacoutot Exp $
COMMENT-main= applets for use with the GNOME panel
COMMENT-battstat= GNOME applet for monitoring battery level
@ -7,7 +7,7 @@ GNOME_PROJECT= gnome-applets
GNOME_VERSION= 2.24.3
PKGNAME-main= gnome-applets2-${VERSION}
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}
PKGNAME-battstat= gnome-applets2-battstat-${VERSION}p0
CATEGORIES= x11
# LGPLv2/GFDLv1.1

View File

@ -1,9 +1,12 @@
@comment $OpenBSD: PLIST-battstat,v 1.18 2008/12/17 18:47:57 jasper Exp $
@comment $OpenBSD: PLIST-battstat,v 1.19 2009/01/14 22:38:51 ajacoutot Exp $
lib/bonobo/servers/GNOME_BattstatApplet.server
@bin libexec/battstat-applet-2
share/examples/gnome-applets2/
@sample ${SYSCONFDIR}/gnome/
share/examples/gnome-applets2/sound/
@sample ${SYSCONFDIR}/gnome/sound/
share/examples/gnome-applets2/sound/events/
@sample ${SYSCONFDIR}/gnome/sound/events/
share/examples/gnome-applets2/sound/events/battstat_applet.soundlist
@sample ${SYSCONFDIR}/gnome/sound/events/battstat_applet.soundlist
share/gnome-2.0/ui/GNOME_BattstatApplet.xml
@ -141,6 +144,3 @@ share/schemas/gnome-applets2/battstat.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-applets2/battstat.schemas > /dev/null
@exec %D/bin/rarian-sk-update
@unexec %D/bin/rarian-sk-update
@extraunexec rmdir %D/gnome/sound/events 2>/dev/null || true
@extraunexec rmdir %D/gnome/sound 2>/dev/null || true
@extraunexec rmdir %D/gnome 2>/dev/null || true