summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-04-20 21:32:33 +0200
committer Eric Hameleers <alien@slackware.com>2017-04-20 21:32:33 +0200
commite71879ef4de231c224f959c00f2fc2d3e6f11d6e (patch)
treefccfc1f5ca8116ed2fba9b6b4fb6d7f768499863
parente6e68babca350e6d3b91e1853a77b0595aa6b18b (diff)
downloadktown-e71879ef4de231c224f959c00f2fc2d3e6f11d6e.tar.gz
ktown-e71879ef4de231c224f959c00f2fc2d3e6f11d6e.tar.xz
Process the changes in the new Applications 17.04
-rw-r--r--kde/cmake/k3b1
-rw-r--r--kde/cmake/kajongg14
l---------kde/cmake/kcachegrind1
l---------kde/cmake/kdav1
l---------kde/cmake/kde-dev-utils1
l---------kde/cmake/kdesdk-kioslaves1
l---------kde/cmake/khelpcenter2
l---------kde/cmake/libkgapi1
-rw-r--r--kde/slack-desc/kdav19
-rw-r--r--kde/slack-desc/libkgapi19
10 files changed, 52 insertions, 8 deletions
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: