Warning, /office/kmymoney/3rdparty/ext_frameworks/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # All needed frameworks:
0002 # Tier 1
0003 #   Archive
0004 #   Codecs
0005 #   Config
0006 #   CoreAddons
0007 #   DBusAddons
0008 #   GuiAddons
0009 #   I18n
0010 #   ItemModels
0011 #   ItemViews
0012 #   WidgetsAddons
0013 #   WindowSystem
0014 #   Solid
0015 #   Sonnet
0016 #   SyntaxHighlighting
0017 # Tier 2
0018 #   Activities
0019 #   Auth
0020 #   Completion
0021 #   Crash
0022 #   JobWidgets
0023 #   Notifications
0024 #   Package
0025 # Tier 3
0026 #   Emoticons
0027 #   ConfigWidgets
0028 #   IconThemes
0029 #   Service
0030 #   TextWidgets
0031 #   XmlGui
0032 #   Bookmarks
0033 #   GlobalAccel
0034 #   KIO
0035 #   Declarative
0036 #   KCMUtils
0037 #   Wallet
0038 
0039 ExternalProject_Add(
0040   ext_extra_cmake_modules
0041   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0042   URL http://download.kde.org/stable/frameworks/5.51/extra-cmake-modules-5.51.0.zip
0043   URL_MD5 0c49de5686624746af45f578486c275f
0044   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0045 )
0046 
0047 ExternalProject_Add(
0048   ext_karchive
0049   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0050   URL http://download.kde.org/stable/frameworks/5.51/karchive-5.51.0.zip
0051   URL_MD5 a1df7fa0e563774582a141be902bf9e0
0052   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0053   DEPENDS ext_extra_cmake_modules
0054 )
0055 
0056 ExternalProject_Add(
0057   ext_kcodecs
0058   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0059   URL http://download.kde.org/stable/frameworks/5.51/kcodecs-5.51.0.zip
0060   URL_MD5 690e3fc89a72a64ebf7d4dccfea07cb4
0061   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0062   DEPENDS ext_extra_cmake_modules
0063 )
0064 
0065 ExternalProject_Add(
0066   ext_kconfig
0067   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0068   URL http://download.kde.org/stable/frameworks/5.51/kconfig-5.51.0.zip
0069   URL_MD5 efd15b025d74c6bdb7ba1f6c70eb59d3
0070   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0071   DEPENDS ext_extra_cmake_modules
0072 )
0073 
0074 ExternalProject_Add(
0075   ext_kdbusaddons
0076   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0077   URL http://download.kde.org/stable/frameworks/5.51/kdbusaddons-5.51.0.zip
0078   URL_MD5 a4e3f38596815004815e1d5912dcc9f7
0079   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0080   DEPENDS ext_extra_cmake_modules
0081 )
0082 
0083 ExternalProject_Add(
0084   ext_kcoreaddons
0085   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0086   URL http://download.kde.org/stable/frameworks/5.51/kcoreaddons-5.51.0.zip
0087   URL_MD5 bd29fb792d368dcc031277182e20dd57
0088   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0089   DEPENDS ext_sharedmimeinfo ext_extra_cmake_modules
0090 )
0091 
0092 ExternalProject_Add(
0093   ext_kguiaddons
0094   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0095   URL http://download.kde.org/stable/frameworks/5.51/kguiaddons-5.51.0.zip
0096   URL_MD5 a4ed02d971740b5a69d3bbd8078cd53c
0097   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0098   DEPENDS ext_extra_cmake_modules
0099 )
0100 
0101 ExternalProject_Add(
0102   ext_ki18n
0103   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0104   URL http://download.kde.org/stable/frameworks/5.51/ki18n-5.51.0.zip
0105   URL_MD5 97ea04262c49403ba8c33323b367c362
0106   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0107   DEPENDS ext_extra_cmake_modules ext_gettext
0108 )
0109 
0110 ExternalProject_Add(
0111   ext_kitemmodels
0112   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0113   URL http://download.kde.org/stable/frameworks/5.51/kitemmodels-5.51.0.zip
0114   URL_MD5 82989ebe8c2c76df6fbd3bc4581923a8
0115   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0116   DEPENDS ext_extra_cmake_modules
0117 )
0118 
0119 ExternalProject_Add(
0120   ext_kitemviews
0121   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0122   URL http://download.kde.org/stable/frameworks/5.51/kitemviews-5.51.0.zip
0123   URL_MD5 4b0ac783dd4a08b57442a6b349a29af0
0124   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0125   DEPENDS ext_extra_cmake_modules
0126 )
0127 
0128 ExternalProject_Add(
0129   ext_kwidgetsaddons
0130   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0131   URL http://download.kde.org/stable/frameworks/5.51/kwidgetsaddons-5.51.0.zip
0132   URL_MD5 069a7907a50a573f237b0ae07e143c31
0133   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0134   DEPENDS ext_extra_cmake_modules
0135 )
0136 
0137 ExternalProject_Add(
0138   ext_kwindowsystem
0139   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0140   URL http://download.kde.org/stable/frameworks/5.51/kwindowsystem-5.51.0.zip
0141   URL_MD5 1cc9f16aef24588f56712beacea04173
0142   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0143   DEPENDS ext_extra_cmake_modules
0144 )
0145 
0146 ExternalProject_Add(
0147   ext_solid
0148   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0149   URL http://download.kde.org/stable/frameworks/5.51/solid-5.51.0.zip
0150   URL_MD5 20928ec5ac4f24ac50d28e1f859564fc
0151   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0152   DEPENDS ext_extra_cmake_modules
0153 )
0154 
0155 ExternalProject_Add(
0156   ext_sonnet
0157   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0158   URL http://download.kde.org/stable/frameworks/5.51/sonnet-5.51.0.zip
0159   URL_MD5 6da10e377b65fd0eb38a893f3b02bda4
0160   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0161   DEPENDS ext_extra_cmake_modules
0162 )
0163 
0164 ExternalProject_Add(
0165   ext_syntaxhighlighting
0166   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0167   URL http://download.kde.org/stable/frameworks/5.51/syntax-highlighting-5.51.0.zip
0168   URL_MD5 960aa4322276d5591fe038351c420607
0169   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0170   DEPENDS ext_extra_cmake_modules
0171 )
0172 
0173 ExternalProject_Add(
0174   ext_kholidays
0175   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0176   URL https://download.kde.org/stable/frameworks/5.51/kholidays-5.51.0.zip
0177   URL_MD5 41b208d432246eb8f012d55bc0c1b9ee
0178   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0179   DEPENDS ext_extra_cmake_modules
0180 )
0181 
0182 ExternalProject_Add(
0183   ext_kactivities
0184   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0185   URL http://download.kde.org/stable/frameworks/5.51/kactivities-5.51.0.zip
0186   URL_MD5 397fe66ad6b2bd4151de87b5bea27550
0187   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0188   DEPENDS ext_boost ext_kconfig ext_kcoreaddons ext_kwindowsystem
0189 )
0190 
0191 ExternalProject_Add(
0192   ext_kauth
0193   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0194   URL http://download.kde.org/stable/frameworks/5.51/kauth-5.51.0.zip
0195   URL_MD5 c44908198ce80868a0f84d93bfbd2a0b
0196   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0197   DEPENDS ext_kcoreaddons
0198 )
0199 
0200 ExternalProject_Add(
0201   ext_kcompletion
0202   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0203   URL http://download.kde.org/stable/frameworks/5.51/kcompletion-5.51.0.zip
0204   URL_MD5 0538aaf30384c0ac0e69a245d4c99dc5
0205   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0206   DEPENDS ext_kwidgetsaddons ext_kconfig
0207 )
0208 
0209 ExternalProject_Add(
0210   ext_kcrash
0211   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0212   URL http://download.kde.org/stable/frameworks/5.51/kcrash-5.51.0.zip
0213   URL_MD5 4d424ec54f369eb6f6f8d9571e72d0f9
0214   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0215   DEPENDS ext_kcoreaddons ext_kwindowsystem
0216 )
0217 
0218 ExternalProject_Add(
0219   ext_kjobwidgets
0220   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0221   URL http://download.kde.org/stable/frameworks/5.51/kjobwidgets-5.51.0.zip
0222   URL_MD5 e352949fc004cad1a5df7ac6095e061f
0223   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0224   DEPENDS ext_kcoreaddons ext_kwidgetsaddons
0225 )
0226 
0227 ExternalProject_Add(
0228   ext_knotifications
0229   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0230   URL http://download.kde.org/stable/frameworks/5.51/knotifications-5.51.0.zip
0231   URL_MD5 1727ef67b293228e783d70a8a04fb2b2
0232   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0233   DEPENDS ext_kwindowsystem ext_kconfig ext_kcodecs ext_kcoreaddons ext_phonon
0234 )
0235 
0236 ExternalProject_Add(
0237   ext_kpackage
0238   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0239   URL http://download.kde.org/stable/frameworks/5.51/kpackage-5.51.0.zip
0240   URL_MD5 7e04ab888adb565d6b3c7edab3f5f88b
0241   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0242   DEPENDS ext_karchive ext_ki18n ext_kcoreaddons
0243 )
0244 
0245 ExternalProject_Add(
0246   ext_kconfigwidgets
0247   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0248   URL http://download.kde.org/stable/frameworks/5.51/kconfigwidgets-5.51.0.zip
0249   URL_MD5 943fe07904feaa3a8b05fe81733d1eb4
0250   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0251   DEPENDS ext_kauth ext_kcoreaddons ext_kcodecs ext_kconfig ext_kguiaddons ext_ki18n ext_kwidgetsaddons
0252 )
0253 
0254 ExternalProject_Add(
0255   ext_kiconthemes
0256   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0257   URL http://download.kde.org/stable/frameworks/5.51/kiconthemes-5.51.0.zip
0258   URL_MD5 6da17c5f2006b893025da305b1dfc011
0259   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0260   DEPENDS ext_karchive ext_ki18n ext_kcoreaddons ext_kconfigwidgets ext_kwidgetsaddons ext_kitemviews
0261 )
0262 
0263 ExternalProject_Add(
0264   ext_kservice
0265   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0266   URL http://download.kde.org/stable/frameworks/5.51/kservice-5.51.0.zip
0267   URL_MD5 7444dbd3388a1e3cce9d8f7cd64c7d23
0268   PATCH_COMMAND ${PATCH_COMMAND} -p1 -i ${CMAKE_CURRENT_SOURCE_DIR}/kservice.diff #this makes finding KCModules in AppImage possible
0269   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0270   DEPENDS ext_kconfig ext_kcoreaddons ext_kcrash ext_kdbusaddons ext_ki18n
0271 )
0272 
0273 ExternalProject_Add(
0274   ext_kemoticons
0275   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0276   URL http://download.kde.org/stable/frameworks/5.51/kemoticons-5.51.0.zip
0277   URL_MD5 f437001a8a5e401a8ac284cf554357ec
0278   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0279   DEPENDS ext_karchive ext_kconfig ext_kservice ext_kcoreaddons
0280 )
0281 
0282 ExternalProject_Add(
0283   ext_ktextwidgets
0284   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0285   URL http://download.kde.org/stable/frameworks/5.51/ktextwidgets-5.51.0.zip
0286   URL_MD5 2edb4f80800e47d6ecf52353decbdf10
0287   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0288   DEPENDS ext_extra_cmake_modules ext_kcompletion ext_kconfig ext_kconfigwidgets ext_ki18n ext_kiconthemes ext_kservice ext_kwidgetsaddons ext_kwindowsystem ext_sonnet
0289 )
0290 
0291 ExternalProject_Add(
0292   ext_kglobalaccel
0293   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0294   URL http://download.kde.org/stable/frameworks/5.51/kglobalaccel-5.51.0.zip
0295   URL_MD5 1cf9b73d7e909ed5899496eb52dfedc2
0296   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0297   DEPENDS ext_kconfig ext_kcoreaddons ext_kcrash ext_kdbusaddons ext_kwindowsystem
0298 )
0299 
0300 ExternalProject_Add(
0301   ext_kxmlgui
0302   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0303   URL http://download.kde.org/stable/frameworks/5.51/kxmlgui-5.51.0.zip
0304   URL_MD5 35555839af065708281ecf95f2cd9363
0305   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0306   DEPENDS ext_kcoreaddons ext_kitemviews ext_kconfig ext_kconfigwidgets ext_ki18n ext_kiconthemes ext_ktextwidgets ext_kwidgetsaddons ext_kwindowsystem ext_kglobalaccel
0307 )
0308 
0309 ExternalProject_Add(
0310   ext_kbookmarks
0311   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0312   URL http://download.kde.org/stable/frameworks/5.51/kbookmarks-5.51.0.zip
0313   URL_MD5 036f8e3e2d9c1cd537a275636569d1c6
0314   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0315   DEPENDS ext_kconfig ext_kcoreaddons ext_kcodecs ext_kconfigwidgets ext_kiconthemes ext_kwidgetsaddons ext_kxmlgui
0316 )
0317 
0318 ExternalProject_Add(
0319   ext_kwallet
0320   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0321   URL http://download.kde.org/stable/frameworks/5.51/kwallet-5.51.0.zip
0322   URL_MD5 da6f7e2282f6316b612cb0acaa7a140a
0323   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0324   DEPENDS ext_gcrypt ext_gpgme ext_kcoreaddons ext_kconfig ext_kwindowsystem ext_ki18n ext_kconfigwidgets ext_knotifications ext_kservice ext_kwidgetsaddons ext_kiconthemes ext_kdbusaddons
0325 )
0326 
0327 ExternalProject_Add(
0328   ext_kio
0329   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0330   URL http://download.kde.org/stable/frameworks/5.51/kio-5.51.0.zip
0331   URL_MD5 ea59ac8326e5856b0ef1202c83d575b3
0332   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0333   DEPENDS ext_extra_cmake_modules ext_karchive ext_kconfig ext_kcoreaddons ext_kdbusaddons ext_ki18n ext_kservice ext_solid ext_kwindowsystem ext_kwidgetsaddons ext_kcompletion ext_kconfigwidgets ext_kiconthemes ext_kitemviews ext_kjobwidgets ext_kbookmarks ext_kwallet
0334 )
0335 
0336 ExternalProject_Add(
0337   ext_kdeclarative
0338   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0339   URL http://download.kde.org/stable/frameworks/5.51/kdeclarative-5.51.0.zip
0340   URL_MD5 6d8b8a15b7d02ac662e7f22152e92f3f
0341   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0342   DEPENDS ext_kconfig ext_ki18n ext_kiconthemes ext_kio ext_kwidgetsaddons ext_kwindowsystem ext_kglobalaccel ext_kguiaddons ext_kpackage
0343 )
0344 
0345 ExternalProject_Add(
0346   ext_kcmutils
0347   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0348   URL http://download.kde.org/stable/frameworks/5.51/kcmutils-5.51.0.zip
0349   URL_MD5 4f548b92a27716f1d498b9da8887cf32
0350   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0351   DEPENDS ext_kitemviews ext_kconfigwidgets ext_kcoreaddons ext_ki18n ext_kiconthemes ext_kservice ext_kxmlgui ext_kdeclarative
0352 )
0353 
0354 ExternalProject_Add(
0355   ext_kimageformats
0356   DOWNLOAD_DIR ${EXT_DOWNLOAD_DIR}
0357   URL http://download.kde.org/stable/frameworks/5.51/kimageformats-5.51.0.zip
0358   URL_MD5 bb889cbd5a3b39f226d57da4c694ff57
0359   CMAKE_ARGS ${CMAKE_GLOBAL_PROFILE}
0360   DEPENDS ext_kitemviews
0361 )