[89502] trunk/dports/kde

nicos at macports.org nicos at macports.org
Wed Feb 1 04:41:02 PST 2012


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

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

Added: trunk/dports/kde/kgpg/Portfile
===================================================================
--- trunk/dports/kde/kgpg/Portfile	                        (rev 0)
+++ trunk/dports/kde/kgpg/Portfile	2012-02-01 12:41:02 UTC (rev 89502)
@@ -0,0 +1,32 @@
+# -*- 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                kgpg
+version             4.8.0
+categories          kde kde4
+license             GPL-2+
+maintainers         nicos openmaintainer
+description         Control your GPG keys.
+long_description    KGpg is a simple interface for GnuPG, a \
+                    powerful encryption utility.
+platforms           darwin
+homepage            http://utils.kde.org/projects/kgpg/
+master_sites        kde:stable/${version}/src
+use_bzip2           yes
+distname            ${name}-${version}
+checksums           rmd160  c23fb0541ba3aa6ebd7d31b29aaadce65fafed9a \
+                    sha256  fd4c4985855bbe4f39a70933a4924233bfc7e8b77be4bdcfeb0652dbc96e772c
+
+depends_lib-append  port:kdelibs4 \
+                    port:kdepimlibs4 \
+                    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/kgpg/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/kde/kgpg/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/kde/kgpg/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/kde/kgpg/files/patch-CMakeLists.txt.diff	2012-02-01 12:41:02 UTC (rev 89502)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2012-01-30 11:14:36.000000000 +0900
++++ CMakeLists.txt	2012-01-30 11:14:40.000000000 +0900
+@@ -18,7 +18,7 @@
+ find_package( KdepimLibs REQUIRED ) 
+ 
+ add_subdirectory( icons )
+-add_subdirectory( doc )
++#add_subdirectory( doc )
+ include_directories( ${KDE4_INCLUDES} ${KDEPIMLIBS_INCLUDE_DIR} core editor model transactions )
+ 
+ option(KGPG_DEBUG_TRANSACTIONS "show commands and results of gpg calls in debug log" Off)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120201/4b8673e5/attachment.html>


More information about the macports-changes mailing list