Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Refactor dnbuild into devbotDaniel Narvaez2012-11-141-4/+3
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-141-1/+2
| | | | | | This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.
* Clean from dn-buildDaniel Narvaez2012-11-131-9/+1
| | | | So that we don't need to hardcode source paths
* Remove separation between glucose and activities buildDaniel Narvaez2012-11-121-7/+2
|
* Switch everything from jhbuild to dn-buildDaniel Narvaez2012-11-121-17/+5
|
* Build activities with a custom scriptDaniel Narvaez2012-11-121-3/+3
| | | | | | It should be faster and cleaner than the sugar-fructose hack. Eventually dn-build might replace jhbuild. We don't really need all that complexity.
* Work around script bugDaniel Narvaez2012-11-111-1/+1
| | | | | It always returns an error without -t. Now fixed upstream but not yet in the distros.
* Rework tests to be based on pyatspi onlyDaniel Narvaez2012-11-071-1/+1
| | | | | | | | dogtail is not packaged for ubuntu at the moment and dogtail adds another layer which can make it difficult to debug intermittent failures. We might switch back at some point but for now I think it's easier to stay lower level and try to figure out how to improve reliability there.
* Delete sugar-fructose on cleanDaniel Narvaez2012-10-301-0/+1
| | | | It's built inside the source directory
* Don't move to source directoryDaniel Narvaez2012-09-241-2/+1
| | | | | | It's unexpected and it doesn't make much sense now that we are building out of source directory anyway.
* Add several missing revisionsDaniel Narvaez2012-09-071-2/+0
|
* Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-09-071-0/+3
|\ | | | | | | | | | | Conflicts: Makefile scripts/system.modules
| * Add more gstreamer pluginsDaniel Narvaez2012-08-231-0/+3
| | | | | | | | Based on a patch by Manuel Kaufmann <humitos@gmail.com>
* | libxklavier can now build out of src dirDaniel Narvaez2012-08-231-1/+0
| |
* | Build the at modules out of source directoryDaniel Narvaez2012-08-221-2/+0
| |
* | Remove libxklavier sourceDaniel Narvaez2012-08-221-0/+1
| |
* | sugar and toolkit are not buildable out of source dir yetDaniel Narvaez2012-08-191-0/+2
| |
* | Add gst-plugins-espeakDaniel Narvaez2012-08-181-0/+1
| |
* | Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-08-181-7/+0
|\ \ | |/ | | | | | | | | Conflicts: Makefile scripts/sugar.modules
| * When building a single module force the buildDaniel Narvaez2012-08-151-1/+1
| |
| * Don't clean sugar-* modulesDaniel Narvaez2012-08-081-7/+0
| | | | | | | | They are built out of source directory now
* | When building a single module force the buildDaniel Narvaez2012-08-151-1/+1
| |
* | Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-08-071-2/+1
|\ \ | |/
| * Use the start-sugar script for runDaniel Narvaez2012-08-021-2/+1
| |
* | Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-08-011-0/+4
|\ \ | |/ | | | | | | | | Conflicts: Makefile scripts/system.modules
| * Add gstreamerDaniel Narvaez2012-08-011-0/+3
| |
| * Clean find-free-displayDaniel Narvaez2012-07-231-0/+1
| |
* | Merge branch 'master' of git.sugarlabs.org:sugar-build/sugar-buildDaniel Narvaez2012-07-111-10/+11
|\ \ | |/
| * Find a free display rather than hardcoding itDaniel Narvaez2012-07-111-10/+11
| |
* | First attempt at adding gtk for the forall issueDaniel Narvaez2012-07-101-0/+2
|/
* Ignore build policy for sugar-fructoseDaniel Narvaez2012-07-071-1/+1
| | | | | We need to always rebuild because we don't know if the submodules have changes.
* Test requires list-outputsDaniel Narvaez2012-07-061-1/+1
|
* Redirect make run output to the logDaniel Narvaez2012-07-051-1/+1
|
* Allow to run another instance inside sugarDaniel Narvaez2012-07-041-1/+7
|
* Always install fructose activitiesDaniel Narvaez2012-07-041-5/+2
| | | | Make some sense for development too and it's less code to maintain
* Add a target to build fructose activitiesDaniel Narvaez2012-06-301-0/+4
| | | | It will be used by the buildbot.
* Add a simple dogtail testDaniel Narvaez2012-06-291-0/+3
|
* Clean source only for sugar modulesDaniel Narvaez2012-06-271-1/+7
| | | | | The rest now builds out-of-source-directory so it's unnecessary to redownload everything.
* Log the install-activities scriptDaniel Narvaez2012-06-261-1/+1
|
* Pull activities from activities.sugarlabs.orgDaniel Narvaez2012-06-261-6/+5
|
* Build out of source directory when possibleDaniel Narvaez2012-06-261-3/+3
|
* Jump into source and show the directory in PS1Daniel Narvaez2012-06-261-4/+5
| | | | Useful to know where you are
* Add a start-sugar command to the shelDaniel Narvaez2012-06-261-0/+1
|
* Add a script to streamline patch submissionDaniel Narvaez2012-06-251-1/+3
| | | | Needs work.
* Customize prompt to indicate we are in the shellDaniel Narvaez2012-06-251-1/+1
| | | | Credit to Manuel QuiƱones for the idea.
* Add a make shell commandDaniel Narvaez2012-06-221-0/+3
|
* Build browse activityDaniel Narvaez2012-06-221-0/+1
|
* Don't assign to XRANDR_LIBSDaniel Narvaez2012-06-211-1/+1
| | | | We want pkg-config to run it only after deps has been installed.
* Disable all but one X outputsDaniel Narvaez2012-06-181-1/+7
| | | | Sugar cannot deal properly with multiple outputs.
* Run X on :99Daniel Narvaez2012-06-161-1/+1
| | | | Very unlikely to get a conflict there