summaryrefslogtreecommitdiffstats
path: root/office/zathura-cb/zathura-cb.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'office/zathura-cb/zathura-cb.SlackBuild')
-rw-r--r--office/zathura-cb/zathura-cb.SlackBuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/office/zathura-cb/zathura-cb.SlackBuild b/office/zathura-cb/zathura-cb.SlackBuild
index 7897fd75dd..70500f2c36 100644
--- a/office/zathura-cb/zathura-cb.SlackBuild
+++ b/office/zathura-cb/zathura-cb.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
PRGNAM=zathura-cb
-VERSION=${VERSION:-0.1.0}
+VERSION=${VERSION:-0.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,11 +53,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# as shipped, the source uses g_dir_make_tmp(), which was introduced in
-# glib-2.30. Slack 13.37 ships with glib-2.28, so we make the code use
-# g_mkdtemp() instead.
-patch -p1 < $CWD/glib228compat.diff
-
sed -i "s,-fPIC,$SLKCFLAGS," config.mk
make VERBOSE=1