-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add specific version of kf5 to appimage
- Loading branch information
Showing
3 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# kdesrc-build itself, and some "kdesupport" modules needed by KF5, workspace or apps. | ||
module-set kf5-build-support | ||
repository kde-projects | ||
use-modules kdesrc-build kde-dev-scripts extra-cmake-modules polkit-qt-1 qca | ||
end module-set | ||
|
||
module-set phonon | ||
repository kde-projects | ||
use-modules phonon phonon-vlc | ||
end module-set | ||
|
||
options phonon | ||
cmake-options -DPHONON_BUILD_QT5=ON -DPHONON_BUILD_QT6=OFF | ||
end options | ||
|
||
module-set kdesupport | ||
repository kde-projects | ||
use-modules kdesupport/plasma-wayland-protocols | ||
end module-set | ||
|
||
# ============================= KDE Frameworks ======================== | ||
|
||
module-set frameworks | ||
repository kde-projects | ||
use-modules frameworks | ||
|
||
tag %VERSION% | ||
branch kf5 | ||
ignore-modules kdewebkit | ||
end module-set | ||
|
||
module grantlee | ||
repository https://github.com/steveire/grantlee.git | ||
branch master | ||
end module | ||
|
||
include kf5-common-options-build-include |