Warning, /sdk/kdesrc-build/kf5-applications-build-include is written in an unsupported language. File is not indexed.
0001 # Module definitions for building KDE Applications 5 0002 0003 # Usage: Write your own kdesrc-buildrc with only a "global" section 0004 # (including "branch-group kf5-qt5") 0005 # then include this file, like this: 0006 # 0007 # include extragear/utils/kdesrc-build/kf5-frameworks-build-include 0008 # include extragear/utils/kdesrc-build/kf5-applications-build-include 0009 # (or using full paths) 0010 # 0011 # You can then add additional modules if desired. 0012 # 0013 # This file uses "branch groups" to decide which git branch to use. If you 0014 # want to add your application here please be sure to update 0015 # kde-build-metadata repo's "logical-module-structure". It includes a simple 0016 # tool you can use to validate your change works (or just "kdesrc-build -p 0017 # your-module" and look for the right branch). 0018 0019 module-set kf5-base-applications 0020 repository kde-projects 0021 use-modules konsole kate dolphin keditbookmarks kfind konqueror kdialog kio-extras 0022 end module-set 0023 0024 # Required by gwenview 0025 module kcolorpicker 0026 repository https://github.com/ksnip/kColorPicker.git 0027 end module 0028 module kimageannotator 0029 repository https://github.com/ksnip/kImageAnnotator.git 0030 end module 0031 0032 module-set kdegraphics 0033 repository kde-projects 0034 use-modules kdegraphics/* 0035 end module-set 0036 0037 module-set kdevelop-kf5 0038 repository kde-projects 0039 0040 # The foo.git syntax forces kdesrc-build to use matching git repositories 0041 # even when the module name "foo" would also match a whole group of modules 0042 # (you can use kdevelop/* if you wanted the group of modules instead). 0043 use-modules kdevelop.git 0044 end module-set 0045 0046 module-set kile 0047 repository kde-projects 0048 use-modules kile 0049 end module-set 0050 0051 module-set kf5-scanner 0052 repository kde-projects 0053 use-modules libksane skanlite 0054 end module-set 0055 0056 module-set kf5-utils 0057 repository kde-projects 0058 use-modules okteta lokalize yakuake 0059 end module-set 0060 0061 module-set kdeedu 0062 repository kde-projects 0063 use-modules libkeduvocdocument \ 0064 kdeedu-data \ 0065 analitza \ 0066 artikulate \ 0067 blinken \ 0068 cantor \ 0069 kalgebra \ 0070 kalzium \ 0071 kanagram \ 0072 kbruch \ 0073 kgeography \ 0074 khangman \ 0075 kig \ 0076 kiten \ 0077 klettres \ 0078 kmplot \ 0079 kstars \ 0080 kqtquickcharts \ 0081 ktouch \ 0082 kturtle \ 0083 kwordquiz \ 0084 labplot \ 0085 marble \ 0086 minuet \ 0087 parley \ 0088 rocs \ 0089 step 0090 end module-set 0091 0092 module-set kdeaccessibility 0093 repository kde-projects 0094 use-modules kmag kmouth kmousetool 0095 end module-set 0096 0097 module telepathy-qt 0098 repository https://gitlab.freedesktop.org/telepathy/telepathy-qt.git 0099 # origin : https://anongit.freedesktop.org/git/telepathy/telepathy-qt.git 0100 cmake-options -DDESIRED_QT_VERSION=5 -DENABLE_EXAMPLES=OFF # -DENABLE_TESTS=OFF 0101 end module 0102 0103 module-set ktp 0104 repository kde-projects 0105 use-modules ktp-common-internals ktp-desktop-applets ktp-contact-list \ 0106 ktp-kded-module ktp-send-file ktp-text-ui ktp-filetransfer-handler \ 0107 ktp-accounts-kcm ktp-auth-handler \ 0108 kaccounts-providers kaccounts-integration signon-kwallet-extension 0109 branch master 0110 end module-set 0111 0112 module-set kdenetwork 0113 repository kde-projects 0114 use-modules krfb krdc kget 0115 end module-set 0116 0117 module telepathy-accounts-signon 0118 repository https://gitlab.com/accounts-sso/telepathy-accounts-signon.git 0119 branch master 0120 end module 0121 0122 module-set konversation 0123 repository kde-projects 0124 use-modules konversation 0125 end module-set 0126 0127 module-set kdeutils 0128 repository kde-projects 0129 use-modules kdeutils/* 0130 end module-set 0131 0132 module-set kdemultimedia 0133 repository kde-projects 0134 use-modules kdemultimedia/* 0135 end module-set 0136 0137 module-set kdeadmin 0138 repository kde-projects 0139 use-modules kdeadmin/* 0140 end module-set 0141 0142 module-set kmix 0143 repository kde-projects 0144 use-modules kmix 0145 cmake-options -DKMIX_KF5_BUILD:STRING=TRUE 0146 end module-set 0147 0148 module-set kdegames 0149 repository kde-projects 0150 use-modules kde/kdegames amor 0151 end module-set 0152 0153 module-set kdewebdev 0154 repository kde-projects 0155 use-modules kimagemapeditor 0156 end module-set 0157 0158 module-set kdeconnect 0159 repository kde-projects 0160 use-modules kdeconnect-kde 0161 end module-set 0162 0163 module-set calligra-libs 0164 repository kde-projects 0165 use-modules kdiagram kdb kproperty kreport 0166 end module-set 0167 0168 module-set calligra 0169 repository kde-projects 0170 # The foo.git syntax forces kdesrc-build to use matching git repositories 0171 # even when the module name "foo" would also match a whole group of modules 0172 use-modules calligra.git kexi calligraplan 0173 end module-set 0174 0175 module-set krita 0176 repository kde-projects 0177 use-modules krita 0178 end module-set 0179