[111178] trunk/dports/kde/kdesdk4

nicos at macports.org nicos at macports.org
Mon Sep 16 00:41:23 PDT 2013


Revision: 111178
          https://trac.macports.org/changeset/111178
Author:   nicos at macports.org
Date:     2013-09-16 00:41:23 -0700 (Mon, 16 Sep 2013)
Log Message:
-----------
kdesdk: update to 4.11.1, passing to meta-port

Modified Paths:
--------------
    trunk/dports/kde/kdesdk4/Portfile

Removed Paths:
-------------
    trunk/dports/kde/kdesdk4/files/

Modified: trunk/dports/kde/kdesdk4/Portfile
===================================================================
--- trunk/dports/kde/kdesdk4/Portfile	2013-09-16 07:36:08 UTC (rev 111177)
+++ trunk/dports/kde/kdesdk4/Portfile	2013-09-16 07:41:23 UTC (rev 111178)
@@ -5,30 +5,42 @@
 PortGroup           kde4   1.1
 
 name                kdesdk4
-version             4.10.5
+version             4.11.1
 categories          kde kde4
 maintainers         nicos
-license             GPL-2+ LGPL-2+ GFDL-1.2
-description         Utilities to ease development with the KDE4 platform
-long_description    Scripts and tools which simplify development of KDE applications. e.g. Kate, the advanced text editor.
+license             Permissive
+description         Utilities to ease development with the KDE4 platform -- Meta package
+long_description    ${description}
 platforms           darwin
 homepage            http://www.kde.org
-master_sites        kde:stable/${version}/src/
-use_xz              yes
-distname            kdesdk-${version}
 
-checksums           rmd160  6b0ff3248dcb478251e88abb50cea1fd4765b085 \
-                    sha256  e8c076cc83d4e43d021993c4e6ca037762c69486d8fce7c2770c23f55ba13140
+distfiles
+use_configure       no
+extract {           file mkdir ${worksrcpath}/${name} }
+build               {}
 
-depends_lib-append  port:kde4-baseapps \
-                    port:antlr \
-                    port:boost \
-                    port:subversion
+depends_lib-append  port:cervisia \
+                    port:dolphin-plugins \
+                    port:kapptemplate \
+                    port:kcachegrind \
+                    port:kdesdk-strigi-analyzers \
+                    port:kdesdk-kioslaves \
+                    port:kdesdk-thumbnailers \
+                    port:kde-dev-scripts \
+                    port:kde-dev-utils \
+                    port:kompare \
+                    port:lokalize \
+                    port:okteta \
+                    port:poxml \
+                    port:umbrello
 
-universal_variant   no
+destroot {
+    # Create a dummy file so the port can be successfully activated
+    xinstall -d ${destroot}${prefix}/share/doc/kdesdk4
+    set docfile [open ${destroot}${prefix}/share/doc/kdesdk4/README.${name}.txt "w"]
+    puts $docfile "Meta-port for kdesdk4\n"
+    puts $docfile "${long_description}\n"
+    close $docfile
+}
 
-patchfiles          patch-catalogitem.diff \
-                    patch-kcachegrind-CMakeLists.diff
-
-livecheck.url       http://kde.mirrors.hoobly.com/stable/
-livecheck.regex     (\\d+(\\.\\d+)+)
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130916/3963274d/attachment.html>


More information about the macports-changes mailing list