Ticket #46359: kde4-workspace-4.14.4.diff

File kde4-workspace-4.14.4.diff, 3.2 KB (added by RJVB (René Bertin), 9 years ago)
  • trunk/dports/kde/kde4-workspace/Portfile

    diff --git a/trunk/dports/kde/kde4-workspace/Portfile b/trunk/dports/kde/kde4-workspace/Portfile
    a b  
    44PortSystem          1.0
    55PortGroup           kde4   1.1
    66
     7fetch.type          git
     8if {[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
     14git.branch          b904af16
     15
    716name                kde4-workspace
    8 version             4.13.3
    9 set plasmaversion   4.11.11
     17version             4.14.4.20150324
     18set plasmaversion   4.11.17
    1019categories          kde kde4
    1120maintainers         gmail.com:rjvbertin
    1221license             GPL-2+ LGPL-2.1+
     
    1827homepage            http://www.kde.org/workspaces/
    1928master_sites        kde:stable/${version}/src/
    2029use_xz              yes
    21 distname            kde-workspace-${plasmaversion}
     30#distname            kde-workspace-${plasmaversion}
    2231
    23 checksums           rmd160  e0cdcde2c455e376a8bf785bb2c3ef114fa9a5f1 \
    24                     sha256  f188b003c56d2a40f71d4eea8c91b7ae0febcf25c252c383913281fce73c4d73
     32#checksums           rmd160  e5f4ed10a6791b9a6cea37ec13d8a1141fd9707b \
     33#                    sha256  09d8ae1ac1b704fc919bdedfec47c6561033dca125b0096cb9ed398445fa942f
    2534
    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
     35patchfiles          patch-CMakeLists-for-OSX.patch \
     36                    patch-libs-CMakeLists.patch \
     37                    patch-kcontrol.patch \
     38                    patch-plasma.patch \
     39                    systemsettings-correct-menuplacement.patch
    3140
    3241depends_build-append port:boost \
    3342                    port:freetype \
     
    4352
    4453configure.args-append  -DBUILD_webkit:BOOL=ON
    4554
    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
     55configure.args-delete -DCMAKE_BUILD_TYPE=Release
     56configure.args-append -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_STRIP:FILEPATH=/bin/echo
     57
     58variant nostrip description {obsolete} {
     59    ui_warn "You have requested an obsolete variant for a build mode that is now the default"
    4960}
    5061
    51 livecheck.url       http://kde.mirrors.hoobly.com/stable/
    52 livecheck.regex     (\\d+(\\.\\d+)+)
     62variant oxygen description {Build the Oxygen theme} {}
     63default_variants    +oxygen
     64
     65if {![variant_isset oxygen]} {
     66    patchfiles-append     no-oxygen-theme.patch
     67}
     68
     69post-destroot {
     70    ln -s /Applications/MacPorts/KDE4/plasma-windowed.app/Contents/MacOS/plasma-windowed ${destroot}${prefix}/bin/plasma-windowed
     71}
     72
     73livecheck.type      none
     74#livecheck.url       http://kde.mirrors.hoobly.com/stable/
     75#livecheck.regex     (\\d+(\\.\\d+)+)