Build-Tool Version 0.6.5 Released
Posted by mjansen |
I just pushed version 0.6.5 to RubyGems.org. It contains some small enhancements.
Things i do while procrastinating
Posted by mjansen |
I just pushed version 0.6.5 to RubyGems.org. It contains some small enhancements.
Posted by mjansen |
There is a new recipe for build-tool that makes it possible to build kde from the release packages found in ftp.kde.org.
Posted by mjansen |
I just pushed version 0.6.4 to RubyGems.org. It is mainly a bugfix release.
Posted by mjansen |
I just pushed version 0.6.3 to RubyGems.org. It is mainly a bugfix release.
Posted by mjansen |
As you probably read kdepim-runtime has gained some new optional dependencies for akonadi google resources and a overhauled kolab resource. I just added them to the build-tool recipe.
The original announcement is in this email from allen winter.
Mike
Posted by mjansen |
The migration of the KDE Multimedia sources to git.kde.org is finally done. I just pushed the required changes to the build-tool recipe.
All moved modules compile for me. The only one in multimedia that does not is Amarok and that is only to remind me to finally…
Posted by mjansen |
Since telepathy went beta i think it really is time to add it to the recipe. Which i have done now. To make it work i had to move two modules from the "kdesupport/" feature to the "kdeqt" feature. Automoc and qt-gstreamer have been moved because the later one provides QtGLib which is required by some of the telepathy qt bindings.
So before rebasing your recipe remove the old build and…
Posted by mjansen |
After the work on kdevelop i noticed there is a bit of duplication between quanta and kdevelop. I therefore merged the two. Which means the webdev feature is no more. The parts are available as kdevelop plugins now.
I moved quanta to kdevelop/quanta. It is kind of unmaintained as far as i know so it is disabled by default. Unless you want to work on it i think it makes no sense to build…
Posted by mjansen |
The kdevelop support got quite some changes.
The kdevelop git plugin is not needed anymore. It is part of kdevelop core. The same goes for the okteta plugin. So clean them up before rebasing your recipe:
$ module cleanup --rm-both kdevelop/plugins/git kdevelop/plugins/okteta
KDevelop…
Posted by mjansen |
KDE automatically adds a entry in KDE Git Reviewboard for all git project repositories hosted on projects.kde.org.
On techbase there is a tutorial that describes how to use reviewboard with git.kde.org.…