summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2010-01-02 09:19:40 -0800
committerEric Sandall2010-01-02 10:10:21 -0800
commit569173a982ce590af4555993cb14a749727f36d6 (patch)
treecebe5f065042ef8fb80d9754ea90530f8fbd698e
parent1739ef3e66f318f55429ec07ed9b3bd86790ef7c (diff)
gnome-python-desktop: Updated/added repair files for Bug #15515
(cherry picked from commit 7f3509f2a4fa0a21107501039a6528e2e456c214)
-rw-r--r--gnome2-libs/gnome-python-desktop/HISTORY4
-rwxr-xr-xgnome2-libs/gnome-python-desktop/REPAIR^none^PRE_SUB_DEPENDS1
-rwxr-xr-xgnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS5
3 files changed, 10 insertions, 0 deletions
diff --git a/gnome2-libs/gnome-python-desktop/HISTORY b/gnome2-libs/gnome-python-desktop/HISTORY
index b5efe72d45..978fe6149b 100644
--- a/gnome2-libs/gnome-python-desktop/HISTORY
+++ b/gnome2-libs/gnome-python-desktop/HISTORY
@@ -1,3 +1,7 @@
+2010-01-02 Eric Sandall <sandalle@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@sourcemage.org>
* SUB_DEPENDS, PRE_SUB_DEPENDS: Allow forcing librsvg2 (Bug #15515)
diff --git a/gnome2-libs/gnome-python-desktop/REPAIR^none^PRE_SUB_DEPENDS b/gnome2-libs/gnome-python-desktop/REPAIR^none^PRE_SUB_DEPENDS
index 15362d4912..24ee9ab996 100755
--- a/gnome2-libs/gnome-python-desktop/REPAIR^none^PRE_SUB_DEPENDS
+++ b/gnome2-libs/gnome-python-desktop/REPAIR^none^PRE_SUB_DEPENDS
@@ -1,4 +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
new file mode 100755
index 0000000000..12ad4f0b96
--- /dev/null
+++ b/gnome2-libs/gnome-python-desktop/REPAIR^none^SUB_DEPENDS
@@ -0,0 +1,5 @@
+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