New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81431


Ignore:
Timestamp:
07/30/11 12:08:39 (4 years ago)
Author:
snc@…
Message:

kdebase4-runtime: replaced_by kde4-runtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/kde/kdebase4-runtime/Portfile

    r81291 r81431  
    77name                kdebase4-runtime 
    88version             4.6.5 
    9 revision            1 
     9revision            2 
     10replaced_by         kde4-runtime 
     11 
    1012categories          kde kde4 
    1113maintainers         snc sharky michaelld 
     
    1517platforms           darwin 
    1618homepage            http://www.kde.org 
    17 master_sites        kde:stable/${version}/src/ 
    18 use_bzip2           yes 
    19 distname            kdebase-runtime-${version} 
    20 checksums           rmd160  2b7f997b0d1c312d09ff6a968b265332c43dd51a \ 
    21                     sha256  0ad4ae1139005e3bc0cab6357f366575465fb37828762aff658483e6ddf466e2 
    2219 
    23 depends_lib-append  port:kdelibs4 \ 
    24                     port:libssh \ 
    25                     port:qimageblitz \ 
    26                     port:oxygen-icons \ 
    27                     port:hicolor-icon-theme \ 
    28                     port:exiv2 \ 
    29                     port:openslp \ 
    30                     port:redland \ 
    31                     port:raptor2 \ 
    32                     port:virtuoso \ 
    33                     port:bison 
     20distfiles 
    3421 
    35 post-patch { 
    36     ln  ${worksrcpath}/knotify/Info.plist.template \ 
    37         ${worksrcpath}/Info.plist.template 
     22pre-configure { 
     23    ui_error "${name} is provided by kde4-runtime." 
     24    return -code error "obsolete port" 
    3825} 
    3926 
    40 configure.args-append   -DWITH_PulseAudio=OFF \ 
    41                         -DXINE_INCLUDE_DIR=\"\" \ 
    42                         -DXINE_LIBRARY=\"\" \ 
    43                         -DWITH_ALSA=OFF \ 
    44                         -DWITH_QNtrack=OFF \ 
    45                         -DWITH_Samba=OFF \ 
    46                         -DKDEBASE_DISABLE_MULTIMEDIA=ON 
    47  
    48 variant xine description "Enable xine support" { 
    49 # Unsupported. Don't report bugs, unless it comes with a patch :-) 
    50     depends_lib-append      port:xine-lib 
    51     configure.args-delete   -DXINE_INCLUDE_DIR=\"\" \ 
    52                             -DXINE_LIBRARY=\"\" 
    53 } 
    54 if {[variant_isset xine]} { 
    55     # xine-lib is not universal 
    56     universal_variant no 
    57 } 
    58  
    59 post-destroot { 
    60 # Remove this file as it conflicts with hicolor-icon-theme 
    61     file delete ${destroot}${prefix}/share/icons/hicolor/index.theme 
    62 } 
    63  
    64 livecheck.url       http://mirrors.ibiblio.org/pub/mirrors/kde/stable/latest/src/ 
    65 livecheck.regex     kdebase-runtime-(\\d+\\.\\d+\\.\\d+)${extract.suffix} 
     27livecheck.type      none 
Note: See TracChangeset for help on using the changeset viewer.