summaryrefslogtreecommitdiffstats
path: root/kde/cmake
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-12-31 13:53:34 +0100
committer Eric Hameleers <alien@slackware.com>2015-12-31 13:53:34 +0100
commit16e613e2585bb42feb26d70a89d8a1945c6a8827 (patch)
tree9c3086142de7474b257f7faa7c73e3c495918ffd /kde/cmake
parent5c32fd177dd9dd445417f6f98c52d727e9a7f703 (diff)
downloadktown-16e613e2585bb42feb26d70a89d8a1945c6a8827.tar.gz
ktown-16e613e2585bb42feb26d70a89d8a1945c6a8827.tar.xz
Some package recompilations as a result of your feedback, thanks!
Also, three new packages have been added and one has been re-added. current/testing/deps: Updated OpenAL. current/testing/kde/applications: Rebuilt kde-runtime, kdenetwork-filesharing, kdesdk-thumbnailers, kdegraphics-thumbnailers, krfb, kamera, marble, ark, dolphin, kde-baseapps. current/testing/kde/applications: Added the missing baloo5-widgets. current/testing/kde/kdepim: Rebuilt kdepimlibs. current/testing/kde/plasma: Added bluez-qt,bluedevil (now that Slackware finally got updated to BlueZ 5)). current/testing/kde/plasma: Rebuilt plasma5-nm, plasma-workspace. current/testing/kde/plasma-extra: Re-added oxygen-fonts on request.
Diffstat (limited to 'kde/cmake')
l---------kde/cmake/kamera1
-rw-r--r--kde/cmake/kde-baseapps25
-rw-r--r--kde/cmake/kde-runtime3
l---------kde/cmake/kdegraphics-thumbnailers1
l---------kde/cmake/kdenetwork-filesharing1
l---------kde/cmake/kdesdk-thumbnailers1
l---------kde/cmake/krfb1
-rw-r--r--kde/cmake/marble1
8 files changed, 34 insertions, 0 deletions
diff --git a/kde/cmake/kamera b/kde/cmake/kamera
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kamera
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kde-baseapps b/kde/cmake/kde-baseapps
new file mode 100644
index 0000000..0bb9786
--- /dev/null
+++ b/kde/cmake/kde-baseapps
@@ -0,0 +1,25 @@
+mkdir build
+cd build
+ cmake \
+ $KDE_OPT_ARGS \
+ -DKDE_PLATFORM_FEATURE_DISABLE_DEPRECATED=TRUE \
+ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DMAN_INSTALL_DIR=/usr/man \
+ -DSYSCONF_INSTALL_DIR=/etc/kde \
+ -DLIB_SUFFIX=${LIBDIRSUFFIX} \
+ -DLIB_INSTALL_DIR=/usr/lib$LIBDIRSUFFIX \
+ -DLIBEXEC_INSTALL_DIR=/usr/lib$LIBDIRSUFFIX \
+ -DQT_PLUGIN_INSTALL_DIR=/usr/lib$LIBDIRSUFFIX/qt5/plugins \
+ -DQML_INSTALL_DIR=/usr/lib$LIBDIRSUFFIX/qt5/qml \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF \
+ -DQca-qt5_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/Qca \
+ -DBalooWidgets_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/KF5BalooWidgets \
+ -DBaloo_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/KF5Baloo \
+ ..
+
diff --git a/kde/cmake/kde-runtime b/kde/cmake/kde-runtime
index b9bb5cb..5162bf9 100644
--- a/kde/cmake/kde-runtime
+++ b/kde/cmake/kde-runtime
@@ -20,5 +20,8 @@ cd build
-DSYSCONF_INSTALL_DIR=/etc/kde \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+ -DBUILD_khelpcenter=OFF \
+ -DBUILD_kglobalaccel=OFF \
+ -DBUILD_kuiserver=OFF \
..
diff --git a/kde/cmake/kdegraphics-thumbnailers b/kde/cmake/kdegraphics-thumbnailers
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kdegraphics-thumbnailers
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kdenetwork-filesharing b/kde/cmake/kdenetwork-filesharing
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kdenetwork-filesharing
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kdesdk-thumbnailers b/kde/cmake/kdesdk-thumbnailers
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kdesdk-thumbnailers
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/krfb b/kde/cmake/krfb
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/krfb
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/marble b/kde/cmake/marble
index 6a4ad94..06aa907 100644
--- a/kde/cmake/marble
+++ b/kde/cmake/marble
@@ -24,6 +24,7 @@ mkdir build_qt5
cd build_qt5
marble_configure \
-DQT_PLUGIN_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/plugins \
+ -DQT_PLUGINS_DIR=lib$LIBDIRSUFFIX/qt5/plugins \
-DQML_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/qml \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DQca-qt5_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/Qca