From 5ca421f5ec72f8ce7f5dd15bec4eb24fa1acb099 Mon Sep 17 00:00:00 2001 From: bhagwan Date: Thu, 18 Apr 2024 21:37:50 -0700 Subject: [PATCH 1/3] new package: CLI11-2.4.1 --- srcpkgs/CLI11/template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 srcpkgs/CLI11/template diff --git a/srcpkgs/CLI11/template b/srcpkgs/CLI11/template new file mode 100644 index 00000000000000..600c81976b44ca --- /dev/null +++ b/srcpkgs/CLI11/template @@ -0,0 +1,22 @@ +# Template file for 'CLI11' +pkgname=CLI11 +version=2.4.2 +revision=1 +build_style=cmake +configure_args="-DCLI11_BUILD_EXAMPLES=OFF" +checkdepends="catch2" +short_desc="Command line parser for C++11 and beyond" +maintainer="Marcin Puc " +license="BSD-3-Clause" +homepage="https://github.com/CLIUtils/CLI11" +changelog="https://raw.githubusercontent.com/CLIUtils/CLI11/main/CHANGELOG.md" +distfiles="https://github.com/CLIUtils/CLI11/archive/refs/tags/v${version}.tar.gz" +checksum=f2d893a65c3b1324c50d4e682c0cdc021dd0477ae2c048544f39eed6654b699a + +if [ -z "${XBPS_CHECK_PKGS}" ]; then + configure_args+=" -DCLI11_BUILD_TESTS=OFF" +fi + +post_install() { + vlicense LICENSE +} From acc9c17aef84f6ab790a379ce701a892f16540a1 Mon Sep 17 00:00:00 2001 From: bhagwan Date: Thu, 18 Apr 2024 21:38:42 -0700 Subject: [PATCH 2/3] new package: ueberzugpp-2.9.4 --- common/shlibs | 5 +++-- srcpkgs/ueberzugpp/template | 16 ++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/ueberzugpp/template diff --git a/common/shlibs b/common/shlibs index 3dcacc7de76d9d..88284af7f4d616 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4028,8 +4028,9 @@ libportal.so.1 libportal-0.6_1 libportal-gtk3.so.1 libportal-gtk3-0.6_1 libportal-gtk4.so.1 libportal-gtk4-0.6_1 libportal-qt5.so.1 libportal-qt5-0.7.1_1 -libvips.so.42 libvips-8.9.2_1 -libvips-cpp.so.42 libvips-8.9.2_1 +libvips.so.42 libvips-8.15.4_1 +libvips-cpp.so.42 libvips-8.15.4_1 +libvips-cpp.so.42.8.15.4 libvips-8.15.4_1 libselinux.so.1 libselinux-3.0_1 libsepol.so.1 libsepol-3.0_1 libfrrcares.so.0 libfrr-7.3.1_1 diff --git a/srcpkgs/ueberzugpp/template b/srcpkgs/ueberzugpp/template new file mode 100644 index 00000000000000..081dcc060654c5 --- /dev/null +++ b/srcpkgs/ueberzugpp/template @@ -0,0 +1,16 @@ +# Template file for 'ueberzugpp' +pkgname=ueberzugpp +version=2.9.6 +revision=1 +build_style=cmake +configure_args="-DENABLE_WAYLAND=ON -DENABLE_OPENGL=ON, -DCMAKE_BUILD_TYPE=Release" +hostmakedepends="pkg-config" +makedepends="chafa-devel extra-cmake-modules libopencv-devel libsixel-devel libvips-devel openssl-devel tbb-devel wayland-devel wayland-protocols xcb-util-image-devel xcb-util-renderutil-devel json-c++ CLI11 spdlog fmt range-v3 guidelines-support-library libvips-devel libsixel-devel libglvnd-devel" +short_desc="Drop in replacement for ueberzug" +maintainer="Marcin Puc " +license="GPL-3.0-or-later" +homepage="https://github.com/jstkdng/ueberzugpp" +changelog="https://github.com/jstkdng/ueberzugpp/releases" +distfiles="https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v${version}.tar.gz" +checksum=29cca04404c5883510aebf02846f608cfbf5892176bf4a48099e5167d5ef9d95 +conflicts="ueberzug" From c9a7a5e029e997d90603c155c909944685b41119 Mon Sep 17 00:00:00 2001 From: bhagwan Date: Sun, 19 Jan 2025 18:23:44 -0800 Subject: [PATCH 3/3] fzf: update to 0.58.0 --- srcpkgs/fzf/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template index b14dc85bf1d0f8..9bd1cf314def09 100644 --- a/srcpkgs/fzf/template +++ b/srcpkgs/fzf/template @@ -1,6 +1,6 @@ # Template file for 'fzf' pkgname=fzf -version=0.57.0 +version=0.58.0 revision=1 build_style=go go_import_path="github.com/junegunn/fzf" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/junegunn/fzf" changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md" distfiles="https://github.com/junegunn/fzf/archive/refs/tags/v${version}.tar.gz" -checksum=d4e8e25fad2d3f75943b403c40b61326db74b705bf629c279978fdd0ceb1f97c +checksum=c49e5b13c7f3ee28ebc41ce720e48054287f11186212b2152434497a590f1a63 post_install() { cd ${wrksrc}