summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author xaizek <xaizek@posteo.net>2025-06-13 07:59:15 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-06-13 08:05:09 +0700
commitb78435d90d837f2d7952ebb82a3483a724c2038c (patch)
tree2e85da44762b96b9a848ac27bce983668b15f7ff
parent56533f8d7942aaab3e1352c1c57247614580c902 (diff)
downloadslackbuilds-b78435d90d837f2d7952ebb82a3483a724c2038c.tar.gz
slackbuilds-b78435d90d837f2d7952ebb82a3483a724c2038c.tar.xz
graphics/ueberzugpp: Updated for version 2.9.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--graphics/ueberzugpp/ueberzugpp.SlackBuild6
-rw-r--r--graphics/ueberzugpp/ueberzugpp.info6
2 files changed, 4 insertions, 8 deletions
diff --git a/graphics/ueberzugpp/ueberzugpp.SlackBuild b/graphics/ueberzugpp/ueberzugpp.SlackBuild
index 0b82f8a81c..0194fd75f6 100644
--- a/graphics/ueberzugpp/ueberzugpp.SlackBuild
+++ b/graphics/ueberzugpp/ueberzugpp.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ueberzugpp
-VERSION=${VERSION:-2.9.6}
+VERSION=${VERSION:-2.9.7}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,10 +81,6 @@ if [ "$WAYLAND" = "yes" ]; then
with_wayland=( -DENABLE_WAYLAND=ON )
fi
-# upstream requires at least CMake 3.22 despite at least 3.21 working without
-# trouble
-sed -i '/cmake_minimum_required/s/3\.22/3\.21/' CMakeLists.txt
-
mkdir -p build
cd build
cmake \
diff --git a/graphics/ueberzugpp/ueberzugpp.info b/graphics/ueberzugpp/ueberzugpp.info
index ff17af5c0d..52dc89a613 100644
--- a/graphics/ueberzugpp/ueberzugpp.info
+++ b/graphics/ueberzugpp/ueberzugpp.info
@@ -1,8 +1,8 @@
PRGNAM="ueberzugpp"
-VERSION="2.9.6"
+VERSION="2.9.7"
HOMEPAGE="https://github.com/jstkdng/ueberzugpp"
-DOWNLOAD="https://github.com/jstkdng/ueberzugpp/archive/v2.9.6/ueberzugpp-2.9.6.tar.gz"
-MD5SUM="9a5ff399496c5f6658b571f594385d84"
+DOWNLOAD="https://github.com/jstkdng/ueberzugpp/archive/v2.9.7/ueberzugpp-2.9.7.tar.gz"
+MD5SUM="ad3d7cc5b110519f47b1ffd78ee4059f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CLI11 chafa libsixel nlohmann_json range-v3 spdlog tbb vips"