summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-02-21 15:55:17 +0100
committer Eric Hameleers <alien@slackware.com>2017-02-21 15:55:17 +0100
commitd1b534df5aa6f2f98883177b955e6c22e9d8ff49 (patch)
treed40a3a636eac018230f4e5b21dff83a073f56737
parentf707ee9cdbe89d33d8fd78519558523975062964 (diff)
downloadktown-d1b534df5aa6f2f98883177b955e6c22e9d8ff49.tar.gz
ktown-d1b534df5aa6f2f98883177b955e6c22e9d8ff49.tar.xz
SDDM: compile the dutch translation
-rw-r--r--kde/patch/sddm-qt5.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/kde/patch/sddm-qt5.patch b/kde/patch/sddm-qt5.patch
index 23c3cc4..8b2df3a 100644
--- a/kde/patch/sddm-qt5.patch
+++ b/kde/patch/sddm-qt5.patch
@@ -17,3 +17,9 @@ cat $CWD//patch/sddm-qt5/sddm_avatars.patch | patch -p1 --verbose || { touch ${S
# Fix a compilation error on passwd backend:
# (fixed in sddm-0.12.0).
#cat $CWD/patch/sddm-qt5/sddm_qstring.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Add the dutch translation:
+if ! grep -q nl.ts data/translations/CMakeLists.txt ; then
+ sed -e '/set(TRANSLATION_FILES/s/TRANSLATION_FILES/&\n nl.ts/' \
+ -i data/translations/CMakeLists.txt
+fi