[81431] trunk/dports/kde/kdebase4-runtime/Portfile
Revision: 81431 http://trac.macports.org/changeset/81431 Author: snc@macports.org Date: 2011-07-30 12:08:39 -0700 (Sat, 30 Jul 2011) Log Message: ----------- kdebase4-runtime: replaced_by kde4-runtime Modified Paths: -------------- trunk/dports/kde/kdebase4-runtime/Portfile Modified: trunk/dports/kde/kdebase4-runtime/Portfile =================================================================== --- trunk/dports/kde/kdebase4-runtime/Portfile 2011-07-30 18:50:52 UTC (rev 81430) +++ trunk/dports/kde/kdebase4-runtime/Portfile 2011-07-30 19:08:39 UTC (rev 81431) @@ -6,7 +6,9 @@ name kdebase4-runtime version 4.6.5 -revision 1 +revision 2 +replaced_by kde4-runtime + categories kde kde4 maintainers snc sharky michaelld description Shared data needed by KDE4 programs @@ -14,52 +16,12 @@ e.g. icons and mimetype data. platforms darwin homepage http://www.kde.org -master_sites kde:stable/${version}/src/ -use_bzip2 yes -distname kdebase-runtime-${version} -checksums rmd160 2b7f997b0d1c312d09ff6a968b265332c43dd51a \ - sha256 0ad4ae1139005e3bc0cab6357f366575465fb37828762aff658483e6ddf466e2 -depends_lib-append port:kdelibs4 \ - port:libssh \ - port:qimageblitz \ - port:oxygen-icons \ - port:hicolor-icon-theme \ - port:exiv2 \ - port:openslp \ - port:redland \ - port:raptor2 \ - port:virtuoso \ - port:bison +distfiles -post-patch { - ln ${worksrcpath}/knotify/Info.plist.template \ - ${worksrcpath}/Info.plist.template +pre-configure { + ui_error "${name} is provided by kde4-runtime." + return -code error "obsolete port" } -configure.args-append -DWITH_PulseAudio=OFF \ - -DXINE_INCLUDE_DIR=\"\" \ - -DXINE_LIBRARY=\"\" \ - -DWITH_ALSA=OFF \ - -DWITH_QNtrack=OFF \ - -DWITH_Samba=OFF \ - -DKDEBASE_DISABLE_MULTIMEDIA=ON - -variant xine description "Enable xine support" { -# Unsupported. Don't report bugs, unless it comes with a patch :-) - depends_lib-append port:xine-lib - configure.args-delete -DXINE_INCLUDE_DIR=\"\" \ - -DXINE_LIBRARY=\"\" -} -if {[variant_isset xine]} { - # xine-lib is not universal - universal_variant no -} - -post-destroot { -# Remove this file as it conflicts with hicolor-icon-theme - file delete ${destroot}${prefix}/share/icons/hicolor/index.theme -} - -livecheck.url http://mirrors.ibiblio.org/pub/mirrors/kde/stable/latest/src/ -livecheck.regex kdebase-runtime-(\\d+\\.\\d+\\.\\d+)${extract.suffix} +livecheck.type none
participants (1)
-
snc@macports.org