graphics/ueberzugpp: Updated for version 2.9.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
xaizek 2024-07-31 21:17:05 +07:00 committed by Willy Sudiarto Raharjo
parent e0d9e823b4
commit de0fbb40ea
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ueberzugpp
VERSION=${VERSION:-2.9.4}
VERSION=${VERSION:-2.9.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -81,6 +81,10 @@ 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 \

View file

@ -1,8 +1,8 @@
PRGNAM="ueberzugpp"
VERSION="2.9.4"
VERSION="2.9.6"
HOMEPAGE="https://github.com/jstkdng/ueberzugpp"
DOWNLOAD="https://github.com/jstkdng/ueberzugpp/archive/v2.9.4/ueberzugpp-2.9.4.tar.gz"
MD5SUM="7388e482a328d1fdfc655d48576e017b"
DOWNLOAD="https://github.com/jstkdng/ueberzugpp/archive/v2.9.6/ueberzugpp-2.9.6.tar.gz"
MD5SUM="9a5ff399496c5f6658b571f594385d84"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="CLI11 chafa libsixel nlohmann_json oneTBB range-v3 spdlog vips"