diff options
author | drochner <drochner@pkgsrc.org> | 2006-11-28 21:49:57 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-11-28 21:49:57 +0000 |
commit | 984b9e9fba7cf92cee57a27ace8a2b6d86c9155b (patch) | |
tree | 54c01d47578c9ff372682b3d6dc4b0c6e2759802 /multimedia/gxine | |
parent | 809209673925ff72b6e45f78d1f7b04671c9d29d (diff) | |
download | pkgsrc-984b9e9fba7cf92cee57a27ace8a2b6d86c9155b.tar.gz |
minor cleanup: ude xdg and hicolor-icon-theme dirs, so that one doesn't
get errors on deinstall
bump PKGREVISION
Diffstat (limited to 'multimedia/gxine')
-rw-r--r-- | multimedia/gxine/Makefile | 5 | ||||
-rw-r--r-- | multimedia/gxine/PLIST | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 0af15d4d1eb..e476a9e852b 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2006/10/17 16:23:47 drochner Exp $ +# $NetBSD: Makefile,v 1.28 2006/11/28 21:49:57 drochner Exp $ DISTNAME= gxine-0.5.8 +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/} EXTRACT_SUFX= .tar.bz2 @@ -14,6 +15,7 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} +USE_DIRS+= xdg-1.1 BROKEN_GETTEXT_DETECTION= yes PTHREAD_OPTS+= require @@ -27,6 +29,7 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../multimedia/xine-lib/buildlink3.mk" .include "../../www/firefox/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/multimedia/gxine/PLIST b/multimedia/gxine/PLIST index d060569090f..383ec5e72b2 100644 --- a/multimedia/gxine/PLIST +++ b/multimedia/gxine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/10/17 16:23:47 drochner Exp $ +@comment $NetBSD: PLIST,v 1.10 2006/11/28 21:49:57 drochner Exp $ bin/gxine bin/gxine_client lib/gxine/gxineplugin.la @@ -21,7 +21,6 @@ share/gxine/pixmaps/set-volume.svg share/gxine/pixmaps/speaker.png share/gxine/pixmaps/splash.png share/icons/hicolor/64x64/apps/gxine.png -share/pixmaps/gxine.png share/locale/cs/LC_MESSAGES/gxine.mo share/locale/cs/LC_MESSAGES/gxine.theme.mo share/locale/de/LC_MESSAGES/gxine.mo @@ -42,7 +41,12 @@ share/locale/uk/LC_MESSAGES/gxine.mo share/locale/uk/LC_MESSAGES/gxine.theme.mo share/locale/zh_CN/LC_MESSAGES/gxine.mo share/locale/zh_CN/LC_MESSAGES/gxine.theme.mo +share/pixmaps/gxine.png +@comment in xdg-dirs: @dirrm share/pixmaps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/64x64/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor @dirrm share/gxine/pixmaps @dirrm share/gxine @dirrm share/examples/gxine +@comment in xdg-dirs: @dirrm share/applications @dirrm lib/gxine |