Skip to Content.
Sympa Menu

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

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 (9c9569fb5ac8aead5957158a52c80d466d8dff03)
  • Date: Sat, 2 Jan 2010 11:41:41 -0600

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

gnome2-libs/gnome-python-desktop/HISTORY
| 1 -

gnome2-libs/gnome-python-desktop/REPAIR^6c46b9e1f598d0c8c2a58dc64333f9c8^PRE_SUB_DEPENDS
| 5 +++++
gnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS
| 5 -----
3 files changed, 5 insertions(+), 6 deletions(-)

New commits:
commit 9c9569fb5ac8aead5957158a52c80d466d8dff03
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gnome-python-desktop: Repair files for SUB_DEPENDS are not needed

commit 845a3d763cb7feeec0d621e5597ad3adea10fb2e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gnome-python-desktop: Add repair file for original PRE_SUB_DEPENDS

diff --git a/gnome2-libs/gnome-python-desktop/HISTORY
b/gnome2-libs/gnome-python-desktop/HISTORY
index 978fe61..18ab534 100644
--- a/gnome2-libs/gnome-python-desktop/HISTORY
+++ b/gnome2-libs/gnome-python-desktop/HISTORY
@@ -1,6 +1,5 @@
2010-01-02 Eric Sandall <sandalle AT sourcemage.org>
* REPAIR^none^PRE_SUB_DEPENDS: Updated for Bug #15515
- * REPAIR^none^SUB_DEPENDS: Added for Bug #15515

2009-12-17 Eric Sandall <sandalle AT sourcemage.org>
* SUB_DEPENDS, PRE_SUB_DEPENDS: Allow forcing librsvg2 (Bug #15515)
diff --git
a/gnome2-libs/gnome-python-desktop/REPAIR^6c46b9e1f598d0c8c2a58dc64333f9c8^PRE_SUB_DEPENDS

b/gnome2-libs/gnome-python-desktop/REPAIR^6c46b9e1f598d0c8c2a58dc64333f9c8^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..24ee9ab
--- /dev/null
+++
b/gnome2-libs/gnome-python-desktop/REPAIR^6c46b9e1f598d0c8c2a58dc64333f9c8^PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+GTKHTML2) if is_depends_enabled $SPELL gtkhtml2; then return 0; fi;;
+LIBRSVG2) if is_depends_enabled $SPELL librsvg2; then return 0; fi;;
+esac
+return 1
diff --git a/gnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS
b/gnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS
deleted file mode 100755
index 12ad4f0..0000000
--- a/gnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-case $THIS_SUB_DEPENDS in
-GTKHTML2) echo "gtkhtml2 bindings requested, forcing them."; depends
gtkhtml2;;
-LIBRSVG2) echo "librsvg2 support requested, forcing it."; depends librsvg2
'--enable-rsvg';;
- *) echo "unknown sub-depends!"; return 1;;
-esac



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9c9569fb5ac8aead5957158a52c80d466d8dff03), Eric Sandall, 01/02/2010

Archive powered by MHonArc 2.6.24.

Top of Page