Changeset 81431
- Timestamp:
- 07/30/11 12:08:39 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/kde/kdebase4-runtime/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/kde/kdebase4-runtime/Portfile
r81291 r81431 7 7 name kdebase4-runtime 8 8 version 4.6.5 9 revision 1 9 revision 2 10 replaced_by kde4-runtime 11 10 12 categories kde kde4 11 13 maintainers snc sharky michaelld … … 15 17 platforms darwin 16 18 homepage http://www.kde.org 17 master_sites kde:stable/${version}/src/18 use_bzip2 yes19 distname kdebase-runtime-${version}20 checksums rmd160 2b7f997b0d1c312d09ff6a968b265332c43dd51a \21 sha256 0ad4ae1139005e3bc0cab6357f366575465fb37828762aff658483e6ddf466e222 19 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 20 distfiles 34 21 35 p ost-patch{36 ln ${worksrcpath}/knotify/Info.plist.template \37 ${worksrcpath}/Info.plist.template22 pre-configure { 23 ui_error "${name} is provided by kde4-runtime." 24 return -code error "obsolete port" 38 25 } 39 26 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} 27 livecheck.type none
Note: See TracChangeset
for help on using the changeset viewer.

