Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a624dedda3fcad26517f1d740264b1aa69ac9322)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a624dedda3fcad26517f1d740264b1aa69ac9322)
  • Date: Tue, 29 May 2012 16:42:33 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

gnome2-libs/goffice/HISTORY | 3 +++
gnome2-libs/goffice/PRE_BUILD | 4 ++++
x11-toolkits/qt4/HISTORY | 3 +++
x11-toolkits/qt4/PRE_BUILD | 7 ++++++-
4 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit a624dedda3fcad26517f1d740264b1aa69ac9322
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

qt4: added a fix for icu, so webkit support can be enabled again.

commit 154e6048583740150a8c385760196e67aed119ca
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

goffice: pcre_info is replaced by pcre_fullinfo, I added a fix from
opensuse so we can build spells that depend on goffice again.
see
http://lists.opensuse.org/archive/opensuse-commit/2012-02/msg01190.html
for more info

diff --git a/gnome2-libs/goffice/HISTORY b/gnome2-libs/goffice/HISTORY
index e26e828..ed633b5 100644
--- a/gnome2-libs/goffice/HISTORY
+++ b/gnome2-libs/goffice/HISTORY
@@ -1,3 +1,6 @@
+2012-05-29 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: added a fix for pcre
+
2011-08-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.8.17

diff --git a/gnome2-libs/goffice/PRE_BUILD b/gnome2-libs/goffice/PRE_BUILD
new file mode 100755
index 0000000..abbc84c
--- /dev/null
+++ b/gnome2-libs/goffice/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+# pcre_info is gone
+sedit 's/pcre_info (r, NULL, NULL)/pcre_fullinfo (r, NULL, 0, NULL)/'
goffice/utils/regutf8.c
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index 6215f28..51f0d19 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,6 @@
+2012-05-29 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: added a fix for icu
+
2012-05-23 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.8.2, URI removed, SOURCE_URL[0] updated
* qt-everywhere-opensource-src-4.8.1-gcc_fix-1.patch: removed
diff --git a/x11-toolkits/qt4/PRE_BUILD b/x11-toolkits/qt4/PRE_BUILD
index 9ed4608..5f9e084 100755
--- a/x11-toolkits/qt4/PRE_BUILD
+++ b/x11-toolkits/qt4/PRE_BUILD
@@ -33,4 +33,9 @@ fi &&
# fix use of firebird
sed -i "s/-lgds/-lfbclient/" config.tests/unix/ibase/ibase.pro \
src/sql/drivers/drivers.pri \
- src/plugins/sqldrivers/ibase/ibase.pro
+ src/plugins/sqldrivers/ibase/ibase.pro &&
+
+# fix icu support
+echo "fixing icu support" &&
+sed -i -e '/CONFIG\s*+=\s*text_breaking_with_icu/ s:^#\s*::' \
+ src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pri



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (a624dedda3fcad26517f1d740264b1aa69ac9322), Arjan Bouter, 05/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page