Changes between Version 27 and Version 28 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
May 25, 2014, 4:16:51 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

move removal of kauth's dep on polkit-qt-1 up and add git diff stuff

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v27 v28  
    141141== Keeping build environment up-to-date ==
    142142
     143
     144For KF5 one has to modify the configuration settings by commenting out the kauth dependency on polkit-qt-1,
     145since that dependency is only needed on Linux:
     146{{{
     147$ cd ~/scripts
     148$ ./update-setup.sh
     149$ vi config/base/kf5-qt5
     150$ grep kauth config/base/kf5-qt5
     151#frameworks/kauth: kdesupport/polkit-qt-1
     152$
     153}}}
     154
    143155In order to always have the latest KDE/CI running it makes sense to temporally stash away the changes made locally and upgrade via git
    144156{{{
    145157$ # Check what has changed locally:
    146158$ git diff
     159iff --git a/config/base/kf5-qt5 b/config/base/kf5-qt5
     160index 16abdf6..fff9647 100644
     161--- a/config/base/kf5-qt5
     162+++ b/config/base/kf5-qt5
     163@@ -18,7 +18,7 @@ general/vc: -qt5
     164 general/shared-desktop-ontologies: -qt5
     165 
     166 # KDE Frameworks
     167-frameworks/kauth: kdesupport/polkit-qt-1
     168+#frameworks/kauth: kdesupport/polkit-qt-1
     169 kde/*: general/kdesupport-svn
     170 kde/workspace/plasma-workspace: general/libdbusmenu-qt
     171 
    147172diff --git a/config/build/darwin-mavericks.cfg b/config/build/darwin-mavericks.cfg
    148173index cb62c49..0648464 100644
     
    186211$ cd ~/scripts; git stash; git pull; git stash pop
    187212}}}
    188 
    189 One also has to modify the configuration settings for KF5 after every run of {{{./update-setup.sh}}}:
    190 {{{
    191 $ cd ~/scripts
    192 $ ./update-setup.sh
    193 $ vi config/base/kf5-qt5
    194 $ grep kauth config/base/kf5-qt5
    195 #frameworks/kauth: kdesupport/polkit-qt-1
    196 $
    197 }}}
    198 since that dependency is only needed on Linux!
    199213
    200214