-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkdesrc-buildrc
42 lines (33 loc) · 1.45 KB
/
kdesrc-buildrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# See the kdesrc-buildrc-sample for explanations of what the options do, or
# view the manpage or kdesrc-build documentation at
# http://kdesrc-build.kde.org/documentation/
global
branch-group kf5-qt5
#install-session-driver true
#stop-on-failure true
# The path to your Qt installation.
qtdir /opt/qt59 # If system Qt
# Install directory for KDE software
kdedir ~/usr
# Directory for downloaded source code
source-dir ~/src
make-options -j4
end global
# Instead of specifying modules here, the current best practice is to refer to
# KF5 module lists maintained with kdesrc-build by the KF5 developers. As new
# modules are added or modified, the kdesrc-build KF5 module list is altered to
# suit, and when you update kdesrc-build you will automatically pick up the
# needed changes.
# NOTE: You MUST change the path below to include the actual path to your
# kdesrc-build installation.
include /home/user/kdesrc-build/kf5-frameworks-build-include
include /home/user/kdesrc-build/kf5-workspace-build-include
include /home/user/kdesrc-build/kf5-applications-build-include
#include /home/user/kdesrc-build/kf5-kdepim-build-include
options plasma-desktop
# plasma-desktop requires to much ram to be built with more than one process
make-options -j1
end options
# If you wish to maintain the module list yourself that is possible, simply
# look at the files pointed to above and use the "module-set" declarations that
# they use, with your own changes.