diff options
author | drochner <drochner@pkgsrc.org> | 2007-07-16 16:06:31 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-07-16 16:06:31 +0000 |
commit | 5626618d4a5efb301689d53cf060a7de6a5ab1b6 (patch) | |
tree | 375be5ceac91be493f6820ad316eda174e0ecbc3 /math | |
parent | 4f562a3d0e91bed5ff7743e1bcae9af07a7fe7c9 (diff) | |
download | pkgsrc-5626618d4a5efb301689d53cf060a7de6a5ab1b6.tar.gz |
goffice-0.4.1 changed the plugin path, thus:
-adapt PLIST
-require goffice-0.4.1, and
-bump PKGREVISION
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric-current/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric-current/PLIST | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/math/gnumeric-current/Makefile b/math/gnumeric-current/Makefile index 1a6601472a3..67cff248d92 100644 --- a/math/gnumeric-current/Makefile +++ b/math/gnumeric-current/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/06/05 05:37:30 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2007/07/16 16:06:31 drochner Exp $ # DISTNAME= gnumeric-1.7.10 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.7/} EXTRACT_SUFX= .tar.bz2 @@ -41,6 +41,7 @@ BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.2 .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" +BUILDLINK_API_DEPENDS.goffice+= goffice>=0.4.1 .include "../../misc/goffice/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" diff --git a/math/gnumeric-current/PLIST b/math/gnumeric-current/PLIST index 7a26ab743a1..e472e945b1f 100644 --- a/math/gnumeric-current/PLIST +++ b/math/gnumeric-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/05 21:34:10 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2007/07/16 16:06:31 drochner Exp $ bin/${PKGNAME} bin/gnumeric bin/ssconvert @@ -200,8 +200,8 @@ lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.la lib/gnumeric/${PKGVERSION}/plugins/uihello/plugin.xml lib/gnumeric/${PKGVERSION}/plugins/xbase/plugin.xml lib/gnumeric/${PKGVERSION}/plugins/xbase/xbase.la -lib/goffice/0.4.0/plugins/gnumeric/gnumeric.la -lib/goffice/0.4.0/plugins/gnumeric/plugin.xml +lib/goffice/0.4.1/plugins/gnumeric/gnumeric.la +lib/goffice/0.4.1/plugins/gnumeric/plugin.xml lib/libspreadsheet.la lib/pkgconfig/libspreadsheet-1.7.pc man/man1/gnumeric.1 @@ -854,7 +854,7 @@ share/pixmaps/win32-gnumeric.ico @dirrm share/gnome/help/gnumeric @comment in GConf2: @dirrm share/gconf/schemas @comment in xdg-dirs: @dirrm share/applications -@dirrm lib/goffice/0.4.0/plugins/gnumeric +@dirrm lib/goffice/0.4.1/plugins/gnumeric @comment in goffice: @dirrm lib/goffice/0.4.0/plugins @dirrm lib/gnumeric/${PKGVERSION}/plugins/xbase @dirrm lib/gnumeric/${PKGVERSION}/plugins/uihello |