diff options
author | wiz <wiz@pkgsrc.org> | 2008-12-04 16:55:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-12-04 16:55:42 +0000 |
commit | b8b75d7a49ebd9ff96ef837e30bcd5ef62c3cefa (patch) | |
tree | 24463b1705c320f80c29e2ccb1ded273c1b22052 /audio/gtkpod | |
parent | d488197a69afffc73c1545418baf017783a84ee9 (diff) | |
download | pkgsrc-b8b75d7a49ebd9ff96ef837e30bcd5ef62c3cefa.tar.gz |
Fix icon handling, add a missing line to PLIST.
Bump PKGREVISION.
Diffstat (limited to 'audio/gtkpod')
-rw-r--r-- | audio/gtkpod/Makefile | 8 | ||||
-rw-r--r-- | audio/gtkpod/PLIST | 13 |
2 files changed, 12 insertions, 9 deletions
diff --git a/audio/gtkpod/Makefile b/audio/gtkpod/Makefile index 3793118e15d..21b246e2e0b 100644 --- a/audio/gtkpod/Makefile +++ b/audio/gtkpod/Makefile @@ -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 @@ COMMENT= GUI for iPod using GTK2 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 @@ USE_DIRS+= xdg-1.4 .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 --git a/audio/gtkpod/PLIST b/audio/gtkpod/PLIST index bcb779e9432..627110cf660 100644 --- a/audio/gtkpod/PLIST +++ b/audio/gtkpod/PLIST @@ -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/gtkpod/scripts/sync-webcalendar.sh 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/ja/LC_MESSAGES/gtkpod.mo 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 |