[rkward] macports/kf5/kf5-rkward-binary: trying to exclude xorg ports from bundle

m.eik michalke null at kde.org
Fri Apr 6 11:01:58 UTC 2018


Git commit 82df181c6f8bc67ca895839f62e369451052119a by m.eik michalke.
Committed on 06/04/2018 at 11:01.
Pushed by meikm into branch 'master'.

trying to exclude xorg ports from bundle

M  +5    -0    macports/kf5/kf5-rkward-binary/Portfile

https://commits.kde.org/rkward/82df181c6f8bc67ca895839f62e369451052119a

diff --git a/macports/kf5/kf5-rkward-binary/Portfile b/macports/kf5/kf5-rkward-binary/Portfile
index abcf0e92..a6e177ca 100755
--- a/macports/kf5/kf5-rkward-binary/Portfile
+++ b/macports/kf5/kf5-rkward-binary/Portfile
@@ -88,6 +88,11 @@ kf5.depends_frameworks \
 PortGroup active_variants 1.1
 require_active_variants port:kf5-osx-integration_devel replace_cocoa
 
+# do not install the following (indirect) dependencies with their +x11 variant:
+foreach dep {cairo giflib} {
+    require_active_variants ${dep} {} x11
+}
+
 depends_lib-append \
                     port:gettext \
                     port:kf5-osx-integration-devel \



More information about the rkward-tracker mailing list