-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This switches from the release candidate to the real release, changes are bugfixes and some stylistic changes. pkgsrc note: the .omf file for the documentation is missing in the distribution. I've pulled it from CVS. This workaround can hopefully be removed on the next update. (The website still refers to 1.6.3 as the current stable version.)
- Loading branch information
drochner
committed
Jan 6, 2008
1 parent
52b0849
commit 8117ec5
Showing
4 changed files
with
207 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# $NetBSD: Makefile,v 1.14 2007/11/30 17:16:40 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.15 2008/01/06 16:48:01 drochner Exp $ | ||
# | ||
|
||
DISTNAME= gnumeric-1.7.90 | ||
DISTNAME= gnumeric-1.8.0 | ||
CATEGORIES= math gnome | ||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.7/} | ||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.8/} | ||
EXTRACT_SUFX= .tar.bz2 | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -18,10 +18,14 @@ USE_LIBTOOL= YES | |
GNU_CONFIGURE= YES | ||
GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ | ||
gnumeric-plugins.schemas | ||
PKGCONFIG_OVERRIDE= libspreadsheet-1.7.pc.in | ||
PKGCONFIG_OVERRIDE= libspreadsheet.pc.in | ||
|
||
REPLACE_PERL+= plugins/perl-func/perl_func.pl | ||
|
||
# XXX work around missing file in distribution, remove on update | ||
post-extract: | ||
${CP} ${FILESDIR}/gnumeric-C.omf ${WRKSRC}/doc/C | ||
|
||
CONFIGURE_ARGS+= --with-python | ||
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} | ||
PYTHON_VERSIONS_ACCEPTED= 24 23 | ||
|
@@ -42,10 +46,10 @@ BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.6 | |
.include "../../devel/libglade/buildlink3.mk" | ||
.include "../../devel/zlib/buildlink3.mk" | ||
.include "../../lang/perl5/buildlink3.mk" | ||
.include "../../misc/goffice0.5/buildlink3.mk" | ||
.include "../../misc/goffice0.6/buildlink3.mk" | ||
.include "../../net/ORBit2/buildlink3.mk" | ||
.include "../../textproc/libxml2/buildlink3.mk" | ||
.include "../../textproc/scrollkeeper/omf.mk" | ||
.include "../../mk/omf-scrollkeeper.mk" | ||
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 | ||
.include "../../x11/gtk2/buildlink3.mk" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
$NetBSD: distinfo,v 1.9 2007/11/30 17:16:40 wiz Exp $ | ||
$NetBSD: distinfo,v 1.10 2008/01/06 16:48:01 drochner Exp $ | ||
|
||
SHA1 (gnumeric-1.7.90.tar.bz2) = a8b863bdd2d4661673399dea55f98175b041ae32 | ||
RMD160 (gnumeric-1.7.90.tar.bz2) = 9a9ccfa9dcfab6936ff73829d894685ac7e3aab0 | ||
Size (gnumeric-1.7.90.tar.bz2) = 14011209 bytes | ||
SHA1 (gnumeric-1.8.0.tar.bz2) = de320d7593089ac2c291ce975963a1b6ae1b59a6 | ||
RMD160 (gnumeric-1.8.0.tar.bz2) = bcf01028ffe5d9c003e00b9a2da1abfdf2b525f4 | ||
Size (gnumeric-1.8.0.tar.bz2) = 14080868 bytes | ||
SHA1 (patch-aa) = 593df8dcff9fd84715d05bd06e08b4b0670072c6 | ||
SHA1 (patch-ab) = 42f6bfbcd4eb586bdca5b15b338f8b406c658caa |
Oops, something went wrong.