[Lunar-commits] <moonbase-gnome3> gnumeric: version bump & optional scrollkeeper
v4hn
me at v4hn.de
Mon Jan 13 00:46:42 CET 2014
commit a194acf5eb3f3a0b69f8c15206d36ca6e411e3ba
Author: v4hn <me at v4hn.de>
Date: Sun, 12 Jan 2014 15:46:14 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/a194acf5eb3f3a0b69f8c15206d36ca6e411e3ba
gnumeric: version bump & optional scrollkeeper
---
apps/gnumeric/DEPENDS | +7/-0
apps/gnumeric/DETAILS | +3/-3
apps/gnumeric/PRE_BUILD | +7/-0
3 files changed, 17 insertions(+), 3 deletions(-)
--- a/apps/gnumeric/DEPENDS
+++ b/apps/gnumeric/DEPENDS
@@ -19,6 +19,7 @@ optional_depends "libgda" \
"--with-gda" \
"--without-gda" \
"compile the Gnome Database Access plugin"
+
optional_depends libgnomedb \
"" \
" " \
@@ -28,3 +29,9 @@ optional_depends "psiconv" \
"--with-psiconv" \
"--without-psiconv" \
"compile with Psiconv support"
+
+# intentionally a single blank - disabled in PRE_BUILD
+optional_depends "scrollkeeper" \
+ "" \
+ " " \
+ "use documentation"
--- a/apps/gnumeric/DETAILS
+++ b/apps/gnumeric/DETAILS
@@ -1,11 +1,11 @@
MODULE=gnumeric
- VERSION=1.12.4
+ VERSION=1.12.9
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
- SOURCE_VFY=sha1:2d1553fe7e9acbad7882e8e9e0487617ec7a997a
+ SOURCE_VFY=sha1:f6b85391c3c124cd4f3ba58db420e114ac9ea87a
WEB_SITE=http://www.gnumeric.org
ENTERED=20021224
- UPDATED=20130715
+ UPDATED=20140112
SHORT="The GNOME spreadsheet application"
cat << EOF
--- /dev/null
+++ b/apps/gnumeric/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+# make sure the build doesn't break without scrollkeeper
+# yes, it's ugly; yes it works
+if ! in_depends $MODULE scrollkeeper; then
+ sedit 's at absfile=$(srcdir)/$$file.out at absfile=$(srcdir)/$$file@' doc/C/Makefile.in
+fi
More information about the Lunar-commits
mailing list