pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/gtkpod Fix icon handling, add a missing line to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8766f2998567
branches: trunk
changeset: 551019:8766f2998567
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Dec 04 16:55:42 2008 +0000
description:
Fix icon handling, add a missing line to PLIST.
Bump PKGREVISION.
diffstat:
audio/gtkpod/Makefile | 8 +++++---
audio/gtkpod/PLIST | 13 +++++++------
2 files changed, 12 insertions(+), 9 deletions(-)
diffs (67 lines):
diff -r b37d2ff310c6 -r 8766f2998567 audio/gtkpod/Makefile
--- a/audio/gtkpod/Makefile Thu Dec 04 16:48:10 2008 +0000
+++ b/audio/gtkpod/Makefile Thu Dec 04 16:55:42 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2008/02/04 20:10:34 tnn Exp $
+# $NetBSD: Makefile,v 1.21 2008/12/04 16:55:42 wiz Exp $
#
DISTNAME= gtkpod-0.99.12
+PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
@@ -15,10 +16,10 @@
GNU_CONFIGURE= yes
+USE_DIRS= xdg-1.4
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= intltool lex msgfmt perl:run pkg-config
-USE_TOOLS+= gmake
+USE_TOOLS+= intltool gmake lex msgfmt perl:run pkg-config
REPLACE_PERL+= scripts/mab2vcard
@@ -46,6 +47,7 @@
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/libgnomecanvasmm/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
diff -r b37d2ff310c6 -r 8766f2998567 audio/gtkpod/PLIST
--- a/audio/gtkpod/PLIST Thu Dec 04 16:48:10 2008 +0000
+++ b/audio/gtkpod/PLIST Thu Dec 04 16:55:42 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2007/12/26 14:02:35 smb Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/12/04 16:55:42 wiz Exp $
bin/gtkpod
share/applications/gtkpod.desktop
share/gtkpod/data/cdshine.png
@@ -45,7 +45,6 @@
share/icons/hicolor/32x32/apps/gtkpod.png
share/icons/hicolor/48x48/apps/gtkpod.png
share/icons/hicolor/64x64/apps/gtkpod.png
-share/icons/hicolor/icon-theme.cache
share/locale/de/LC_MESSAGES/gtkpod.mo
share/locale/es/LC_MESSAGES/gtkpod.mo
share/locale/fr/LC_MESSAGES/gtkpod.mo
@@ -55,9 +54,11 @@
share/locale/ro/LC_MESSAGES/gtkpod.mo
share/locale/ru/LC_MESSAGES/gtkpod.mo
share/locale/sv/LC_MESSAGES/gtkpod.mo
-@dirrm share/icons/hicolor/64x64/apps
-@dirrm share/icons/hicolor/48x48/apps
-@dirrm share/icons/hicolor/32x32/apps
-@dirrm share/icons/hicolor
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/64x64/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/48x48/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/32x32/apps
+@comment in hicolor-icon-theme: @dirrm share/icons/hicolor
@dirrm share/gtkpod/scripts
@dirrm share/gtkpod/data
+@dirrm share/gtkpod
+@comment in xdg-dirs: @dirrm share/applications
Home |
Main Index |
Thread Index |
Old Index