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-11-19 18:43:32 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2009-11-19 18:43:32 (GMT)
commit3c2d45696e5625457883a65b61c0233a9791dc0a (patch)
tree321c8d2fb5b74394490cb6c5e6562c6429a3f8f3
parent3d627252c8d7aac7fd12698278f9d8e3a8248a19 (diff)
add support for Ubuntu 9.10 (untested)
-rw-r--r--config/sysdeps/50ubuntu-8.10.xml1
-rw-r--r--config/sysdeps/50ubuntu-9.04.xml1
-rw-r--r--config/sysdeps/50ubuntu-9.10.xml11
-rw-r--r--config/sysdeps/50ubuntu-allversions.xml1
4 files changed, 13 insertions, 1 deletions
diff --git a/config/sysdeps/50ubuntu-8.10.xml b/config/sysdeps/50ubuntu-8.10.xml
index 01e7a1b..b39d08d 100644
--- a/config/sysdeps/50ubuntu-8.10.xml
+++ b/config/sysdeps/50ubuntu-8.10.xml
@@ -1,3 +1,4 @@
<?xml version="1.0"?>
<dependencies>
+ <package name="xulrunner-1.9-dev" source="xulrunner"/><!-- for hulahop -->
</dependencies>
diff --git a/config/sysdeps/50ubuntu-9.04.xml b/config/sysdeps/50ubuntu-9.04.xml
index fbed814..3e1c4a1 100644
--- a/config/sysdeps/50ubuntu-9.04.xml
+++ b/config/sysdeps/50ubuntu-9.04.xml
@@ -3,6 +3,7 @@
<package name="espeak"/>
<package name="espeak-data"/>
<package name="python-gnome2-desktop" source="gnome-python-desktop"/>
+ <package name="xulrunner-1.9-dev" source="xulrunner"/><!-- for hulahop -->
<!-- TODO: check whether we actually need these (not included for Ubuntu 8.10) -->
<package name="python-empy"/>
</dependencies>
diff --git a/config/sysdeps/50ubuntu-9.10.xml b/config/sysdeps/50ubuntu-9.10.xml
new file mode 100644
index 0000000..5512c58
--- /dev/null
+++ b/config/sysdeps/50ubuntu-9.10.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<dependencies>
+ <package name="espeak"/>
+ <package name="espeak-data"/>
+ <package name="xulrunner-1.9.1-dev" source="xulrunner"/><!-- for hulahop -->
+
+ <package name="python-evince" source="gnome-python-desktop"/>
+<!-- <package name="python-metacity" source="gnome-python-desktop"/> -->
+ <package name="python-rsvg" source="gnome-python-desktop"/>
+ <package name="python-wnck" source="gnome-python-desktop"/>
+</dependencies>
diff --git a/config/sysdeps/50ubuntu-allversions.xml b/config/sysdeps/50ubuntu-allversions.xml
index 4065823..e523b3a 100644
--- a/config/sysdeps/50ubuntu-allversions.xml
+++ b/config/sysdeps/50ubuntu-allversions.xml
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<dependencies>
- <package name="xulrunner-1.9-dev" source="xulrunner"/>
<!-- TODO: check whether we actually need these (commented out for Debian) -->
<package name="libpoppler-dev"/>
</dependencies>