Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
*