Changes between Initial Version and Version 1 of KDEProblems/KDEMacPortsCI/Status/Diff_mp-osx-ci


Ignore:
Timestamp:
Aug 24, 2014, 8:34:02 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/Diff_mp-osx-ci

    v1 v1  
     1= Diff of branches mp-osx-ci and production for repository mp-osx-ci =
     2
     3{{{
     4$ git diff production config
     5diff --git a/config/base/kf5-qt5 b/config/base/kf5-qt5
     6index 2260aa6..573bc24 100644
     7--- a/config/base/kf5-qt5
     8+++ b/config/base/kf5-qt5
     9@@ -20,7 +20,7 @@ general/vc: -qt5
     10 general/shared-desktop-ontologies: -qt5
     11 
     12 # KDE Frameworks
     13-frameworks/kauth: kdesupport/polkit-qt-1
     14+#frameworks/kauth: kdesupport/polkit-qt-1
     15 kde/*: general/kdesupport-svn
     16 kde/workspace/plasma-workspace: general/libdbusmenu-qt
     17 
     18diff --git a/config/build/darwin-mavericks.cfg b/config/build/darwin-mavericks.cfg
     19index cb62c49..64f14f6 100644
     20--- a/config/build/darwin-mavericks.cfg
     21+++ b/config/build/darwin-mavericks.cfg
     22@@ -1,7 +1,9 @@
     23 [DEFAULT]
     24+scriptsLocation=/Users/kdeci/scripts
     25 opSys=darwin
     26 architecture=mavericks
     27 compiler=clang
     28+configurePlatformArgs=-DCMAKE_INSTALL_BUNDLEDIR="Applications/KF5" -DDATA_INSTALL_DIR="Library/Application Support" -DCMAKE_DISABLE_FIND_PACKAGE_X11=ON
     29 
     30 [General]
     31-installPrefix=/opt/kde/install/%(opSys)s/%(architecture)s/%(compiler)s/
     32\ No newline at end of file
     33+installPrefix=/opt/kde/install/%(opSys)s/%(architecture)s/%(compiler)s/
     34diff --git a/config/build/global.cfg b/config/build/global.cfg
     35index 4052215..9dbe1e1 100644
     36--- a/config/build/global.cfg
     37+++ b/config/build/global.cfg
     38@@ -55,7 +55,7 @@ updateMimeDatabaseCommand=%(updateMimeDatabaseExecutable)s share/mime
     39 deployInstallation=True
     40 
     41 [Test]
     42-testsEnabled=True
     43+testsEnabled=False
     44 ctestCountTestsCommand=%(ctestExecutable)s -N
     45 xvfbDisplayName=:99
     46 xvfbCommand=%(xvfbExecutable)s %(xvfbDisplayName)s -ac -screen 0 1600x1200x24+32
     47diff --git a/config/build/kconfig/darwin-mavericks.cfg b/config/build/kconfig/darwin-mavericks.cfg
     48new file mode 100644
     49index 0000000..28e02d7
     50--- /dev/null
     51+++ b/config/build/kconfig/darwin-mavericks.cfg
     52@@ -0,0 +1,2 @@
     53+[DEFAULT]
     54+configureExtraArgs=-DCMAKE_INSTALL_BUNDLEDIR="lib/libexec/kf5"
     55diff --git a/config/build/kconfigwidgets/darwin-mavericks.cfg b/config/build/kconfigwidgets/darwin-mavericks.cfg
     56new file mode 100644
     57index 0000000..e44ae1c
     58--- /dev/null
     59+++ b/config/build/kconfigwidgets/darwin-mavericks.cfg
     60@@ -0,0 +1,2 @@
     61+[DEFAULT]
     62+configureExtraArgs=-DDATA_INSTALL_DIR="{instPrefix}/Library/Application Support"
     63diff --git a/config/build/plasma-framework/darwin-mavericks.cfg b/config/build/plasma-framework/darwin-mavericks.cfg
     64new file mode 100644
     65index 0000000..3d76592
     66--- /dev/null
     67+++ b/config/build/plasma-framework/darwin-mavericks.cfg
     68@@ -0,0 +1,5 @@
     69+[DEFAULT]
     70+configureExtraArgs=
     71+
     72+[QualityCheck]
     73+runCppcheck=True
     74}}}