Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (1c86f09204629471ddc2a2f5858ce77f6fd92386)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (1c86f09204629471ddc2a2f5858ce77f6fd92386)
  • Date: Mon, 13 Jul 2009 14:16:17 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

gnome2-libs/libsoup/HISTORY | 2 ++
gnome2-libs/libsoup/PRE_SUB_DEPENDS | 4 ++++
gnome2-libs/libsoup/SUB_DEPENDS | 5 +++++
3 files changed, 11 insertions(+)

New commits:
commit 1c86f09204629471ddc2a2f5858ce77f6fd92386
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libsoup: Added sub_depends due to webkitgtk which requires the devel
version to do content type detection

diff --git a/gnome2-libs/libsoup/HISTORY b/gnome2-libs/libsoup/HISTORY
index 847f34e..46742b0 100644
--- a/gnome2-libs/libsoup/HISTORY
+++ b/gnome2-libs/libsoup/HISTORY
@@ -1,5 +1,7 @@
2009-07-13 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to 2.27.4
+ * PRE_SUB_DEPENDS: Added for devel version
+ * SUB_DEPENDS: Added for devel version

2009-07-04 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to 2.27.2
diff --git a/gnome2-libs/libsoup/PRE_SUB_DEPENDS
b/gnome2-libs/libsoup/PRE_SUB_DEPENDS
new file mode 100755
index 0000000..6387b95
--- /dev/null
+++ b/gnome2-libs/libsoup/PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ SOUP_DEVEL) if [[ "$LIBSOUP_DEVEL" == "y" ]]; then return 0; fi;;
+esac
+return 1
diff --git a/gnome2-libs/libsoup/SUB_DEPENDS b/gnome2-libs/libsoup/SUB_DEPENDS
new file mode 100755
index 0000000..dab3225
--- /dev/null
+++ b/gnome2-libs/libsoup/SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ SOUP_DEVEL) echo "Devel release needed, forcing it." &&
+ LIBSOUP_DEVEL="y" ;;
+ *) echo "unknown sub-depends!"; return 1 ;;
+esac



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (1c86f09204629471ddc2a2f5858ce77f6fd92386), George Sherwood, 07/13/2009

Archive powered by MHonArc 2.6.24.

Top of Page