Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR REVIEW] onefetch: update to 2.19.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47811@inbox.vuxu.org>
@ 2023-12-18 16:51 ` classabbyamp
  2023-12-19 12:15 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-12-18 16:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47811#discussion_r1430406360

Comment:
i think we were going to hold off on this until the libgit2 update

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] onefetch: update to 2.19.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47811@inbox.vuxu.org>
  2023-12-18 16:51 ` [PR REVIEW] onefetch: update to 2.19.0 classabbyamp
@ 2023-12-19 12:15 ` jcgruenhage
  2023-12-19 12:15 ` [PR REVIEW] " jcgruenhage
  2023-12-19 12:38 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2023-12-19 12:15 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages onefetch-2.19.0_1
https://github.com/void-linux/void-packages/pull/47811

onefetch: update to 2.19.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/47811.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-onefetch-2.19.0_1-47811.patch --]
[-- Type: text/x-diff, Size: 3781 bytes --]

From 12614b25c385c6b17ba2e71e2c890e2e0d7e51e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 18 Dec 2023 10:19:30 +0100
Subject: [PATCH] onefetch: update to 2.19.0.

---
 .../patches/0001-support-libgit2-1.6.4.patch  | 58 +++++++++++++++++++
 srcpkgs/onefetch/template                     |  6 +-
 2 files changed, 61 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/onefetch/patches/0001-support-libgit2-1.6.4.patch

diff --git a/srcpkgs/onefetch/patches/0001-support-libgit2-1.6.4.patch b/srcpkgs/onefetch/patches/0001-support-libgit2-1.6.4.patch
new file mode 100644
index 0000000000000..7b4b84d5d340f
--- /dev/null
+++ b/srcpkgs/onefetch/patches/0001-support-libgit2-1.6.4.patch
@@ -0,0 +1,58 @@
+From 4d7970904994a6cc5df6b8b1d3d3effaca061127 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
+ <jan.christian@gruenhage.xyz>
+Date: Mon, 18 Dec 2023 10:15:19 +0100
+Subject: [PATCH] support libgit2 1.6.4
+
+---
+ Cargo.lock | 10 +++++-----
+ Cargo.toml |  2 +-
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/Cargo.lock b/Cargo.lock
+index f6d5b6c..c5f8048 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -1033,11 +1033,11 @@ checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
+ 
+ [[package]]
+ name = "git2"
+-version = "0.18.0"
++version = "0.17.2"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "12ef350ba88a33b4d524b1d1c79096c9ade5ef8c59395df0e60d1e1889414c0e"
++checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
+ dependencies = [
+- "bitflags 2.3.3",
++ "bitflags 1.3.2",
+  "libc",
+  "libgit2-sys",
+  "log",
+@@ -2263,9 +2263,9 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
+ 
+ [[package]]
+ name = "libgit2-sys"
+-version = "0.16.1+1.7.1"
++version = "0.15.2+1.6.4"
+ source = "registry+https://github.com/rust-lang/crates.io-index"
+-checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c"
++checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
+ dependencies = [
+  "cc",
+  "libc",
+diff --git a/Cargo.toml b/Cargo.toml
+index b77f70d..6004ab7 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -43,7 +43,7 @@ gix-features-for-configuration-only = { package = "gix-features", version = "0.3
+ gix = { version = "0.55.2", default-features = false, features = [
+     "max-performance-safe", "blob-diff", "mailmap", "index"
+ ] }
+-git2 = { version = "0.18.0", default-features = false }
++git2 = { version = "=0.17.2", default-features = false }
+ globset = "0.4.13"
+ human-panic = "1.2.1"
+ image.workspace = true
+-- 
+2.43.0
+
diff --git a/srcpkgs/onefetch/template b/srcpkgs/onefetch/template
index 3c0b1977725d6..913328353640e 100644
--- a/srcpkgs/onefetch/template
+++ b/srcpkgs/onefetch/template
@@ -1,18 +1,18 @@
 # Template file for 'onefetch'
 pkgname=onefetch
-version=2.18.1
+version=2.19.0
 revision=1
 build_style=cargo
 make_check_args="-- --skip info::tests::test_style_subtitle"
 hostmakedepends="pkg-config cmake git"
-makedepends="zlib-devel"
+makedepends="zlib-devel libzstd-devel libgit2-devel"
 short_desc="Git repository summary on your terminal"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="MIT"
 homepage="https://onefetch.dev"
 changelog="https://github.com/o2sh/onefetch/raw/main/CHANGELOG.md"
 distfiles="https://github.com/o2sh/onefetch/archive/refs/tags/${version}.tar.gz"
-checksum=7b0f03e9d2383ac32283cfb9ec09d10c8789a298969c8b7d45fa0168bd909140
+checksum=e6aa7504730de86f307d6c3671875b11a447a4088daf74df280c8f644dea4819
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
 	broken="exr crate unimplemented for BE"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR REVIEW] onefetch: update to 2.19.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47811@inbox.vuxu.org>
  2023-12-18 16:51 ` [PR REVIEW] onefetch: update to 2.19.0 classabbyamp
  2023-12-19 12:15 ` [PR PATCH] [Updated] " jcgruenhage
@ 2023-12-19 12:15 ` jcgruenhage
  2023-12-19 12:38 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 4+ messages in thread
From: jcgruenhage @ 2023-12-19 12:15 UTC (permalink / raw)
  To: ml

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

New review comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/47811#discussion_r1431327915

Comment:
I've removed it for now.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: onefetch: update to 2.19.0.
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47811@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2023-12-19 12:15 ` [PR REVIEW] " jcgruenhage
@ 2023-12-19 12:38 ` classabbyamp
  3 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-12-19 12:38 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

onefetch: update to 2.19.0.
https://github.com/void-linux/void-packages/pull/47811

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-19 12:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47811@inbox.vuxu.org>
2023-12-18 16:51 ` [PR REVIEW] onefetch: update to 2.19.0 classabbyamp
2023-12-19 12:15 ` [PR PATCH] [Updated] " jcgruenhage
2023-12-19 12:15 ` [PR REVIEW] " jcgruenhage
2023-12-19 12:38 ` [PR PATCH] [Merged]: " classabbyamp

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).