Adventures in Drive-By Coding

Things i do while procrastinating

Blog

Build-Tool Version 0.6.5 Released

I just pushed version 0.6.5 to RubyGems.org. It contains some small enhancements.

Build-Tool Recipe: Build KDE (4.8.3) From Releases

There is a new recipe for build-tool that makes it possible to build kde from the release packages found in ftp.kde.org.

Build-Tool Version 0.6.4 Released

I just pushed version 0.6.4 to RubyGems.org. It is mainly a bugfix release.

Build-Tool Version 0.6.3 Released

I just pushed version 0.6.3 to RubyGems.org. It is mainly a bugfix release.

Build-Tool Recipe Update: KDEPIM Google Resource

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

Build-Tool Recipe Update: KDE Multimedia Migration

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…

Build-Tool Recipe Update: Telepathy

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…

Build-Tool Recipe Update: Quanta

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…

Build-Tool Recipe Update: KDevelop

The kdevelop support got quite some changes.

Obsolete Modules

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

Feature PHP Language Support

KDevelop…

Build-Tool Recipe Update: Reviewboard

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.…