Github messages for voidlinux
 help / color / mirror / Atom feed
From: ibhagwan <ibhagwan@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] fzf: update to 0.58.0
Date: Mon, 20 Jan 2025 03:30:15 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-54044@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]

There is a new pull request by ibhagwan against master on the void-packages repository

https://github.com/ibhagwan/void-packages fzf_058
https://github.com/void-linux/void-packages/pull/54044

fzf: update to 0.58.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/54044.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fzf_058-54044.patch --]
[-- Type: text/x-diff, Size: 4338 bytes --]

From 5ca421f5ec72f8ce7f5dd15bec4eb24fa1acb099 Mon Sep 17 00:00:00 2001
From: bhagwan <bhagwan@disroot.org>
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 <tranzystorek.io@protonmail.com>"
+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 <bhagwan@disroot.org>
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 <tranzystorek.io@protonmail.com>"
+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 <bhagwan@disroot.org>
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}

             reply	other threads:[~2025-01-20  2:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-20  2:30 ibhagwan [this message]
2025-01-20  2:31 ` [PR PATCH] [Updated] " ibhagwan
2025-01-21 16:13 ` [PR PATCH] [Merged]: " leahneukirchen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-54044@inbox.vuxu.org \
    --to=ibhagwan@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).