[Lunar-commits] <moonbase-gnome> fix goffice bug and force recompile to avoid potential fubar
v4hn
me at v4hn.de
Fri Aug 3 17:42:49 CEST 2012
commit 131656537e64dc7e8953cbfe74bf032a9e8ee33f
Author: v4hn <me at v4hn.de>
Date: Fri, 03 Aug 2012 08:42:49 -0700
URL: https://github.com/lunar-linux/moonbase-gnome/commit/131656537e64dc7e8953cbfe74bf032a9e8ee33f
fix goffice bug and force recompile to avoid potential fubar
---
desktop/goffice/BUILD +3/-9
desktop/goffice/DETAILS +1/-1
2 files changed, 4 insertions (+), 10 deletions (-)
--- a/desktop/goffice/BUILD
+++ b/desktop/goffice/BUILD
@@ -1,13 +1,7 @@
(
+ # see https://bugzilla.gnome.org/show_bug.cgi?id=670316
+ sed -e 's:glib/gregex.h:glib.h:' -i configure &&
- ./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME210_PREFIX:-/usr}/share/info \
- --mandir=${GNOME210_PREFIX:-/usr}/share/man \
- $OPTS &&
-
- default_make
+ default_build
) > $C_FIFO 2>&1
--- a/desktop/goffice/DETAILS
+++ b/desktop/goffice/DETAILS
@@ -6,7 +6,7 @@
SOURCE_VFY=sha1:0c8f578f30746b92f37bd8e6eb13dbbaaa124278
WEB_SITE=www.gnome.org
ENTERED=20071104
- UPDATED=20110801
+ UPDATED=20120803
SHORT="A glib/gtk set of document centric objects and utilities"
cat << EOF
More information about the Lunar-commits
mailing list