pkgsrc/math/gnumeric110/Makefile

56 lines
1.9 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2011/01/13 13:38:40 wiz Exp $
Update to 1.10.12: Gnumeric 1.10.12 Andreas: * Add argument to FOURIER to separate parts. * Extend TREND function to handle multiple regression. [#630085] * Fix selection for sheet object lists and combos. [#631322] * Preserve selection for sheet object lists when we change content. [#631327] * Add option to sheet object lists and combos to enter values rather than index. [#629333] * Fix manual pagebreak handling when printing. [#631570] * Add menu items to remove and add manual page breaks. * Improve the sc import. * Fix button sensitivity in sort dialog. [#632999] * Fix ODF export of files with large formatted sheets. [#634135] * Fix extensions of supported ODF files. [#635111] Hans de Goede: * Fix import of dib format images in XLS. [#553098] Jean: * Fixed maximum for col/row number in sheet resize dialog. [#631702] * Eliminate glade usage. [#631717] * Fixed crash in print setup. [#634149] * Fixed image bounds in zoomed sheets. Morten: * Fix crash related to broken xls. [#632050] * Fix print area problem from broken xls. * Fix printing crash. [#632439] * Partially fix problem with undefined names. [#633140] * Fix analysis tools problems when "as values" is chosen. * Fix gtk+/X crash with large tooltips. * Take care of dead kittens. * Fix text object clipping issue. [#634597] * Fix problem with disappearing window for empty file. [#634792] * Fix ranges-in-expression criticals. Sameer Morar: * Add key combinations to move sheets. [#634139] * Modify quit dialog to be able to discard multiple files without saving. [#527133]
2010-12-12 12:56:25 +01:00
DISTNAME= gnumeric-1.10.12
PKGREVISION= 1
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.10/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/gnumeric/
COMMENT= Spreadsheet program from the GNOME project
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \
gnumeric-plugins.schemas
PKGCONFIG_OVERRIDE= libspreadsheet.pc.in
REPLACE_PERL+= plugins/perl-func/perl_func.pl
# PLIST contains versioned directory
Update to 1.10.12: Gnumeric 1.10.12 Andreas: * Add argument to FOURIER to separate parts. * Extend TREND function to handle multiple regression. [#630085] * Fix selection for sheet object lists and combos. [#631322] * Preserve selection for sheet object lists when we change content. [#631327] * Add option to sheet object lists and combos to enter values rather than index. [#629333] * Fix manual pagebreak handling when printing. [#631570] * Add menu items to remove and add manual page breaks. * Improve the sc import. * Fix button sensitivity in sort dialog. [#632999] * Fix ODF export of files with large formatted sheets. [#634135] * Fix extensions of supported ODF files. [#635111] Hans de Goede: * Fix import of dib format images in XLS. [#553098] Jean: * Fixed maximum for col/row number in sheet resize dialog. [#631702] * Eliminate glade usage. [#631717] * Fixed crash in print setup. [#634149] * Fixed image bounds in zoomed sheets. Morten: * Fix crash related to broken xls. [#632050] * Fix print area problem from broken xls. * Fix printing crash. [#632439] * Partially fix problem with undefined names. [#633140] * Fix analysis tools problems when "as values" is chosen. * Fix gtk+/X crash with large tooltips. * Take care of dead kittens. * Fix text object clipping issue. [#634597] * Fix problem with disappearing window for empty file. [#634792] * Fix ranges-in-expression criticals. Sameer Morar: * Add key combinations to move sheets. [#634139] * Modify quit dialog to be able to discard multiple files without saving. [#527133]
2010-12-12 12:56:25 +01:00
GOFFICE_VERSION= 0.8.12
PLIST_SUBST+= GOFFICE_VERSION=${GOFFICE_VERSION}
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
.include "../../lang/python/application.mk"
.include "../../devel/py-gobject/buildlink3.mk"
# XXX: that version's not in pkgsrc yet
#BUILDLINK_API_DEPENDS.libgda+= libgda>=3.1.1
#.include "../../databases/libgda/buildlink3.mk"
#.include "../../databases/libgnomedb/buildlink3.mk"
BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.6
.include "../../devel/libgsf/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
BUILDLINK_API_DEPENDS.goffice0.8+= goffice0.8-${GOFFICE_VERSION}{,nb*}
.include "../../misc/goffice0.8/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"