summaryrefslogtreecommitdiff
path: root/office/zathura-cb/zathura-cb.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2014-08-22 17:44:08 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-22 17:46:09 +0700
commit0bd33ceef2a21143711edae9fb87bfb74a16d8c6 (patch)
tree37bbff1cf1b1bb2e6da9e22da5c893922ec16b0d /office/zathura-cb/zathura-cb.SlackBuild
parent4f36fb5807d77d232b040f8308cc648fea57afc9 (diff)
downloadslackbuilds-0bd33ceef2a21143711edae9fb87bfb74a16d8c6.tar.gz
office/zathura-cb: Updated for version 0.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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