diff options
author | kristerw <kristerw> | 2004-06-14 20:23:30 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-06-14 20:23:30 +0000 |
commit | 19adc42dae117ff8e2167afb782caaee11372356 (patch) | |
tree | 00573af8d5b179e81d0eedb414617763c512d633 /x11/xpad | |
parent | 77a7bbd51907891a778a8d68614473b0bf1dd14d (diff) | |
download | pkgsrc-19adc42dae117ff8e2167afb782caaee11372356.tar.gz |
Redo the previous in the correct way, by depending on
graphics/hicolor-icon-theme. Noted by jmmv@.
Bump PKGREVISION.
Diffstat (limited to 'x11/xpad')
-rw-r--r-- | x11/xpad/Makefile | 5 | ||||
-rw-r--r-- | x11/xpad/PLIST | 12 | ||||
-rw-r--r-- | x11/xpad/distinfo | 3 | ||||
-rw-r--r-- | x11/xpad/patches/patch-aa | 12 |
4 files changed, 15 insertions, 17 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index fef4e4787fa..da8b669fb9e 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2004/05/07 01:14:51 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/06/14 20:23:30 kristerw Exp $ # DISTNAME= xpad-1.12 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpad/} EXTRACT_SUFX= .tar.bz2 @@ -25,6 +25,7 @@ LIBS.SunOS= -lX11 BUILDLINK_TRANSFORM+= S:-DGTK_DISABLE_DEPRECATED: .include "../../converters/libiconv/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xpad/PLIST b/x11/xpad/PLIST index 8366f60d662..c7389fe5618 100644 --- a/x11/xpad/PLIST +++ b/x11/xpad/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/10/03 09:31:12 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/06/14 20:23:30 kristerw Exp $ bin/xpad man/man1/xpad.1 share/applications/xpad.desktop @@ -20,3 +20,13 @@ ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xpad.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/xpad.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xpad.mo share/pixmaps/xpad.png +@comment in xdg-dirs: @dirrm share/pixmaps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/scalable/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/96x96/apps +@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/22x22/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/16x16/apps +@comment in hicolor-icon-theme: @dirrm share/icons/hicolor/128x128/apps +@comment in xdg-dirs: @dirrm share/applications diff --git a/x11/xpad/distinfo b/x11/xpad/distinfo index a613aa04a68..1071fcb08c5 100644 --- a/x11/xpad/distinfo +++ b/x11/xpad/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/06/14 15:22:41 kristerw Exp $ +$NetBSD: distinfo,v 1.5 2004/06/14 20:23:30 kristerw Exp $ SHA1 (xpad-1.12.tar.bz2) = 39785fb183d61039383204352ba03c4ca4cb392d Size (xpad-1.12.tar.bz2) = 238411 bytes -SHA1 (patch-aa) = fc1afe577f64fbfeedb501f4dd87e59228473aff diff --git a/x11/xpad/patches/patch-aa b/x11/xpad/patches/patch-aa deleted file mode 100644 index 831e1824fd3..00000000000 --- a/x11/xpad/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2004/06/14 15:22:41 kristerw Exp $ - ---- images/Makefile.in.orig Wed Oct 1 21:09:15 2003 -+++ images/Makefile.in Mon Jun 14 17:17:36 2004 -@@ -196,6 +196,7 @@ - install-nobase_iconDATA: $(nobase_icon_DATA) - @$(NORMAL_INSTALL) - $(mkinstalldirs) $(DESTDIR)$(icondir) -+ $(mkinstalldirs) $(DESTDIR)$(icondir)/hicolor/16x16/apps $(DESTDIR)$(icondir)/hicolor/22x22/apps $(DESTDIR)$(icondir)/hicolor/32x32/apps $(DESTDIR)$(icondir)/hicolor/48x48/apps $(DESTDIR)$(icondir)/hicolor/64x64/apps $(DESTDIR)$(icondir)/hicolor/96x96/apps $(DESTDIR)$(icondir)/hicolor/128x128/apps $(DESTDIR)$(icondir)/hicolor/scalable/apps - @list='$(nobase_icon_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="$$p"; \ |