Changes between Version 195 and Version 196 of KDEProblems/KDEMacPortsCI/Status


Ignore:
Timestamp:
Aug 24, 2014, 8:36:51 PM (10 years ago)
Author:
mkae (Marko Käning)
Comment:

move "mp-osx-ci" repo's diff between branches 'mp-osx-ci' and 'production' to separate page

Legend:

Unmodified
Added
Removed
Modified
  • KDEProblems/KDEMacPortsCI/Status

    v195 v196  
    200200== Setting up the build environment ==
    201201
    202 The branch 'mp-osx-ci' contains all required configuration settings for OSX. The most important shall be pointed out here:
     202The branch 'mp-osx-ci' contains all required configuration settings for OSX. The most important shall be pointed out [wiki:/KDEProblems/KDEMacPortsCI/Status/Diff_mp-osx-ci here]:
    203203
    204204 - For KF5 on OSX one has to modify the configuration settings by commenting out the kauth dependency on polkit-qt-1, since that dependency is only needed on Linux.
     
    216216 - Disable coverage for plasma-framework for now until a coverage tool for clang is integrated.
    217217
    218 {{{
    219 $ git diff production config
    220 diff --git a/config/base/kf5-qt5 b/config/base/kf5-qt5
    221 index 2260aa6..573bc24 100644
    222 --- a/config/base/kf5-qt5
    223 +++ b/config/base/kf5-qt5
    224 @@ -20,7 +20,7 @@ general/vc: -qt5
    225  general/shared-desktop-ontologies: -qt5
    226  
    227  # KDE Frameworks
    228 -frameworks/kauth: kdesupport/polkit-qt-1
    229 +#frameworks/kauth: kdesupport/polkit-qt-1
    230  kde/*: general/kdesupport-svn
    231  kde/workspace/plasma-workspace: general/libdbusmenu-qt
    232  
    233 diff --git a/config/build/darwin-mavericks.cfg b/config/build/darwin-mavericks.cfg
    234 index cb62c49..64f14f6 100644
    235 --- a/config/build/darwin-mavericks.cfg
    236 +++ b/config/build/darwin-mavericks.cfg
    237 @@ -1,7 +1,9 @@
    238  [DEFAULT]
    239 +scriptsLocation=/Users/kdeci/scripts
    240  opSys=darwin
    241  architecture=mavericks
    242  compiler=clang
    243 +configurePlatformArgs=-DCMAKE_INSTALL_BUNDLEDIR="Applications/KF5" -DDATA_INSTALL_DIR="Library/Application Support" -DCMAKE_DISABLE_FIND_PACKAGE_X11=ON
    244  
    245  [General]
    246 -installPrefix=/opt/kde/install/%(opSys)s/%(architecture)s/%(compiler)s/
    247 \ No newline at end of file
    248 +installPrefix=/opt/kde/install/%(opSys)s/%(architecture)s/%(compiler)s/
    249 diff --git a/config/build/global.cfg b/config/build/global.cfg
    250 index 4052215..9dbe1e1 100644
    251 --- a/config/build/global.cfg
    252 +++ b/config/build/global.cfg
    253 @@ -55,7 +55,7 @@ updateMimeDatabaseCommand=%(updateMimeDatabaseExecutable)s share/mime
    254  deployInstallation=True
    255  
    256  [Test]
    257 -testsEnabled=True
    258 +testsEnabled=False
    259  ctestCountTestsCommand=%(ctestExecutable)s -N
    260  xvfbDisplayName=:99
    261  xvfbCommand=%(xvfbExecutable)s %(xvfbDisplayName)s -ac -screen 0 1600x1200x24+32
    262 diff --git a/config/build/kconfig/darwin-mavericks.cfg b/config/build/kconfig/darwin-mavericks.cfg
    263 new file mode 100644
    264 index 0000000..28e02d7
    265 --- /dev/null
    266 +++ b/config/build/kconfig/darwin-mavericks.cfg
    267 @@ -0,0 +1,2 @@
    268 +[DEFAULT]
    269 +configureExtraArgs=-DCMAKE_INSTALL_BUNDLEDIR="lib/libexec/kf5"
    270 diff --git a/config/build/kconfigwidgets/darwin-mavericks.cfg b/config/build/kconfigwidgets/darwin-mavericks.cfg
    271 new file mode 100644
    272 index 0000000..e44ae1c
    273 --- /dev/null
    274 +++ b/config/build/kconfigwidgets/darwin-mavericks.cfg
    275 @@ -0,0 +1,2 @@
    276 +[DEFAULT]
    277 +configureExtraArgs=-DDATA_INSTALL_DIR="{instPrefix}/Library/Application Support"
    278 diff --git a/config/build/plasma-framework/darwin-mavericks.cfg b/config/build/plasma-framework/darwin-mavericks.cfg
    279 new file mode 100644
    280 index 0000000..3d76592
    281 --- /dev/null
    282 +++ b/config/build/plasma-framework/darwin-mavericks.cfg
    283 @@ -0,0 +1,5 @@
    284 +[DEFAULT]
    285 +configureExtraArgs=
    286 +
    287 +[QualityCheck]
    288 +runCppcheck=True
    289 }}}
    290218
    291219