[89504] trunk/dports/kde

nicos at macports.org nicos at macports.org
Wed Feb 1 04:56:37 PST 2012


Revision: 89504
          http://trac.macports.org/changeset/89504
Author:   nicos at macports.org
Date:     2012-02-01 04:56:35 -0800 (Wed, 01 Feb 2012)
Log Message:
-----------
kwallet: adding port after splitting of kdeutils4 in KDE 4.8.0

Added Paths:
-----------
    trunk/dports/kde/kwallet/
    trunk/dports/kde/kwallet/Portfile
    trunk/dports/kde/kwallet/files/
    trunk/dports/kde/kwallet/files/patch-CMakeLists.txt.diff

Added: trunk/dports/kde/kwallet/Portfile
===================================================================
--- trunk/dports/kde/kwallet/Portfile	                        (rev 0)
+++ trunk/dports/kde/kwallet/Portfile	2012-02-01 12:56:35 UTC (rev 89504)
@@ -0,0 +1,31 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           kde4   1.1
+
+name                kwallet
+version             4.8.0
+categories          kde kde4
+license             GPL-2+
+maintainers         nicos openmaintainer
+description         Manage your passwords on KDE.
+long_description    KDE Wallet Manager is a tool to manage the \
+                    passwords on your KDE system.
+platforms           darwin
+homepage            http://utils.kde.org/projects/kwalletmanager/
+master_sites        kde:stable/${version}/src
+use_bzip2           yes
+distname            ${name}-${version}
+checksums           rmd160  a45733ee2e1e9a5e51ef87ec00bb69d2e27360b6 \
+                    sha256  eeec89e9e25a55875a38ee698f728b32f09f908cce1f001d8225f9a2ba9a3f4a
+
+depends_lib-append  port:kdelibs4 \
+                    port:oxygen-icons
+
+if {![variant_isset doc]} {
+    patchfiles      patch-CMakeLists.txt.diff
+}
+
+livecheck.url       http://kde.mirrors.hoobly.com/stable/${version}/src
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}


Property changes on: trunk/dports/kde/kwallet/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/kde/kwallet/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/kde/kwallet/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/kde/kwallet/files/patch-CMakeLists.txt.diff	2012-02-01 12:56:35 UTC (rev 89504)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2012-01-30 11:06:11.000000000 +0900
++++ CMakeLists.txt	2012-01-30 11:06:20.000000000 +0900
+@@ -18,7 +18,7 @@
+ 
+ add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
+ 
+-add_subdirectory( doc )
++#add_subdirectory( doc )
+ add_subdirectory( icons ) 
+ add_subdirectory( konfigurator ) 
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120201/399f6efc/attachment.html>


More information about the macports-changes mailing list