Ticket #44236: Portfile.diff

File Portfile.diff, 1.7 KB (added by NicosPavlov, 10 years ago)
  • Portfile

    old new  
    55PortGroup           kde4   1.1
    66
    77name                kde4-workspace
    8 version             4.14.1
    9 revision            1
    10 set plasmaversion   4.11.12
     8version             4.13.3
     9set plasmaversion   4.11.11
    1110categories          kde kde4
    12 maintainers         rjvbertin@gmail.com
     11maintainers         gmail.com:rjvbertin
    1312license             GPL-2+ LGPL-2.1+
    1413description         KDE Workspace
    1514long_description    Brings certain aspects of Linux/X11 KDE workspaces ("Plasma") to OS X, \
     
    2120use_xz              yes
    2221distname            kde-workspace-${plasmaversion}
    2322
    24 checksums           rmd160  e5f4ed10a6791b9a6cea37ec13d8a1141fd9707b \
    25                     sha256  09d8ae1ac1b704fc919bdedfec47c6561033dca125b0096cb9ed398445fa942f
     23checksums           rmd160  e0cdcde2c455e376a8bf785bb2c3ef114fa9a5f1 \
     24                    sha256  f188b003c56d2a40f71d4eea8c91b7ae0febcf25c252c383913281fce73c4d73
    2625
    2726#Fully removing X11 only function to prevent automoc to include it
    2827patchfiles          patch-CmakeLists-for-OSX.patch \
     
    3938                    port:kactivities \
    4039                    port:nepomuk-core \
    4140                    port:libqalculate \
    42                     port:phonon \
    4341                    port:qjson \
    4442                    port:qimageblitz
    4543
    4644configure.args-append  -DBUILD_webkit:BOOL=ON
    4745
    48 variant nostrip description {Prevent stripping of binaries} {}
    49 
    50 if { [variant_isset nostrip] } {
     46variant nostrip description {Prevent stripping of binaries} {
    5147        configure.args-delete -DCMAKE_BUILD_TYPE=Release
    5248        configure.args-append -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_STRIP:FILEPATH=/bin/echo
    5349}