Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add sysdep on GStreamer gobject-introspection filesHEADmasterSascha Silbe2012-03-202-0/+2
| | | | Read uses GStreamer for text-to-speech.
* Update sysdeps for Read (fixes SL#3367)Sascha Silbe2012-03-202-5/+4
| | | | | Read >= 97 is based on GTK 3 and gobject-introspection rather than PyGTK and PyWebKitGtk.
* Add sysdep on gobject-introspection bindings of WebKitGTK+Sascha Silbe2012-03-202-0/+2
| | | | | Browse >= 130 is based on WebKitGTK+ and needs the corresponding gobject introspection files.
* Move etoys from laptop.org to sugarlabsBert Freudenberg2012-03-201-1/+1
|
* Add sysdeps on gobject-introspection devel packages (fixes SL#3366, 3372)Sascha Silbe2012-03-192-1/+2
| | | | sugar-toolkit-gtk3 needs the pkgconfig files in order to build.
* Fix typo in last commitSascha Silbe2012-03-131-1/+1
| | | | Shame on me for pushing before completing the test.
* bundlemodule: let build phase depend on checkout phaseSascha Silbe2012-03-131-0/+2
| | | | We accidentally dropped this dependency in 2e01f34.
* Drop old Browse dependencies (hulahop, python-xpcom)Sascha Silbe2012-03-1312-37/+0
| | | | | The latest versions of Browse use WebKit instead of hulahop, so we can finally get rid of all the Mozilla-based stuff. Yay!
* Add sysdep gobject-introspection (fixes SL#3365)Sascha Silbe2012-03-132-0/+2
| | | | | sugar-toolkit-gtk3 (added in 7216ee0) needs gobject-introspection in order to build.
* Add sysdep gtk-3 (fixes SL#3364)Sascha Silbe2012-03-132-0/+2
| | | | | sugar-toolkit-gtk3 (added in 7216ee0) needs headers and gobject introspection files of GTK-3 in order to build.
* Debian (family): sort and annotate system dependenciesSascha Silbe2012-01-302-86/+103
| | | | | | | We have accumulated quite a lot dependencies over time, not all of which are still required. This is an attempt to document what we need each package for. We don't remove any dependency yet; that will require further testing first.
* Add sugar-toolkit-gtk3 moduleSascha Silbe2011-12-201-1/+9
| | | | | | | | | | | Apart from being used by Browse already, it contains the sugar-activity script previously shipped by sugar, so sugar-toolkit-gtk3 is required on all current systems. Unfortunately that means we'll need to drop support for a lot of distro versions (that don't have recent enough versions of gobject-introspection, GTK3 and other Gnome 3 packages), but we can remove their config files in a later commit. Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
* Add sysdep xdg-user-dirssucrose-0.94Sascha Silbe2011-11-012-0/+2
| | | | | | | Sugar commit 5d3d757 ("adding $HOME/Documents to volumestoolbar") added a dependency on the xdg-user-dir executable. Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
* Add support for Ubuntu 11.4bernie2011-10-111-0/+24
| | | | Signed-off-by: Bernie Innocenti <bernie@codewiz.org>
* Don't try to build telepathy on Fedora 14+bernie2011-10-112-0/+7
| | | | | | | | Fedora 14 and beyond already ship a recent enough version of Telepathy. [dropped extra change (VNC), made sure building on F13 doesn't break, tweaked description] Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
* Add config for Debian Squeeze, use distro packages for Telepathy on Debian sidSascha Silbe2011-10-112-0/+38
| | | | | | | Squeeze got released and Wheezy / sid have recent enough versions of Telepathy so we don't need to build it from source there. Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
* Remove VNC dependenciesSascha Silbe2011-10-112-6/+2
| | | | | | | | It doesn't look like sugar-emulator is going to switch to VNC anytime soon, so we don't need to depend on VNC. People can still install it themselves and use it manually to work around the Xephyr bugs. Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
* adapt to upstream change (commit cf378fe55e86f2bd3df50283d6b993c6c5721f57)Sascha Silbe2011-08-272-4/+1
| | | | | | | | | | jhbuild.config.Config.prefix is now used in load(), too. Since it gets set in the same function, we don't have a chance to examine and modify it (other than copying over the entire function which would be rather fragile) like we did before in setup_env(). Instead we set it in sugar.jhbuildrc like an individual user would do. Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
* Work around upstream jhbuild requiring DESTDIR support (SL#2980)Sascha Silbe2011-08-221-1/+3
| | | | | | | | Upstream decided to fail hard on modules that don't support DESTDIR (Gnome#654592), but sugar.activity.bundlebuilder doesn't support DESTDIR yet (SL#2947). Signed-off-by: Sascha Silbe <silbe@sugarlabs.org>
*