[85884] trunk/dports/kde

nicos at macports.org nicos at macports.org
Sun Oct 16 22:46:12 PDT 2011


Revision: 85884
          http://trac.macports.org/changeset/85884
Author:   nicos at macports.org
Date:     2011-10-16 22:46:12 -0700 (Sun, 16 Oct 2011)
Log Message:
-----------
konsole: adding port

Added Paths:
-----------
    trunk/dports/kde/konsole/
    trunk/dports/kde/konsole/Portfile
    trunk/dports/kde/konsole/files/
    trunk/dports/kde/konsole/files/patch-cmake.diff

Added: trunk/dports/kde/konsole/Portfile
===================================================================
--- trunk/dports/kde/konsole/Portfile	                        (rev 0)
+++ trunk/dports/kde/konsole/Portfile	2011-10-17 05:46:12 UTC (rev 85884)
@@ -0,0 +1,37 @@
+# -*- 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                konsole
+version             4.7.2
+categories          kde kde4
+platforms           darwin
+license             GPL-2+
+maintainers         nicos openmaintainer
+
+description         Konsole is the terminal emulator for the K Desktop Environment.
+long_description    Konsole is an X terminal emulator for the KDE platform, allowing users \
+                    to have a convenient way to use the command line. Aside from providing \
+                    a way to use a powerful shell, Konsole also offers features that make \
+                    it easier or more pleasurable to work in the command line, such as \
+                    profile management, scrollback, and color schemes, including \
+                    translucency for effects.
+
+homepage            http://userbase.kde.org/Konsole
+master_sites        kde:stable/${version}/src/
+distname            ${name}-${version}
+
+checksums           rmd160  13b74217bb8a1adc87b76860dbff7e05ea624fae \
+                    sha256  4a5c7f8ad9258f61809a7ef587029021315f36c8877e09b1c740e1cc1ce76d38
+
+#Forcibly disabling KXB module 
+patchfiles          patch-cmake.diff
+
+use_bzip2           yes
+
+depends_lib-append  port:kdelibs4
+
+livecheck.url       http://kde.mirrors.hoobly.com/stable/latest/src/
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
\ No newline at end of file


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

Added: trunk/dports/kde/konsole/files/patch-cmake.diff
===================================================================
--- trunk/dports/kde/konsole/files/patch-cmake.diff	                        (rev 0)
+++ trunk/dports/kde/konsole/files/patch-cmake.diff	2011-10-17 05:46:12 UTC (rev 85884)
@@ -0,0 +1,14 @@
+--- src/CMakeLists.txt.orig	2011-10-16 22:49:14.000000000 +0200
++++ src/CMakeLists.txt	2011-10-16 23:49:46.000000000 +0200
+@@ -1,8 +1,8 @@
+ 
+ ### Compile-time features
+-macro_optional_find_package(XKB)
+-macro_bool_to_01(X11_Xrender_FOUND HAVE_XRENDER)
+-macro_log_feature(XKB_FOUND "XKB" "X keyboard extension" "http://www.x.org" FALSE "" "Gives Konsole better keyboard support.")
++#macro_optional_find_package(XKB)
++#macro_bool_to_01(X11_Xrender_FOUND HAVE_XRENDER)
++#macro_log_feature(XKB_FOUND "XKB" "X keyboard extension" "http://www.x.org" FALSE "" "Gives Konsole better keyboard support.")
+ 
+ include(CheckIncludeFiles)
+ check_include_files("sys/proc.h"      HAVE_SYS_PROC_H)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111016/3c0302d5/attachment-0001.html>


More information about the macports-changes mailing list