summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-11-01 22:35:17 +0100
committer Eric Hameleers <alien@slackware.com>2016-11-01 22:35:17 +0100
commit6a8d2cb109a43157f5c9dd27704d0da5a896b41d (patch)
tree8881ddfd08ce8f0dd2b21cc6484329192f5c2d8a
parenta733c671ae2cd0d41fb6542bf78be4ff1dbe2df2 (diff)
downloadktown-6a8d2cb109a43157f5c9dd27704d0da5a896b41d.tar.gz
ktown-6a8d2cb109a43157f5c9dd27704d0da5a896b41d.tar.xz
kde, kdei: updated for KDE 5_16.08
-rwxr-xr-xkde/KDE.SlackBuild11
-rw-r--r--kde/build/baloo2
l---------kde/cmake/akonadi-contacts1
l---------kde/cmake/akonadi-mime1
l---------kde/cmake/akonadi-notes1
l---------kde/cmake/cervisia1
l---------kde/cmake/kdev-php1
l---------kde/cmake/kdev-python1
l---------[-rw-r--r--]kde/cmake/kdevelop20
l---------kde/cmake/kdevelop-pg-qt1
l---------kde/cmake/kdevplatform1
-rw-r--r--[l---------]kde/cmake/kjots24
l---------kde/cmake/kolourpaint1
l---------kde/cmake/kpmcore1
-rw-r--r--kde/cmake/kservice9
-rw-r--r--[l---------]kde/cmake/solid29
-rw-r--r--kde/modularize19
-rw-r--r--kde/modules/applications6
-rw-r--r--kde/modules/applications-extra8
-rw-r--r--kde/modules/frameworks12
-rw-r--r--kde/modules/kde4-extragear7
-rw-r--r--kde/modules/kdepim4
-rw-r--r--kde/post-install/baloo.post-install9
-rw-r--r--kde/slack-desc/akonadi-contacts19
-rw-r--r--kde/slack-desc/akonadi-mime19
-rw-r--r--kde/slack-desc/akonadi-notes19
-rw-r--r--kde/slack-desc/akonadi-search2
-rw-r--r--kde/slack-desc/kdev-php19
-rw-r--r--kde/slack-desc/kpmcore19
-rwxr-xr-xkdei/kde-l10n/kde-l10n.SlackBuild2
30 files changed, 208 insertions, 61 deletions
diff --git a/kde/KDE.SlackBuild b/kde/KDE.SlackBuild
index fa9e1c3..4f4fd28 100755
--- a/kde/KDE.SlackBuild
+++ b/kde/KDE.SlackBuild
@@ -162,7 +162,7 @@ precheck() {
echo "Source file '$(basename $SRCFILE)' is commented out: ($PKGTGT) !"
elif cat package-blacklist |grep -v "^ *#" |grep -wq ${PKGBASE}$ ; then
echo "Source file '$(basename $SRCFILE)' is on the package-blacklist ($PKGBASE) !"
- elif ! cat modules/* |grep -v "^ *#" |grep -wq ${PKGBASE} ; then
+ elif ! cat modules/* |grep -v "^ *#" |grep -wq ${PKGBASE}$ ; then
echo "Source file '$(basename $SRCFILE)' is not mentioned in 'modules' ($PKGBASE) !"
RETVAL=1
fi
@@ -243,7 +243,7 @@ build_mod_pkg () {
PKG=${SLACK_KDE_BUILD_DIR}/${kde_module}/package-${kde_module}
rm -rf $PKG
mkdir -p $PKG
- ( for PKGNAME in $(cat $kde_module |grep -v "^$" |grep -v "^#") ; do
+ ( for PKGNAME in $(cat $kde_module |grep -v "^$" |grep -v "^ *#") ; do
if grep -wq "^${PKGNAME}$" ${CWD}/package-blacklist ; then
continue
fi
@@ -418,7 +418,7 @@ build_mod_pkg () {
# for "<kde_module>":
echo
echo "Searching for packages in ${kde_module} that were not built modular:"
- cat $CWD/modules/${kde_module} | grep -v "^#" | grep -v -w "^" | while read checkpackage ; do
+ cat $CWD/modules/${kde_module} | grep -v "^ *#" | grep -v -w "^" | while read checkpackage ; do
if ! grep -wq "^${checkpackage}$" ${CWD}/modularize ; then
# Non-modular package found, so we'll have to build the package below.
# It might already have been built once, but in that case it is likely
@@ -512,7 +512,7 @@ deterministic_build() {
if [ "${KDE_PKGS: -1}" = "," ]; then
# Last character is a ','. Expand the list with all subsequent packages.
START_PKG=$(echo $KDE_PKGS |rev |cut -d, -f2 |rev)
- MOD_LIST=$(cat modules/$KDE_MOD |grep -v "^#" |grep -v "^$" |tr '\n' ',')
+ MOD_LIST=$(cat modules/$KDE_MOD |grep -v "^ *#" |grep -v "^$" |tr '\n' ',')
KDE_PKGS="${KDE_PKGS}${MOD_LIST/#?*,${START_PKG},/}"
echo "** SlackBuild expanding '$ENTRY' to '$KDE_MOD:$KDE_PKGS'"
fi
@@ -552,8 +552,9 @@ KDEMODS=" \
frameworks:kwallet \
plasma \
plasma-extra \
- applications-extra \
+ applications-extra:libktorrent \
applications \
+ applications-extra \
telepathy \
"
diff --git a/kde/build/baloo b/kde/build/baloo
index b8626c4..7ed6ff8 100644
--- a/kde/build/baloo
+++ b/kde/build/baloo
@@ -1 +1 @@
-4
+5
diff --git a/kde/cmake/akonadi-contacts b/kde/cmake/akonadi-contacts
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/akonadi-contacts
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/akonadi-mime b/kde/cmake/akonadi-mime
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/akonadi-mime
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/akonadi-notes b/kde/cmake/akonadi-notes
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/akonadi-notes
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/cervisia b/kde/cmake/cervisia
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/cervisia
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kdev-php b/kde/cmake/kdev-php
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kdev-php
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kdev-python b/kde/cmake/kdev-python
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kdev-python
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kdevelop b/kde/cmake/kdevelop
index d8e7e64..ab12832 100644..120000
--- a/kde/cmake/kdevelop
+++ b/kde/cmake/kdevelop
@@ -1,19 +1 @@
-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_INSTALL_DIR=/usr/lib$LIBDIRSUFFIX \
- -DLIBEXEC_INSTALL_DIR=/usr/lib$LIBDIRSUFFIX \
- -DLIB_SUFFIX=${LIBDIRSUFFIX} \
- -DWITH_KDE4Workspace=OFF \
- ..
-
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kdevelop-pg-qt b/kde/cmake/kdevelop-pg-qt
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kdevelop-pg-qt
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kdevplatform b/kde/cmake/kdevplatform
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kdevplatform
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kjots b/kde/cmake/kjots
index ab12832..75557aa 120000..100644
--- a/kde/cmake/kjots
+++ b/kde/cmake/kjots
@@ -1 +1,23 @@
-applications5 \ No newline at end of file
+mkdir build
+cd build
+ cmake \
+ $KDE_OPT_ARGS \
+ -DKDE_PLATFORM_FEATURE_DISABLE_DEPRECATED=TRUE \
+ -DCMAKE_C_FLAGS:STRING="-I/usr/include/KF5/KTextWidgets $SLKCFLAGS" \
+ -DCMAKE_C_FLAGS_RELEASE:STRING="-I/usr/include/KF5/KTextWidgets $SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS:STRING="-I/usr/include/KF5/KTextWidgets $SLKCFLAGS" \
+ -DCMAKE_CXX_FLAGS_RELEASE:STRING="-I/usr/include/KF5/KTextWidgets $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=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 \
+ ..
+
diff --git a/kde/cmake/kolourpaint b/kde/cmake/kolourpaint
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kolourpaint
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kpmcore b/kde/cmake/kpmcore
new file mode 120000
index 0000000..ab12832
--- /dev/null
+++ b/kde/cmake/kpmcore
@@ -0,0 +1 @@
+applications5 \ No newline at end of file
diff --git a/kde/cmake/kservice b/kde/cmake/kservice
index b33652b..86b95bb 100644
--- a/kde/cmake/kservice
+++ b/kde/cmake/kservice
@@ -1,10 +1,15 @@
+#
+# Need to append "-std=c99" to the # CMAKE_C_FLAGS, because of a bug in
+# flex-2.6.0 which generates a C code # with C++-style comments.
+# The bug has been fixed in flex 2.6.1 which is not part of Slackware.
+#
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_C_FLAGS:STRING="$SLKCFLAGS -std=c99" \
+ -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS -std=c99" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS" \
-DCMAKE_BUILD_TYPE=Release \
diff --git a/kde/cmake/solid b/kde/cmake/solid
index ec699d7..c20d2e4 120000..100644
--- a/kde/cmake/solid
+++ b/kde/cmake/solid
@@ -1 +1,28 @@
-frameworks \ No newline at end of file
+#
+# Separate cmake file for solid is needed to append "-std=c99" to the
+# CMAKE_C_FLAGS, because of a bug in flex-2.6.0 which generates a C code
+# with C++-style comments. The bug has been fixed in flex 2.6.1 which
+# is not yet a part of Slackware.
+#
+mkdir build
+cd build
+ cmake \
+ $KDE_OPT_ARGS \
+ -DKDE_PLATFORM_FEATURE_DISABLE_DEPRECATED=TRUE \
+ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS -std=c99" \
+ -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS -std=c99" \
+ -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=lib$LIBDIRSUFFIX \
+ -DLIBEXEC_INSTALL_DIR=lib$LIBDIRSUFFIX \
+ -DQML_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/qml \
+ -DQT_PLUGIN_INSTALL_DIR=lib$LIBDIRSUFFIX/qt5/plugins \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -Dlconvert_executable=/usr/lib$LIBDIRSUFFIX/qt5/bin/lconvert \
+ ..
+
diff --git a/kde/modularize b/kde/modularize
index 3372f5f..9991da4 100644
--- a/kde/modularize
+++ b/kde/modularize
@@ -345,6 +345,9 @@ ktp-desktop-applets
gpgmepp
kcalcore
akonadi
+akonadi-mime
+akonadi-contacts
+akonadi-notes
akonadi-search
kholidays
kpimtextedit
@@ -434,17 +437,17 @@ kaudiocreator
kplayer
kwebkitpart
oxygen-gtk2
-kdevplatform
-kdevelop-pg-qt
-kdevelop
-kdev-python
-kdevelop-php
-kdevelop-php-docs
-skanlite
kio-mtp
-partitionmanager
kdeconnect4
# applications extra
libktorrent
ktorrent
+skanlite
+kpmcore
+partitionmanager
+kdevplatform
+kdevelop-pg-qt
+kdevelop
+kdev-python
+kdev-php
diff --git a/kde/modules/applications b/kde/modules/applications
index 971cc9b..a22905c 100644
--- a/kde/modules/applications
+++ b/kde/modules/applications
@@ -34,7 +34,6 @@ kcachegrind
kde-dev-scripts
kde-dev-utils
kdesdk-kioslaves
-kdesdk-strigi-analyzers
kdesdk-thumbnailers
libkomparediff2
kompare
@@ -44,7 +43,6 @@ umbrello
# Rest of kdegraphics:
kdegraphics-mobipocket
-kdegraphics-strigi-analyzer
okular
kdegraphics-thumbnailers
kamera
@@ -87,8 +85,6 @@ libkcddb
libkcompactdisc
audiocd-kio
dragon
-#ffmpegthumbs
-mplayerthumbs
juk
kmix
#kscd
@@ -98,7 +94,6 @@ kmix
# kdenetwork:
kdenetwork-filesharing
-kdenetwork-strigi-analyzers
zeroconf-ioslave
kget
kopete
@@ -163,7 +158,6 @@ kteatime
#ktux
# kdeedu:
-libkdeedu
kdeedu-data
libkeduvocdocument
analitza
diff --git a/kde/modules/applications-extra b/kde/modules/applications-extra
index fac9822..68cd35b 100644
--- a/kde/modules/applications-extra
+++ b/kde/modules/applications-extra
@@ -1,4 +1,12 @@
libktorrent
ktorrent
+kpmcore
+partitionmanager
skanlite
+kdevplatform
+kdevelop-pg-qt
+kdevelop
+kdev-php
+# Requires python3:
+#kdev-python
diff --git a/kde/modules/frameworks b/kde/modules/frameworks
index 59431fb..08d860c 100644
--- a/kde/modules/frameworks
+++ b/kde/modules/frameworks
@@ -20,28 +20,31 @@ solid
karchive
kdbusaddons
kcoreaddons
-kimageformats
ki18n
networkmanager-qt
modemmanager-qt
bluez-qt
kwayland
# Tier 2, depends on Tier 1, Qt5, system libraries:
+breeze-icons
+kapidox
+kdnssd
+oxygen-icons5
kauth
kcrash
-kglobalaccel
kjobwidgets
kcompletion
kdoctools
kpackage
-kdnssd
knotifications
kunitconversion
kpty
+kimageformats
kfilemetadata5
# Tier 3, depends on Tier 1 and 2, Qt5, system libraries:
kconfigwidgets
kservice
+kglobalaccel
kiconthemes
kwallet
kemoticons
@@ -72,9 +75,6 @@ kjsembed
kross
kmediaplayer
krunner
-kapidox
frameworkintegration
kdelibs4support
khtml
-breeze-icons
-oxygen-icons5
diff --git a/kde/modules/kde4-extragear b/kde/modules/kde4-extragear
index fe0527e..e2e3d09 100644
--- a/kde/modules/kde4-extragear
+++ b/kde/modules/kde4-extragear
@@ -4,13 +4,6 @@ k3b
#kplayer
kwebkitpart
oxygen-gtk2
-kdevplatform
-#kdevelop-pg-qt
-kdevelop
-kdev-python
-kdevelop-php
-kdevelop-php-docs
kio-mtp
-partitionmanager
#kdeconnect4
diff --git a/kde/modules/kdepim b/kde/modules/kdepim
index a0e2c1f..9ff3e01 100644
--- a/kde/modules/kdepim
+++ b/kde/modules/kdepim
@@ -14,7 +14,9 @@ kmbox
kldap
kontactinterface
ktnef
-kdepimlibs
+akonadi-mime
+akonadi-contacts
+akonadi-notes
akonadi-search
kalarmcal
kmailtransport
diff --git a/kde/post-install/baloo.post-install b/kde/post-install/baloo.post-install
index 58ceb24..86ac7ef 100644
--- a/kde/post-install/baloo.post-install
+++ b/kde/post-install/baloo.post-install
@@ -1,4 +1,9 @@
# Move the polkit dbus configuration files to the proper place:
mv $PKG/etc/kde/dbus-1 $PKG/etc/
-# We do not need these, they are already part of baloo5:
-rm -f $PKG/usr/bin/*
+# All these files conflict with the baloo5 package which also contains them:
+rm $PKG/usr/bin/*
+rm $PKG/usr/share/dbus-1/interfaces/org.kde.baloo.file.indexer.xml
+rm -r $PKG/usr/share/icons
+# Do not autostart the baloo 4 service:
+rm -r $PKG/usr/share/autostart
+
diff --git a/kde/slack-desc/akonadi-contacts b/kde/slack-desc/akonadi-contacts
new file mode 100644
index 0000000..872802c
--- /dev/null
+++ b/kde/slack-desc/akonadi-contacts
@@ -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------------------------------------------------------|
+akonadi-contacts: akonadi-contacts (implement contact management in akonadi)
+akonadi-contacts:
+akonadi-contacts: akonadi-contacts contains libraries and daemons to implement
+akonadi-contacts: Contact Management in Akonadi.
+akonadi-contacts:
+akonadi-contacts:
+akonadi-contacts:
+akonadi-contacts:
+akonadi-contacts:
+akonadi-contacts: Home page: http://www.kde.org/
+akonadi-contacts:
diff --git a/kde/slack-desc/akonadi-mime b/kde/slack-desc/akonadi-mime
new file mode 100644
index 0000000..80aa41d
--- /dev/null
+++ b/kde/slack-desc/akonadi-mime
@@ -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------------------------------------------------------|
+akonadi-mime: akonadi-mime (implement mimeing in akonadi)
+akonadi-mime:
+akonadi-mime: akonadi-mime contains libraries and daemons to implement
+akonadi-mime: basic email handling in Akonadi.
+akonadi-mime:
+akonadi-mime:
+akonadi-mime:
+akonadi-mime:
+akonadi-mime:
+akonadi-mime: Home page: http://www.kde.org/
+akonadi-mime:
diff --git a/kde/slack-desc/akonadi-notes b/kde/slack-desc/akonadi-notes
new file mode 100644
index 0000000..2893b64
--- /dev/null
+++ b/kde/slack-desc/akonadi-notes
@@ -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------------------------------------------------------|
+akonadi-notes: akonadi-notes (implement management of notes in akonadi)
+akonadi-notes:
+akonadi-notes: akonadi-notes contains libraries and daemons to implement
+akonadi-notes: management of notes in Akonadi.
+akonadi-notes:
+akonadi-notes:
+akonadi-notes:
+akonadi-notes:
+akonadi-notes:
+akonadi-notes: Home page: http://www.kde.org/
+akonadi-notes:
diff --git a/kde/slack-desc/akonadi-search b/kde/slack-desc/akonadi-search
index 487379f..9d345b4 100644
--- a/kde/slack-desc/akonadi-search
+++ b/kde/slack-desc/akonadi-search
@@ -9,7 +9,7 @@
akonadi-search: akonadi-search (implement searching in akonadi)
akonadi-search:
akonadi-search: akonadi-search contains libraries and daemons to implement
-akonadi-search: searching in Akonad.
+akonadi-search: searching in Akonadi.
akonadi-search:
akonadi-search:
akonadi-search:
diff --git a/kde/slack-desc/kdev-php b/kde/slack-desc/kdev-php
new file mode 100644
index 0000000..7fd0fb9
--- /dev/null
+++ b/kde/slack-desc/kdev-php
@@ -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------------------------------------------------------|
+kdev-php: kdev-php (PHP language plugin for KDevelop)
+kdev-php:
+kdev-php: This is a KDevelop plugin that provides support for the PHP language.
+kdev-php:
+kdev-php:
+kdev-php:
+kdev-php:
+kdev-php:
+kdev-php:
+kdev-php:
+kdev-php:
diff --git a/kde/slack-desc/kpmcore b/kde/slack-desc/kpmcore
new file mode 100644
index 0000000..44306d8
--- /dev/null
+++ b/kde/slack-desc/kpmcore
@@ -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------------------------------------------------|
+kpmcore: kpmcore (KDE partitionmanager core libraries)
+kpmcore:
+kpmcore: kpmcore is a library for managing partitions. It contains
+kpmcore: common code for KDE Partition Manager and other projects.
+kpmcore:
+kpmcore:
+kpmcore:
+kpmcore:
+kpmcore: See also:
+kpmcore: https://www.kde.org/applications/system/kdepartitionmanager
+kpmcore:
diff --git a/kdei/kde-l10n/kde-l10n.SlackBuild b/kdei/kde-l10n/kde-l10n.SlackBuild
index 4fa9521..d1e960a 100755
--- a/kdei/kde-l10n/kde-l10n.SlackBuild
+++ b/kdei/kde-l10n/kde-l10n.SlackBuild
@@ -35,7 +35,7 @@ if [ ! -r ./languages ]; then
done
fi
-[ -z $VERSION ] && export VERSION=16.04.3
+[ -z $VERSION ] && export VERSION=16.08.0
[ -z $ARCH ] && export ARCH=noarch
[ -z $BUILD ] && export BUILD=1