Warning, /sdk/kdesrc-build/kf5-frameworks-build-include is written in an unsupported language. File is not indexed.

0001 # Module definitions for building KDE Frameworks 5
0002 # (cmake, KF5's dependencies, KDE Frameworks 5)
0003 
0004 # Usage: Write your own kdesrc-buildrc with only a "global" section
0005 # then include this file, like this:
0006 #
0007 # include extragear/utils/kdesrc-build/kf5-qt5-build-include
0008 # (or using a full path)
0009 #
0010 # You can then add additional modules if desired.
0011 #
0012 # This file uses "branch groups" to decide which git branch to use. If you
0013 # need to add your framework or library here please be sure to update
0014 # kde-build-metadata repo's "logical-module-structure". It includes a simple
0015 # tool you can use to validate your change works (or just "kdesrc-build -p
0016 # your-module" and look for the right branch).
0017 
0018 # ============================ Dependencies ==========================
0019 
0020 # We used to build this module but it hasn't changed in years, install
0021 # from your distribution's -dev packages instead.
0022 #module libdbusmenu-qt
0023 #    # The lp: prefix refers to Canonical's Launchpad repository
0024 #    repository bzr://lp:libdbusmenu-qt
0025 #    cmake-options -DWITH_DOC=NO
0026 #end module
0027 
0028 module taglib
0029     repository https://github.com/taglib/taglib.git
0030     branch master
0031     cmake-options -DBUILD_SHARED_LIBS=TRUE
0032 end module
0033 
0034 # kdesrc-build itself, and some "kdesupport" modules needed by KF5, workspace or apps.
0035 module-set kf5-build-support
0036     repository kde-projects
0037     use-modules kdesrc-build kde-dev-scripts extra-cmake-modules polkit-qt-1 qca
0038 end module-set
0039 
0040 module-set phonon
0041     repository kde-projects
0042     use-modules phonon phonon-vlc
0043 end module-set
0044 
0045 module-set kdesupport
0046    repository kde-projects
0047    use-modules kdesupport/plasma-wayland-protocols
0048 end module-set
0049 
0050 # ============================= KDE Frameworks ========================
0051 
0052 module-set frameworks
0053     repository kde-projects
0054     use-modules frameworks
0055 
0056     #tag v5.75.0-rc1
0057     branch kf5
0058 end module-set
0059 
0060 module grantlee
0061     repository https://github.com/steveire/grantlee.git
0062     branch master
0063 end module
0064 
0065 # If you have options to set for frameworks modules, please set them in
0066 # kf5-common-options-build-include instead of here
0067 include kf5-common-options-build-include