[kdesrc-build] /: Add kate to kdesrc-build's kf5 file.
David Faure
faure at kde.org
Wed Jan 1 10:03:24 GMT 2014
Git commit f878d229011a8fe673329c44382bd8a43644e595 by David Faure.
Committed on 01/01/2014 at 10:00.
Pushed by dfaure into branch 'master'.
Add kate to kdesrc-build's kf5 file.
Try to split up the file internally into 3 sections:
frameworks, workspace and apps, matching the future releases.
This raises some interesting questions:
* should attica become a framework?
* should phonon become a framework?
* should kactivities become a framework?
* are we sure nothing in frameworks+workspace will depend on kate interfaces?
CCMAIL: kde-core-devel at kde.org
M +22 -6 kf5-qt5-build-include
http://commits.kde.org/kdesrc-build/f878d229011a8fe673329c44382bd8a43644e595
diff --git a/kf5-qt5-build-include b/kf5-qt5-build-include
index c6fd9c2..5cf1067 100644
--- a/kf5-qt5-build-include
+++ b/kf5-qt5-build-include
@@ -9,12 +9,20 @@
#
# You can then add additional modules if desired.
+# ============================ Dependencies ==========================
+
module cmake-git
repository git://cmake.org/cmake.git
end module
+module libdbusmenu-qt
+ # The lp: prefix refers to Canonical's Launchpad repository
+ repository bzr://lp:libdbusmenu-qt
+end module
+
module-set
repository kde-projects
+ # Should attica become a kde framework?
use-modules kdesrc-build extra-cmake-modules attica libstreams libstreamanalyzer
# Optionally: add polkit-qt-1
cmake-options -DCMAKE_BUILD_TYPE:STRING=debug
@@ -30,10 +38,7 @@ module-set phonon
use-modules phonon/phonon phonon-vlc phonon-gstreamer
end module-set
-module libdbusmenu-qt
- # The lp: prefix refers to Canonical's Launchpad repository
- repository bzr://lp:libdbusmenu-qt
-end module
+# ============================= KDE Frameworks ========================
module-set frameworks
repository kde-projects
@@ -43,6 +48,15 @@ module-set frameworks
cmake-options -DBUILD_TESTING=TRUE -DCMAKE_BUILD_TYPE:STRING=debugfull -G "CodeBlocks - Unix Makefiles"
end module
+# This module is temporary
+module kde-runtime
+ repository kde:kde-runtime
+ branch frameworks
+end module
+
+# ============================== KDE Workspace =========================
+
+# Should this become a framework?
module kde-kactivities
repository kde:kactivities
branch frameworks
@@ -57,8 +71,10 @@ module kde-workspace
branch master
end module
-module kde-runtime
- repository kde:kde-runtime
+# ============================== KDE Applications =========================
+
+module kate
+ repository kde:kate
branch frameworks
end module
More information about the kde-core-devel
mailing list