You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
810 B
37 lines
810 B
# Module definitions for building KDE Applications 5 |
|
|
|
# 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. |
|
|
|
module konsole |
|
repository kde:konsole |
|
branch frameworks |
|
end module |
|
|
|
module kate |
|
repository kde:kate |
|
branch frameworks |
|
end module |
|
|
|
module-set okteta |
|
repository kde-projects |
|
use-modules okteta |
|
branch frameworks |
|
end module |
|
|
|
module libksane |
|
repository kde:libksane |
|
branch frameworks |
|
end module |
|
|
|
module skanlite |
|
repository kde:skanlite |
|
branch frameworks |
|
end module |