[142104] trunk/dports/kde/kblackbox

nicos at macports.org nicos at macports.org
Sat Dec 12 04:20:51 PST 2015


Revision: 142104
          https://trac.macports.org/changeset/142104
Author:   nicos at macports.org
Date:     2015-11-03 06:58:37 -0800 (Tue, 03 Nov 2015)
Log Message:
-----------
kblackbox: workaround to avoid error with iconutil (ticket #49106)

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

Added Paths:
-----------
    trunk/dports/kde/kblackbox/files/patch-CMakeLists-icons.diff

Modified: trunk/dports/kde/kblackbox/Portfile
===================================================================
--- trunk/dports/kde/kblackbox/Portfile	2015-11-03 14:27:29 UTC (rev 142103)
+++ trunk/dports/kde/kblackbox/Portfile	2015-11-03 14:58:37 UTC (rev 142104)
@@ -6,7 +6,7 @@
 
 name                kblackbox
 version             4.14.3
-revision            1
+revision            2
 categories          kde kde4 games
 license             GPL-2+
 maintainers         nicos openmaintainer
@@ -27,8 +27,10 @@
 depends_lib-append  port:kdelibs4 \
                     port:libkdegames
 
+patchfiles-append   patch-CMakeLists-icons.diff
+
 if {![variant_isset docs]} {
-    patchfiles      patch-CMakeLists.diff
+    patchfiles-append   patch-CMakeLists.diff
 }
 
 livecheck.url       http://kde.mirrors.hoobly.com/stable/

Added: trunk/dports/kde/kblackbox/files/patch-CMakeLists-icons.diff
===================================================================
--- trunk/dports/kde/kblackbox/files/patch-CMakeLists-icons.diff	                        (rev 0)
+++ trunk/dports/kde/kblackbox/files/patch-CMakeLists-icons.diff	2015-11-03 14:58:37 UTC (rev 142104)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2015-11-03 23:47:54.000000000 +0900
++++ CMakeLists.txt	2015-11-03 23:48:29.000000000 +0900
+@@ -42,7 +42,7 @@
+ 
+ kde4_add_kcfg_files(kblackbox_SRCS kbbprefs.kcfgc)
+ 
+-kde4_add_app_icon(kblackbox_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-kblackbox.png")
++kde4_add_app_icon(icon "${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-kblackbox.png")
+ kde4_add_executable(kblackbox ${kblackbox_SRCS})
+ target_link_libraries(kblackbox ${QT_QTXML_LIBRARY} ${KDE4_KDEUI_LIBS} kdegames)
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/3d82ad0e/attachment.html>


More information about the macports-changes mailing list