diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-08-31 11:47:19 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-08-31 11:47:19 +0000 |
commit | abfec37030ff5edaf7668a7749ebbb61b91e43a2 (patch) | |
tree | 8e7325c37c5d04015905787cf0d4d2cd6800a9ea /print | |
parent | d63fa3cd535b2da06b0ac012c941b68c4e0c0643 (diff) | |
download | pkgsrc-abfec37030ff5edaf7668a7749ebbb61b91e43a2.tar.gz |
- Set USE_DIRS to gnome2-1.5 to handle multiple shared directories
automatically in the PLIST.
- Use the new mimedb.mk file from shared-mime-info to handle the registration
of new mime types.
- Remove redundant LIBTOOL_OVERRIDE
- Bump PKGREVISION to 1 because of this.
Diffstat (limited to 'print')
-rw-r--r-- | print/glabels/Makefile | 8 | ||||
-rw-r--r-- | print/glabels/PLIST | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/print/glabels/Makefile b/print/glabels/Makefile index b811c6fd45c..e0a58623e41 100644 --- a/print/glabels/Makefile +++ b/print/glabels/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/08/17 12:58:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/08/31 11:47:19 jmmv Exp $ # DISTNAME= glabels-2.0.1 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=glabels/} @@ -9,15 +10,14 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://glabels.sourceforge.net/ COMMENT= Program for creating labels and business cards for GNOME -DEPENDS+= shared-mime-info-[0-9]*:../../databases/shared-mime-info - USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +USE_DIRS+= gnome2-1.5 GNU_CONFIGURE= yes USE_GNU_TOOLS+= make +.include "../../databases/shared-mime-info/mimedb.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" .include "../../graphics/libgnomecanvas/buildlink3.mk" diff --git a/print/glabels/PLIST b/print/glabels/PLIST index d09a83543d4..60bc3af2bc4 100644 --- a/print/glabels/PLIST +++ b/print/glabels/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/08/23 15:26:51 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/08/31 11:47:19 jmmv Exp $ bin/glabels bin/glabels-batch include/libglabels/libglabels.h @@ -49,7 +49,6 @@ ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/glabels.mo ${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/glabels.mo share/mime-info/glabels.keys share/mime-info/glabels.mime -share/mime/application/x-glabels.xml share/mime/packages/glabels.xml share/omf/glabels/glabels-C.omf share/pixmaps/glabels.png @@ -62,13 +61,20 @@ share/pixmaps/glabels/glabels-about-logo.png share/pixmaps/glabels/glabels-icon.png share/pixmaps/glabels/glabels-logo.png @dirrm share/pixmaps/glabels +@comment in xdg-dirs: @dirrm share/pixmaps @dirrm share/omf/glabels +@comment in scrollkeeper: @dirrm share/omf +@comment in shared-mime-info: @dirrm share/mime/packages +@comment in xdg-dirs: @dirrm share/mime-info @dirrm share/gnome/help/glabels/C/figures @dirrm share/gnome/help/glabels/C @dirrm share/gnome/help/glabels +@comment in gnome2-dirs: @dirrm share/gnome/help @dirrm share/glabels/ui @dirrm share/glabels/templates @dirrm share/glabels/glade @dirrm share/glabels/dtd @dirrm share/glabels +@comment in xdg-dirs: @dirrm share/applications +@comment in xdg-dirs: @dirrm share/application-registry @dirrm include/libglabels |