From e71879ef4de231c224f959c00f2fc2d3e6f11d6e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 20 Apr 2017 21:32:33 +0200 Subject: Process the changes in the new Applications 17.04 --- kde/cmake/k3b | 1 + kde/cmake/kajongg | 14 +++++++------- kde/cmake/kcachegrind | 1 + kde/cmake/kdav | 1 + kde/cmake/kde-dev-utils | 1 + kde/cmake/kdesdk-kioslaves | 1 + kde/cmake/khelpcenter | 2 +- kde/cmake/libkgapi | 1 + kde/slack-desc/kdav | 19 +++++++++++++++++++ kde/slack-desc/libkgapi | 19 +++++++++++++++++++ 10 files changed, 52 insertions(+), 8 deletions(-) create mode 120000 kde/cmake/kcachegrind create mode 120000 kde/cmake/kdav create mode 120000 kde/cmake/kde-dev-utils create mode 120000 kde/cmake/kdesdk-kioslaves create mode 120000 kde/cmake/libkgapi create mode 100644 kde/slack-desc/kdav create mode 100644 kde/slack-desc/libkgapi (limited to 'kde') diff --git a/kde/cmake/k3b b/kde/cmake/k3b index 00abdd5..01164dd 100644 --- a/kde/cmake/k3b +++ b/kde/cmake/k3b @@ -17,5 +17,6 @@ cd build -DBUILD_TESTING:BOOL=OFF \ -DK3B_ENABLE_HAL_SUPPORT:BOOL=OFF \ -DK3B_ENABLE_PERMISSION_HELPER:BOOL=ON \ + -DKDE_INSTALL_LIBEXECDIR=/usr/libexec \ .. diff --git a/kde/cmake/kajongg b/kde/cmake/kajongg index 83b8c47..32a909b 100644 --- a/kde/cmake/kajongg +++ b/kde/cmake/kajongg @@ -1,10 +1,3 @@ -# Temporary kludge to allow badly ported app to compile: -if ! grep -q 'cmake_minimum_required' CMakeLists.txt ; then - # Prepend a cmake_minimum_required stanza at the top, which enables - # newer cmake features which the build needs: - sed -i -e '1icmake_minimum_required(VERSION 2.8.9)\' CMakeLists.txt -fi - mkdir build cd build cmake \ @@ -19,6 +12,13 @@ cd build -DMAN_INSTALL_DIR=/usr/man \ -DSYSCONF_INSTALL_DIR=/etc/kde \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ + -DLIB_INSTALL_DIR=lib$LIBDIRSUFFIX \ + -DLIBEXEC_INSTALL_DIR=lib$LIBDIRSUFFIX \ + -DQT_PLUGIN_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/plugins \ + -DQML_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/qml \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DBUILD_TESTING=OFF \ + -DQca-qt5_DIR=/usr/lib${LIBDIRSUFFIX}/cmake/Qca \ -DINSTALL_KAJONGG=TRUE \ .. diff --git a/kde/cmake/kcachegrind b/kde/cmake/kcachegrind new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/kcachegrind @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/cmake/kdav b/kde/cmake/kdav new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/kdav @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/cmake/kde-dev-utils b/kde/cmake/kde-dev-utils new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/kde-dev-utils @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/cmake/kdesdk-kioslaves b/kde/cmake/kdesdk-kioslaves new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/kdesdk-kioslaves @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/cmake/khelpcenter b/kde/cmake/khelpcenter index eff359e..ab12832 120000 --- a/kde/cmake/khelpcenter +++ b/kde/cmake/khelpcenter @@ -1 +1 @@ -plasma \ No newline at end of file +applications5 \ No newline at end of file diff --git a/kde/cmake/libkgapi b/kde/cmake/libkgapi new file mode 120000 index 0000000..ab12832 --- /dev/null +++ b/kde/cmake/libkgapi @@ -0,0 +1 @@ +applications5 \ No newline at end of file diff --git a/kde/slack-desc/kdav b/kde/slack-desc/kdav new file mode 100644 index 0000000..5e09f66 --- /dev/null +++ b/kde/slack-desc/kdav @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +kdav: kdav (KDE DAV protocol implementation) +kdav: +kdav: A DAV protocol implemention with KJobs. +kdav: +kdav: +kdav: +kdav: +kdav: +kdav: +kdav: For more information, visit: http://pim.kde.org +kdav: diff --git a/kde/slack-desc/libkgapi b/kde/slack-desc/libkgapi new file mode 100644 index 0000000..1ad6f96 --- /dev/null +++ b/kde/slack-desc/libkgapi @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +libkgapi: libkgapi (library for interacting with Google service API) +libkgapi: +libkgapi: A KDE-based library for accessing various Google services +libkgapi: via their public API. +libkgapi: +libkgapi: +libkgapi: +libkgapi: +libkgapi: +libkgapi: For more information, visit: http://www.kde.org +libkgapi: -- cgit v1.2.3