[SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (3b4169cbf7a8137dc8580da3479027134da90f12)
Juuso Alasuutari
scm at sourcemage.org
Sat May 17 13:38:41 EDT 2008
GIT changes to master grimoire by Juuso Alasuutari <iuso at sourcemage.org>:
kde4/akonadi/DEPENDS | 10 ++++------
kde4/akonadi/HISTORY | 4 ++++
2 files changed, 8 insertions(+), 6 deletions(-)
New commits:
commit 3b4169cbf7a8137dc8580da3479027134da90f12
Author: Juuso Alasuutari <iuso at sourcemage.org>
Commit: Juuso Alasuutari <iuso at sourcemage.org>
akonadi: Always depend on automoc and subversion
diff --git a/kde4/akonadi/DEPENDS b/kde4/akonadi/DEPENDS
index 578ea50..9fd94aa 100755
--- a/kde4/akonadi/DEPENDS
+++ b/kde4/akonadi/DEPENDS
@@ -1,8 +1,6 @@
depends -sub DBUS qt4 &&
-depends g++ &&
-depends cmake &&
-depends libxslt &&
-if [ $VERSION == svn ];then
-depends automoc &&
+depends g++ &&
+depends cmake &&
+depends libxslt &&
+depends automoc &&
depends subversion
-fi
diff --git a/kde4/akonadi/HISTORY b/kde4/akonadi/HISTORY
index 3f49049..c0da5f7 100644
--- a/kde4/akonadi/HISTORY
+++ b/kde4/akonadi/HISTORY
@@ -1,3 +1,7 @@
+2008-05-17 Juuso Alasuutari <iuso at sourcemage.org>
+ * DEPENDS: Always depend on automoc and friends,
+ not only for the 'svn' version.
+
2008-05-09 Juuso Alasuutari <iuso at sourcemage.org>
* PREPARE, DETAILS: Added autoupdate query.
More information about the SM-Commit
mailing list