[rkward] macports: also show the variant in the status message

m.eik michalke null at kde.org
Fri Apr 6 17:03:14 UTC 2018


Git commit 19dadd412ac13415390a3afaefc35596639af816 by m.eik michalke.
Committed on 06/04/2018 at 17:03.
Pushed by meikm into branch 'master'.

also show the variant in the status message

M  +1    -1    macports/update_bundle.sh

https://commits.kde.org/rkward/19dadd412ac13415390a3afaefc35596639af816

diff --git a/macports/update_bundle.sh b/macports/update_bundle.sh
index 01db3a8b..b2964253 100755
--- a/macports/update_bundle.sh
+++ b/macports/update_bundle.sh
@@ -501,7 +501,7 @@ fi
 if $BUILDQT ; then
   echo -e "sudo ${TXT_BLUE}${MPTINST}/bin/port${OFF} -v install qt5-kde"
   sudo "${MPTINST}/bin/port" -v install qt5-kde || exit 1
-  echo -e "sudo ${TXT_BLUE}${MPTINST}/bin/port${OFF} -v install kf5-osx-integration"
+  echo -e "sudo ${TXT_BLUE}${MPTINST}/bin/port${OFF} -v install kf5-osx-integration +replace_cocoa"
   sudo "${MPTINST}/bin/port" -v install kf5-osx-integration +replace_cocoa || exit 1
   alldone
 fi



More information about the rkward-tracker mailing list