summaryrefslogtreecommitdiffstats
path: root/system/conky/conky.SlackBuild
diff options
context:
space:
mode:
author M.Dinslage2023-03-06 01:16:32 +0100
committer Willy Sudiarto Raharjo2023-03-12 02:48:31 +0100
commit50e8f0120cee6306fe8c547cf30f9fb2b2735d7d (patch)
tree021315fc7cf80f12521beea8426a5169c1f9d5d1 /system/conky/conky.SlackBuild
parent22437896aa326b0443d8ae6c27558642a5d41bc3 (diff)
downloadslackbuilds-50e8f0120cee6306fe8c547cf30f9fb2b2735d7d.tar.gz
system/conky: Updated for version 1.18.2.
Signed-off-by: bedlam <dave@slackbuilds.org> 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, 1 insertions, 4 deletions
diff --git a/system/conky/conky.SlackBuild b/system/conky/conky.SlackBuild
index 64f3a76fd8..784a030379 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.1}
+VERSION=${VERSION:-1.18.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -94,9 +94,6 @@ 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 \