summaryrefslogtreecommitdiffstats
path: root/multimedia/kdenlive/kdenlive.SlackBuild
diff options
context:
space:
mode:
author Карабанов Алексей2015-11-04 20:38:12 +0100
committer Willy Sudiarto Raharjo2015-11-05 18:27:33 +0100
commit954ee3d7e5330756615e41c3b10a391b9424528e (patch)
tree93d7dc59ce313b4a1c03bfbe83e46e604c9209c6 /multimedia/kdenlive/kdenlive.SlackBuild
parentc8e427a946a34555826f1a9bc5bcf5c537bd47a0 (diff)
downloadslackbuilds-954ee3d7e5330756615e41c3b10a391b9424528e.tar.gz
multimedia/kdenlive: Fix locale.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/kdenlive/kdenlive.SlackBuild')
-rw-r--r--multimedia/kdenlive/kdenlive.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/kdenlive/kdenlive.SlackBuild b/multimedia/kdenlive/kdenlive.SlackBuild
index 5e1102256c..874bf5e963 100644
--- a/multimedia/kdenlive/kdenlive.SlackBuild
+++ b/multimedia/kdenlive/kdenlive.SlackBuild
@@ -62,7 +62,7 @@
PRGNAM=kdenlive
VERSION=${VERSION:-0.9.8}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -105,8 +105,9 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+patch -p1 < $CWD/locales.patch
# Workaround for CMakeList.txt error at build time on some versions of Slackware
sed -i.bak -e '69d' src/CMakeLists.txt
cmake \