Ticket #46359: kde4-workspace-4.14.4-2.diff

File kde4-workspace-4.14.4-2.diff, 2.1 KB (added by NicosPavlov, 9 years ago)
  • Portfile

     
    44PortSystem          1.0
    55PortGroup           kde4   1.1
    66
     7fetch.type          git
     8git.url             git://anongit.kde.org/kde-workspace
     9git.branch          1db18c37
     10
    711name                kde4-workspace
    8 version             4.13.3
    9 set plasmaversion   4.11.11
     12version             4.14.4
     13set plasmaversion   4.11.15
    1014categories          kde kde4
    1115maintainers         gmail.com:rjvbertin
    1216license             GPL-2+ LGPL-2.1+
     
    1822homepage            http://www.kde.org/workspaces/
    1923master_sites        kde:stable/${version}/src/
    2024use_xz              yes
    21 distname            kde-workspace-${plasmaversion}
    2225
    23 checksums           rmd160  e0cdcde2c455e376a8bf785bb2c3ef114fa9a5f1 \
    24                     sha256  f188b003c56d2a40f71d4eea8c91b7ae0febcf25c252c383913281fce73c4d73
     26patchfiles          patch-CMakeLists-for-OSX.patch \
     27                    patch-libs-CMakeLists.patch \
     28                    patch-kcontrol.patch \
     29                    patch-plasma.patch \
     30                    systemsettings-correct-menuplacement.patch
    2531
    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
    31 
    3232depends_build-append port:boost \
    3333                    port:freetype \
    3434                    port:libusb
     
    4848        configure.args-append -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_STRIP:FILEPATH=/bin/echo
    4949}
    5050
    51 livecheck.url       http://kde.mirrors.hoobly.com/stable/
    52 livecheck.regex     (\\d+(\\.\\d+)+)
     51variant oxygen description {Build the Oxygen theme} {
     52    patchfiles-append     no-oxygen-theme.patch
     53}
     54
     55default_variants    +oxygen
     56
     57post-destroot {
     58    ln -s /Applications/MacPorts/KDE4/plasma-windowed.app/Contents/MacOS/plasma-windowed ${destroot}${prefix}/bin/plasma-windowed
     59}
     60
     61livecheck.type      none