f5ff31bfef
Update to 1.12.60 Gnumeric 1.12.60 Morten: * Fix problem with whole-column references in ods. [#797] * ODS Export and import of marker fill and outline opacity. [#796] * ODS Export and import of graph line stroke opacity. [#796] * Fix XLSX import for files lacking cell addresses. [#804] * GUI improvement when saving file loaded from cvs. [#817] * Improve LOG with base argument. * Doc system improvements. [#823] * Fix GEOMEAN problem. [#829] * Fix dialog accel collision. [#830] * Introspection improvements. * Named expression fixes. [#833] * Speed up large-range copies. [#836] * Add missing undo/redo for sheet display options. * Style the progress bar we use for menu tooltips. * Clean out old references to mailing list and irc. * Documentation updates. * Print using pango context from GtkPrintContext for constistency between gui and non-gui. * GUI files relating to cell sizes. * Fix rare undo problem. * Experiment with AI translation (+human editing) for the da.po files. Adjust WWW entry Switch to USES= gettext-tools Today, I noticed the German translation for Yelp pages causes errors: Before everything build fine, so remove (temporarily) German files. Pet portclippy (truckman) PR: 293150
56 lines
1.4 KiB
Makefile
56 lines
1.4 KiB
Makefile
PORTNAME= gnumeric
|
|
PORTVERSION= 1.12.60
|
|
CATEGORIES= math gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME spreadsheet program
|
|
WWW= https://gnome.pages.gitlab.gnome.org/gnumeric-web/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
ginstall:sysutils/coreutils
|
|
LIB_DEPENDS= libgoffice-0.10.so:devel/goffice
|
|
|
|
USES= cpe desktop-file-utils gettext-tools gmake gnome libtool \
|
|
localbase pathfix pkgconfig python shebangfix tar:xz
|
|
CPE_VENDOR= gnome
|
|
USE_GNOME= cairo gdkpixbuf glib20 intltool:build introspection gtk30 \
|
|
libgsf libxml2 pango pygobject3
|
|
GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \
|
|
org.gnome.gnumeric.gschema.xml \
|
|
org.gnome.gnumeric.plugin.gschema.xml
|
|
USE_LDCONFIG= yes
|
|
|
|
SHEBANG_FILES= plugins/perl-func/perl_func.pl
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-gda \
|
|
--without-paradox \
|
|
--without-psiconv \
|
|
--enable-introspection=yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
BINARY_ALIAS= python=${PYTHON_CMD} \
|
|
install=ginstall
|
|
|
|
PLIST_SUB= VERSION=${PORTVERSION} \
|
|
GOFFICE=0.10 \
|
|
SHORT_VER=${PORTVERSION:R}
|
|
|
|
OPTIONS_DEFINE= PERL
|
|
OPTIONS_DEFAULT=PERL
|
|
OPTIONS_SUB= yes
|
|
|
|
PERL_USES= perl5
|
|
PERL_CONFIGURE_WITH= perl
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^GETTEXT_PACKAGE=gnumeric-$${VERSION}|GETTEXT_PACKAGE=gnumeric|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|