Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-org-sugar-git@silbe.org>2009-05-29 05:36:01 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2009-05-29 05:36:01 (GMT)
commit3f7ab1d1708ed9d6a3860b539f2d83c5185ad13f (patch)
treec4f1ee696666f40a91f7d6c3066aa2159c768bb0
parent879afc6f0356a17513b633565e5a43564ccfb66d (diff)
add Python VTE bindings (for Terminal) on Fedora and Mandriva
-rw-r--r--config/sysdeps/debian-unstable.xml2
-rw-r--r--config/sysdeps/fedora-10.93.xml1
-rw-r--r--config/sysdeps/fedora-10.xml1
-rw-r--r--config/sysdeps/fedora-11.xml1
-rw-r--r--config/sysdeps/fedora-rawhide.xml1
-rw-r--r--config/sysdeps/mandrivalinux-2009.1.xml1
-rw-r--r--config/sysdeps/ubuntu-8.10.xml2
-rw-r--r--config/sysdeps/ubuntu-9.04.xml2
8 files changed, 8 insertions, 3 deletions
diff --git a/config/sysdeps/debian-unstable.xml b/config/sysdeps/debian-unstable.xml
index 5720793..9fe0452 100644
--- a/config/sysdeps/debian-unstable.xml
+++ b/config/sysdeps/debian-unstable.xml
@@ -75,7 +75,7 @@
<package name="python-numpy"/>
<package name="python-pygame"/>
<package name="python-simplejson"/>
- <package name="python-vte"/>
+ <package name="python-vte"/><!-- for Terminal -->
<package name="python-xapian"/>
<package name="quilt"/>
<package name="shared-mime-info"/>
diff --git a/config/sysdeps/fedora-10.93.xml b/config/sysdeps/fedora-10.93.xml
index 824f949..c2708e1 100644
--- a/config/sysdeps/fedora-10.93.xml
+++ b/config/sysdeps/fedora-10.93.xml
@@ -68,5 +68,6 @@
<package name="xulrunner-devel-unstable" source="xulrunner"/>
<package name="xulrunner-python" source="xulrunner"/>
<package name="xulrunner-python-devel" source="xulrunner"/>
+ <package name="vte"/><!-- includes Python bindings, for Terminal -->
<package name="zlib-devel"/>
</dependencies>
diff --git a/config/sysdeps/fedora-10.xml b/config/sysdeps/fedora-10.xml
index 824f949..c2708e1 100644
--- a/config/sysdeps/fedora-10.xml
+++ b/config/sysdeps/fedora-10.xml
@@ -68,5 +68,6 @@
<package name="xulrunner-devel-unstable" source="xulrunner"/>
<package name="xulrunner-python" source="xulrunner"/>
<package name="xulrunner-python-devel" source="xulrunner"/>
+ <package name="vte"/><!-- includes Python bindings, for Terminal -->
<package name="zlib-devel"/>
</dependencies>
diff --git a/config/sysdeps/fedora-11.xml b/config/sysdeps/fedora-11.xml
index 824f949..c2708e1 100644
--- a/config/sysdeps/fedora-11.xml
+++ b/config/sysdeps/fedora-11.xml
@@ -68,5 +68,6 @@
<package name="xulrunner-devel-unstable" source="xulrunner"/>
<package name="xulrunner-python" source="xulrunner"/>
<package name="xulrunner-python-devel" source="xulrunner"/>
+ <package name="vte"/><!-- includes Python bindings, for Terminal -->
<package name="zlib-devel"/>
</dependencies>
diff --git a/config/sysdeps/fedora-rawhide.xml b/config/sysdeps/fedora-rawhide.xml
index 824f949..c2708e1 100644
--- a/config/sysdeps/fedora-rawhide.xml
+++ b/config/sysdeps/fedora-rawhide.xml
@@ -68,5 +68,6 @@
<package name="xulrunner-devel-unstable" source="xulrunner"/>
<package name="xulrunner-python" source="xulrunner"/>
<package name="xulrunner-python-devel" source="xulrunner"/>
+ <package name="vte"/><!-- includes Python bindings, for Terminal -->
<package name="zlib-devel"/>
</dependencies>
diff --git a/config/sysdeps/mandrivalinux-2009.1.xml b/config/sysdeps/mandrivalinux-2009.1.xml
index 069e015..b411e3e 100644
--- a/config/sysdeps/mandrivalinux-2009.1.xml
+++ b/config/sysdeps/mandrivalinux-2009.1.xml
@@ -60,6 +60,7 @@
<package name="python-hippo-canvas" source="hippo-canvas"/>
<package name="python-numpy"/>
<package name="python-olpcsound"/>
+ <package name="python-vte"/><!-- for Terminal -->
<package name="python-xpcom" source="xulrunner"/>
<package name="subversion"/>
<package name="wv-devel"/>
diff --git a/config/sysdeps/ubuntu-8.10.xml b/config/sysdeps/ubuntu-8.10.xml
index ca5e422..cb5c291 100644
--- a/config/sysdeps/ubuntu-8.10.xml
+++ b/config/sysdeps/ubuntu-8.10.xml
@@ -62,7 +62,7 @@
<package name="python-numpy"/>
<package name="python-pygame"/>
<package name="python-simplejson"/>
- <package name="python-vte"/>
+ <package name="python-vte"/><!-- for Terminal -->
<package name="python-xapian"/>
<package name="subversion"/>
<package name="unzip"/>
diff --git a/config/sysdeps/ubuntu-9.04.xml b/config/sysdeps/ubuntu-9.04.xml
index 7d64f8e..679cc79 100644
--- a/config/sysdeps/ubuntu-9.04.xml
+++ b/config/sysdeps/ubuntu-9.04.xml
@@ -75,7 +75,7 @@
<package name="python-numpy"/>
<package name="python-pygame"/>
<package name="python-simplejson"/>
- <package name="python-vte"/>
+ <package name="python-vte"/><!-- for Terminal -->
<package name="python-xapian"/>
<!-- <package name="quilt"/>
<package name="shared-mime-info"/> -->