diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-30 16:19:50 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-30 16:19:50 +0000 |
commit | 6fdf05cc93d7c7cb9859e59f63b73161a7e57c56 (patch) | |
tree | abbeb5b6ec485fcd8842a7aebf8710503dfb083c /math | |
parent | 2e6f43e156f2a213195eaac68b94ac1fbff03408 (diff) | |
download | pkgsrc-6fdf05cc93d7c7cb9859e59f63b73161a7e57c56.tar.gz |
Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory. Bump PKGREVISION.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric/PLIST | 3 | ||||
-rw-r--r-- | math/gnumeric0/Makefile | 6 | ||||
-rw-r--r-- | math/gnumeric0/PLIST | 3 |
4 files changed, 11 insertions, 6 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index a97410fdfc3..1f3347c160b 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.72 2003/05/05 16:40:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.73 2003/05/30 16:20:01 jmmv Exp $ # DISTNAME= gnumeric-1.0.13 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.0/} @@ -10,6 +10,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ COMMENT= Spreadsheet program from the GNOME project +DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs # for Python support a shared libpython is required but not provided yet #BUILD_DEPENDS+= python>=2.0:../../lang/python diff --git a/math/gnumeric/PLIST b/math/gnumeric/PLIST index 79b8256811a..459dc901bab 100644 --- a/math/gnumeric/PLIST +++ b/math/gnumeric/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.20 2003/02/18 14:56:00 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.21 2003/05/30 16:20:01 jmmv Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -979,6 +979,7 @@ share/pixmaps/gnumeric/top_border @dirrm share/pixmaps/gnumeric @dirrm share/omf/gnumeric @comment in scrollkeeper: @dirrm share/omf +@comment in gnome-dirs: @dirrm share/mime-info @dirrm share/gnumeric/${PKGVERSION}-bonobo/templates @dirrm share/gnumeric/${PKGVERSION}-bonobo/idl @dirrm share/gnumeric/${PKGVERSION}-bonobo/guile diff --git a/math/gnumeric0/Makefile b/math/gnumeric0/Makefile index dbcdbb94b4c..71a77024fd4 100644 --- a/math/gnumeric0/Makefile +++ b/math/gnumeric0/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/05/05 16:40:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2003/05/30 16:20:02 jmmv Exp $ # DISTNAME= gnumeric-0.75 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/0.75/} @@ -10,6 +10,8 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/gnumeric/ COMMENT= Powerful and easy to use spreadsheet program from the GNOME project +DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs + USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_X11BASE= YES diff --git a/math/gnumeric0/PLIST b/math/gnumeric0/PLIST index 9ee36db3e61..b3c97d1c89c 100644 --- a/math/gnumeric0/PLIST +++ b/math/gnumeric0/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/12/09 16:01:33 tron Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/05/30 16:20:02 jmmv Exp $ bin/gnumeric lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la @@ -757,6 +757,7 @@ share/pixmaps/gnumeric/right_border share/pixmaps/gnumeric/stf-druid.png share/pixmaps/gnumeric/top_border @dirrm share/pixmaps/gnumeric +@comment in gnome-dirs: @dirrm share/mime-info @dirrm share/gnumeric/${PKGVERSION}-bonobo/templates @dirrm share/gnumeric/${PKGVERSION}-bonobo/idl @dirrm share/gnumeric/${PKGVERSION}-bonobo/gnome/ui |