diff --git a/trunk/dports/kde/kde4-workspace/Portfile b/trunk/dports/kde/kde4-workspace/Portfile
a
|
b
|
|
4 | 4 | PortSystem 1.0 |
5 | 5 | PortGroup kde4 1.1 |
6 | 6 | |
| 7 | fetch.type git |
| 8 | if {[file exists ${filespath}/kde-workspace-git/.git]} { |
| 9 | git.url ${filespath}/kde-workspace-git |
| 10 | } else { |
| 11 | git.url git://anongit.kde.org/kde-workspace |
| 12 | } |
| 13 | #git.branch 1db18c37 |
| 14 | git.branch b904af16 |
| 15 | |
7 | 16 | name kde4-workspace |
8 | | version 4.13.3 |
9 | | set plasmaversion 4.11.11 |
| 17 | version 4.14.4.20150324 |
| 18 | set plasmaversion 4.11.17 |
10 | 19 | categories kde kde4 |
11 | 20 | maintainers gmail.com:rjvbertin |
12 | 21 | license GPL-2+ LGPL-2.1+ |
… |
… |
|
18 | 27 | homepage http://www.kde.org/workspaces/ |
19 | 28 | master_sites kde:stable/${version}/src/ |
20 | 29 | use_xz yes |
21 | | distname kde-workspace-${plasmaversion} |
| 30 | #distname kde-workspace-${plasmaversion} |
22 | 31 | |
23 | | checksums rmd160 e0cdcde2c455e376a8bf785bb2c3ef114fa9a5f1 \ |
24 | | sha256 f188b003c56d2a40f71d4eea8c91b7ae0febcf25c252c383913281fce73c4d73 |
| 32 | #checksums rmd160 e5f4ed10a6791b9a6cea37ec13d8a1141fd9707b \ |
| 33 | # sha256 09d8ae1ac1b704fc919bdedfec47c6561033dca125b0096cb9ed398445fa942f |
25 | 34 | |
26 | | #Fully removing X11 only function to prevent automoc to include it (RR 120287) |
27 | | patchfiles patch-CmakeLists-for-OSX.patch \ |
28 | | libs-CmakeLists-deactivate-taskmanager.patch \ |
29 | | patch-KControl-CmakeLists.patch \ |
30 | | krdb-noX11onOSX.patch |
| 35 | patchfiles patch-CMakeLists-for-OSX.patch \ |
| 36 | patch-libs-CMakeLists.patch \ |
| 37 | patch-kcontrol.patch \ |
| 38 | patch-plasma.patch \ |
| 39 | systemsettings-correct-menuplacement.patch |
31 | 40 | |
32 | 41 | depends_build-append port:boost \ |
33 | 42 | port:freetype \ |
… |
… |
|
43 | 52 | |
44 | 53 | configure.args-append -DBUILD_webkit:BOOL=ON |
45 | 54 | |
46 | | variant nostrip description {Prevent stripping of binaries} { |
47 | | configure.args-delete -DCMAKE_BUILD_TYPE=Release |
48 | | configure.args-append -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_STRIP:FILEPATH=/bin/echo |
| 55 | configure.args-delete -DCMAKE_BUILD_TYPE=Release |
| 56 | configure.args-append -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_STRIP:FILEPATH=/bin/echo |
| 57 | |
| 58 | variant nostrip description {obsolete} { |
| 59 | ui_warn "You have requested an obsolete variant for a build mode that is now the default" |
49 | 60 | } |
50 | 61 | |
51 | | livecheck.url http://kde.mirrors.hoobly.com/stable/ |
52 | | livecheck.regex (\\d+(\\.\\d+)+) |
| 62 | variant oxygen description {Build the Oxygen theme} {} |
| 63 | default_variants +oxygen |
| 64 | |
| 65 | if {![variant_isset oxygen]} { |
| 66 | patchfiles-append no-oxygen-theme.patch |
| 67 | } |
| 68 | |
| 69 | post-destroot { |
| 70 | ln -s /Applications/MacPorts/KDE4/plasma-windowed.app/Contents/MacOS/plasma-windowed ${destroot}${prefix}/bin/plasma-windowed |
| 71 | } |
| 72 | |
| 73 | livecheck.type none |
| 74 | #livecheck.url http://kde.mirrors.hoobly.com/stable/ |
| 75 | #livecheck.regex (\\d+(\\.\\d+)+) |