Ticket #46359: kde4-workspace-4.14.4-2.diff
File kde4-workspace-4.14.4-2.diff, 2.1 KB (added by NicosPavlov, 10 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 PortGroup kde4 1.1 6 6 7 fetch.type git 8 git.url git://anongit.kde.org/kde-workspace 9 git.branch 1db18c37 10 7 11 name kde4-workspace 8 version 4.1 3.39 set plasmaversion 4.11.1 112 version 4.14.4 13 set plasmaversion 4.11.15 10 14 categories kde kde4 11 15 maintainers gmail.com:rjvbertin 12 16 license GPL-2+ LGPL-2.1+ … … 18 22 homepage http://www.kde.org/workspaces/ 19 23 master_sites kde:stable/${version}/src/ 20 24 use_xz yes 21 distname kde-workspace-${plasmaversion}22 25 23 checksums rmd160 e0cdcde2c455e376a8bf785bb2c3ef114fa9a5f1 \ 24 sha256 f188b003c56d2a40f71d4eea8c91b7ae0febcf25c252c383913281fce73c4d73 26 patchfiles patch-CMakeLists-for-OSX.patch \ 27 patch-libs-CMakeLists.patch \ 28 patch-kcontrol.patch \ 29 patch-plasma.patch \ 30 systemsettings-correct-menuplacement.patch 25 31 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.patch31 32 32 depends_build-append port:boost \ 33 33 port:freetype \ 34 34 port:libusb … … 48 48 configure.args-append -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_STRIP:FILEPATH=/bin/echo 49 49 } 50 50 51 livecheck.url http://kde.mirrors.hoobly.com/stable/ 52 livecheck.regex (\\d+(\\.\\d+)+) 51 variant oxygen description {Build the Oxygen theme} { 52 patchfiles-append no-oxygen-theme.patch 53 } 54 55 default_variants +oxygen 56 57 post-destroot { 58 ln -s /Applications/MacPorts/KDE4/plasma-windowed.app/Contents/MacOS/plasma-windowed ${destroot}${prefix}/bin/plasma-windowed 59 } 60 61 livecheck.type none