mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/ueberzugpp: Updated for version 2.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e0d9e823b4
commit
de0fbb40ea
2 changed files with 8 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue