[97650] trunk/dports/kde/kmymoney4/Portfile

mk at macports.org mk at macports.org
Mon Sep 10 12:49:58 PDT 2012


Revision: 97650
          https://trac.macports.org/changeset/97650
Author:   mk at macports.org
Date:     2012-09-10 12:49:57 -0700 (Mon, 10 Sep 2012)
Log Message:
-----------
kmymoney4: update release version to 4.6.3

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

Modified: trunk/dports/kde/kmymoney4/Portfile
===================================================================
--- trunk/dports/kde/kmymoney4/Portfile	2012-09-10 19:00:54 UTC (rev 97649)
+++ trunk/dports/kde/kmymoney4/Portfile	2012-09-10 19:49:57 UTC (rev 97650)
@@ -7,11 +7,8 @@
 PortGroup           kde4    1.1
 
 name                kmymoney4
-version             4.6.2
-revision            1
+version             4.6.3
 
-replaced_by         kmymoney4-devel
-
 categories          kde finance
 maintainers         mk pixilla openmaintainer
 
@@ -20,17 +17,42 @@
 platforms           darwin
 license             GPL-2+
 
-conflicts           kmymoney4-devel
-
 homepage            http://kmymoney2.sourceforge.net/index-home.html
+master_sites        sourceforge:kmymoney2
 
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/kmymoney2/files/
 livecheck.regex     "kmymoney-(4\\.\\d+?(\\.\\d+))\\.tar"
 
-pre-fetch {
-    ui_error "KMyMoney's ${version} release version is broken on Qt 4.8! For now it is recommended to install port kmymoney4-devel."
-    return -code error
+distname            kmymoney-${version}
+use_bzip2           yes
+
+build.asroot        yes
+
+checksums           md5     756bc76d182aa7cbac7033f4469b6687 \
+                    sha1    52faa3938c77b1ef513d1a46f5545ed823595c51 \
+                    rmd160  a6de18ea8ffc4c6083793992b10c0cb5052ee2e3
+
+conflicts           kmymoney4-devel
+
+depends_lib-append  port:libofx \
+                    port:aqbanking5 \
+                    port:kde4-runtime \
+                    port:kdepimlibs4 \
+                    port:oxygen-icons \
+                    port:libalkimia
+
+patch.dir           ${workpath}/${distname}
+patch.pre_args      -p1
+patchfiles          patch-CMakeLists.txt.diff
+
+#default_variants +no_x11 +no_gtk
+
+variant no_x11 description {build without X11 to avoid unneeded dependencies} {}
+
+variant no_gtk description {build without GTK support to ensure avahi gets build without it, avoiding X11} {}
+
+post-activate {
+    # Calling kbuildsycoca4 in case KDE hasn't called it yet to make sure that plugins are loaded.
+    system "${prefix}/bin/kbuildsycoca4"
 }
-
-distfiles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120910/82ebe40e/attachment.html>


More information about the macports-changes mailing list