[SM-Commit] GIT changes to master grimoire by Eric Sandall (2fed0e143a91003d8864f2b10b058f128e0229eb)

Eric Sandall scm at sourcemage.org
Wed Oct 6 20:00:39 EDT 2010


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 kde4-support/polkit-qt-1/HISTORY       |    5 +++++
 kde4-support/polkit-qt-1/PRE_BUILD     |    5 +++++
 kde4-support/polkit-qt-1/glib.patch.gz |binary
 3 files changed, 10 insertions(+)

New commits:
commit 2fed0e143a91003d8864f2b10b058f128e0229eb
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    polkit-qt-1: Fix compilation with glib2 2.25+
    https://bugs.launchpad.net/ubuntu/+source/polkit-qt-1/+bug/600948
    
    Also works with glib2 2.24

diff --git a/kde4-support/polkit-qt-1/HISTORY b/kde4-support/polkit-qt-1/HISTORY
index 6ee74cc..d749518 100644
--- a/kde4-support/polkit-qt-1/HISTORY
+++ b/kde4-support/polkit-qt-1/HISTORY
@@ -1,3 +1,8 @@
+2010-10-06 Eric Sandall <sandalle at sourcemage.org>
+	* PRE_BUILD: Apply glib.patch
+	* glib.patch: Fix compilation with glib 2.25+
+	  https://bugs.launchpad.net/ubuntu/+source/polkit-qt-1/+bug/600948
+
 2009-12-23 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 0.95.1
 	* DOWNLOAD, BUILD: deleted
diff --git a/kde4-support/polkit-qt-1/PRE_BUILD b/kde4-support/polkit-qt-1/PRE_BUILD
new file mode 100755
index 0000000..e50f80c
--- /dev/null
+++ b/kde4-support/polkit-qt-1/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+message "${MESSAGE_COLOR}Applying glib 2.25+ patch...${DEFAULT_COLOR}" &&
+zcat "$SPELL_DIRECTORY"/glib.patch | patch -p1
diff --git a/kde4-support/polkit-qt-1/glib.patch.gz b/kde4-support/polkit-qt-1/glib.patch.gz
new file mode 100644
index 0000000..59548cc
Binary files /dev/null and b/kde4-support/polkit-qt-1/glib.patch.gz differ



More information about the SM-Commit mailing list