Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (2fed0e143a91003d8864f2b10b058f128e0229eb)
  • Date: Wed, 6 Oct 2010 19:00:39 -0500

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



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (2fed0e143a91003d8864f2b10b058f128e0229eb), Eric Sandall, 10/06/2010

Archive powered by MHonArc 2.6.24.

Top of Page