summaryrefslogtreecommitdiffstats
path: root/system/conky/conky.SlackBuild
diff options
context:
space:
mode:
author M.Dinslage <matthewdinslage@gmail.com>2023-03-01 12:26:08 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-04 07:16:35 +0700
commitae2fc20393558e16ca1901b066c746e66913a855 (patch)
tree89d9928fd55c7d2f20ea49563358a8e8702d2187 /system/conky/conky.SlackBuild
parent11b0c4e89bc3c9cbd74677dc091737f4f5b799a0 (diff)
downloadslackbuilds-ae2fc20393558e16ca1901b066c746e66913a855.tar.gz
slackbuilds-ae2fc20393558e16ca1901b066c746e66913a855.tar.xz
system/conky: Updated for version 1.18.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/conky/conky.SlackBuild')
-rw-r--r--system/conky/conky.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/system/conky/conky.SlackBuild b/system/conky/conky.SlackBuild
index e08c9677ac..64f3a76fd8 100644
--- a/system/conky/conky.SlackBuild
+++ b/system/conky/conky.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=conky
-VERSION=${VERSION:-1.18.0}
+VERSION=${VERSION:-1.18.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -94,6 +94,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
+# Fix compiling if both lua 5.1 and 5.3 are installed
+patch -p1 < $CWD/lua-5.1.x-fix.patch
+
mkdir -p build
cd build
cmake \