diff --git a/kf5-applications-build-include b/kf5-applications-build-include index c76defe..4e72d69 100644 --- a/kf5-applications-build-include +++ b/kf5-applications-build-include @@ -53,7 +53,7 @@ end module-set module-set kdeaccessibility repository kde-projects - use-modules kmag kmouth + use-modules kmag kmouth kmousetool end module-set module telepathy-qt @@ -70,6 +70,12 @@ module-set ktp branch master end module-set +module-set kdenetwork + repository kde-projects + use-modules krfb + branch frameworks +end module-set + module telepathy-accounts-signon repository https://gitlab.com/accounts-sso/telepathy-accounts-signon.git branch master @@ -111,12 +117,3 @@ module-set kdeconnect use-modules kdeconnect-kde end module-set -module-set kmymoney - repository kde-projects - use-modules kdiagram alkimia kmymoney -end module-set - -module-set kxstitch - repository kde-projects - use-modules kxstitch symboleditor -end module-set diff --git a/kf5-extragear-build-include b/kf5-extragear-build-include new file mode 100644 index 0000000..379c4d2 --- /dev/null +++ b/kf5-extragear-build-include @@ -0,0 +1,28 @@ +# Module definitions for building KDE Extragear applications which depend on Qt5/KF5 + +# Usage: Write your own kdesrc-buildrc with only a "global" section +# (including "branch-group kf5-qt5") +# then include this file, like this: +# +# include extragear/utils/kdesrc-build/kf5-frameworks-build-include +# include extragear/utils/kdesrc-build/kf5-applications-build-include +# (or using full paths) +# +# You can then add additional modules if desired. +# +# This file uses "branch groups" to decide which git branch to use. If you +# want to add your application here please be sure to update +# kde-build-metadata repo's "logical-module-structure". It includes a simple +# tool you can use to validate your change works (or just "kdesrc-build -p +# your-module" and look for the right branch). + +module-set kmymoney + repository kde-projects + use-modules kdiagram alkimia kmymoney +end module-set + +module-set xstitch + repository kde-projects + use-modules kxstitch symboleditor +end module-set + diff --git a/kf5-qt5-build-include b/kf5-qt5-build-include index 9e503c8..ce3d155 100644 --- a/kf5-qt5-build-include +++ b/kf5-qt5-build-include @@ -14,6 +14,7 @@ include kf5-frameworks-build-include include kf5-workspace-build-include include kf5-applications-build-include include kf5-kdepim-build-include +include kf5-extragear-build-include # Here's how to add extragear and playground (at least those modules that have a kf5-qt5 branch group) #module-set