summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-04-30 14:57:49 +0200
committer Eric Hameleers <alien@slackware.com>2015-04-30 14:57:49 +0200
commit36f31e1ddc375ef7804d68bd6c3e1857d3ab9f7c (patch)
tree755aa642eafd28895d50ca3381fb4a6cae22ed70 /kde
parent0f522477dd2e49b809ad0853775bdc814dd78ff4 (diff)
downloadktown-36f31e1ddc375ef7804d68bd6c3e1857d3ab9f7c.tar.gz
ktown-36f31e1ddc375ef7804d68bd6c3e1857d3ab9f7c.tar.xz
Apply remaining bits for the new release of KDE 5.
Diffstat (limited to 'kde')
-rwxr-xr-xkde/KDE.SlackBuild9
-rw-r--r--kde/doinst.sh/ktp-contact-list5
-rw-r--r--kde/doinst.sh/ktp-text-ui5
-rw-r--r--kde/patch/kdelibs.patch2
4 files changed, 13 insertions, 8 deletions
diff --git a/kde/KDE.SlackBuild b/kde/KDE.SlackBuild
index d374f98..2efd2cf 100755
--- a/kde/KDE.SlackBuild
+++ b/kde/KDE.SlackBuild
@@ -545,17 +545,12 @@ mkdir -p $SLACK_KDE_BUILD_DIR
# kde-baseapps is rebuilt after kdewebdev because it can then pickup
# libtidy and enable the Konqueror validators plugin to validate HTML.
KDEMODS=" \
- kdelibs \
- kdebase:nepomuk-core \
- kdepimlibs \
- kdebase \
- kdebindings
- kdepim \
+ kde4 \
frameworks \
plasma \
plasma-extra \
applications \
- extragear \
+ kde4-extragear \
"
# Allow for specification of individual packages to be built:
diff --git a/kde/doinst.sh/ktp-contact-list b/kde/doinst.sh/ktp-contact-list
new file mode 100644
index 0000000..e376b59
--- /dev/null
+++ b/kde/doinst.sh/ktp-contact-list
@@ -0,0 +1,5 @@
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database /usr/share/applications >/dev/null 2>&1
+fi
+
diff --git a/kde/doinst.sh/ktp-text-ui b/kde/doinst.sh/ktp-text-ui
new file mode 100644
index 0000000..e376b59
--- /dev/null
+++ b/kde/doinst.sh/ktp-text-ui
@@ -0,0 +1,5 @@
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database /usr/share/applications >/dev/null 2>&1
+fi
+
diff --git a/kde/patch/kdelibs.patch b/kde/patch/kdelibs.patch
index 7656b22..8fefb2e 100644
--- a/kde/patch/kdelibs.patch
+++ b/kde/patch/kdelibs.patch
@@ -14,5 +14,5 @@ cat $CWD/patch/kdelibs/return-application-icons-properly.patch | patch -R -p1 --
# Patch a BIC (binary incompatibility) introduced by mistake in 4.14.6.
# Will be fixed in 4.14.7:
-cat $CWD/patch/kdelibs/fixbic-4.14.6.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+#cat $CWD/patch/kdelibs/fixbic-4.14.6.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }