From 16e613e2585bb42feb26d70a89d8a1945c6a8827 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 31 Dec 2015 13:53:34 +0100 Subject: 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. --- kde/cmake/kamera | 1 + kde/cmake/kde-baseapps | 25 +++++++++++++++++++++++++ kde/cmake/kde-runtime | 3 +++ kde/cmake/kdegraphics-thumbnailers | 1 + kde/cmake/kdenetwork-filesharing | 1 + kde/cmake/kdesdk-thumbnailers | 1 + kde/cmake/krfb | 1 + kde/cmake/marble | 1 + 8 files changed, 34 insertions(+) create mode 120000 kde/cmake/kamera create mode 100644 kde/cmake/kde-baseapps create mode 120000 kde/cmake/kdegraphics-thumbnailers create mode 120000 kde/cmake/kdenetwork-filesharing create mode 120000 kde/cmake/kdesdk-thumbnailers create mode 120000 kde/cmake/krfb (limited to 'kde/cmake') 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 -- cgit v1.2.3