Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cocogitto, exa, cargo-outdated: rebuild for libgit2
@ 2022-10-14 23:49 tranzystorek-io
  2022-10-14 23:50 ` tranzystorek-io
  2022-10-15  1:35 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-10-14 23:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages git2-rebuild
https://github.com/void-linux/void-packages/pull/39961

cocogitto, exa, cargo-outdated: rebuild for libgit2
<!-- 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/39961.patch is attached

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

From 63edfeaca3ef63398eedc8238e29505a8a0d82a1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 15 Oct 2022 01:44:17 +0200
Subject: [PATCH 1/3] cocogitto: rebuild for libgit2-1.5.0

---
 srcpkgs/cocogitto/template | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template
index 46d294f3ea8e..bf1d15be5b14 100644
--- a/srcpkgs/cocogitto/template
+++ b/srcpkgs/cocogitto/template
@@ -1,7 +1,7 @@
 # Template file for 'cocogitto'
 pkgname=cocogitto
 version=5.2.0
-revision=1
+revision=2
 build_style=cargo
 build_helper=qemu
 hostmakedepends="pkg-config"
@@ -17,19 +17,13 @@ checksum=99f9dee05597d7721f6d046dbfefba5cb8d1c4ae22ced415f724affb3a6bd0cc
 # Test suite is not atomic, relies on user environment such as git user configuration
 make_check=no
 
-post_build() {
-	TARGET_DIR="target/${RUST_TARGET}/release"
-
-	for shell in bash zsh fish; do
-		vtargetrun ${TARGET_DIR}/cog generate-completions ${shell} > cog.${shell}
-	done
-}
-
 post_install() {
-	vlicense LICENSE
-	vdoc README.md
-
+	COG="${DESTDIR}/usr/bin/cog"
 	for shell in bash zsh fish; do
+		vtargetrun ${COG} generate-completions ${shell} > cog.${shell}
 		vcompletion cog.${shell} ${shell} cog
 	done
+
+	vdoc README.md
+	vlicense LICENSE
 }

From a588df1e2783e00f7ef27bef6787aa849573fe17 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 15 Oct 2022 01:45:51 +0200
Subject: [PATCH 2/3] exa: rebuild for libgit2-1.5.0

---
 srcpkgs/exa/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/exa/template b/srcpkgs/exa/template
index 660f997c809e..3efe7851bbdd 100644
--- a/srcpkgs/exa/template
+++ b/srcpkgs/exa/template
@@ -1,7 +1,7 @@
 # Template file for 'exa'
 pkgname=exa
 version=0.10.1
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config"
 makedepends="libgit2-devel"
@@ -9,7 +9,7 @@ short_desc="Modern replacement for ls"
 maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
 license="MIT"
 homepage="https://the.exa.website/"
-distfiles="https://github.com/ogham/exa/archive/v${version}.tar.gz
+distfiles="https://github.com/ogham/exa/archive/refs/tags/v${version}.tar.gz
  https://github.com/ogham/exa/releases/download/v${version}/exa-accoutrements-v${version}.zip"
 checksum="ff0fa0bfc4edef8bdbbb3cabe6fdbd5481a71abbbcc2159f402dea515353ae7c
  531596a1ef2a757c7728087529528150e6eb52bb8224fe575aa00a5f1b762849"
@@ -21,10 +21,10 @@ post_extract() {
 }
 
 post_install() {
-	vman accoutrements/man/exa.1
-	vman accoutrements/man/exa_colors.5
 	vcompletion completions/completions.bash bash
 	vcompletion completions/completions.fish fish
 	vcompletion completions/completions.zsh zsh
 	vlicense LICENCE
+	vman accoutrements/man/exa.1
+	vman accoutrements/man/exa_colors.5
 }

From ba303342500385732768c943d74a3a922fe6e6e4 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 15 Oct 2022 01:46:37 +0200
Subject: [PATCH 3/3] cargo-outdated: rebuild for libgit2-1.5.0

---
 srcpkgs/cargo-outdated/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cargo-outdated/template b/srcpkgs/cargo-outdated/template
index b85917735f72..2f4832fa7bd4 100644
--- a/srcpkgs/cargo-outdated/template
+++ b/srcpkgs/cargo-outdated/template
@@ -1,16 +1,16 @@
 # Template file for 'cargo-outdated'
 pkgname=cargo-outdated
 version=0.11.1
-revision=1
+revision=2
 build_style=cargo
 hostmakedepends="pkg-config zlib-devel"
-makedepends="libgit2-devel openssl-devel"
+makedepends="libcurl-devel libgit2-devel openssl-devel"
 short_desc="Cargo subcommand for displaying when dependencies are out of date"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/kbknapp/cargo-outdated"
 changelog="https://raw.githubusercontent.com/kbknapp/cargo-outdated/master/CHANGELOG.md"
-distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
+distfiles="https://github.com/kbknapp/cargo-outdated/archive/refs/tags/v${version}.tar.gz"
 checksum=2d80f0243d70a3563c48644dd3567519c32a733fb5d20f1161fd5d9f8e6e9146
 
 post_install() {

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

* Re: cocogitto, exa, cargo-outdated: rebuild for libgit2
  2022-10-14 23:49 [PR PATCH] cocogitto, exa, cargo-outdated: rebuild for libgit2 tranzystorek-io
@ 2022-10-14 23:50 ` tranzystorek-io
  2022-10-15  1:35 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorek-io @ 2022-10-14 23:50 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/39961#issuecomment-1279598425

Comment:
Ping @Gottox 

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

* Re: [PR PATCH] [Merged]: cocogitto, exa, cargo-outdated: rebuild for libgit2
  2022-10-14 23:49 [PR PATCH] cocogitto, exa, cargo-outdated: rebuild for libgit2 tranzystorek-io
  2022-10-14 23:50 ` tranzystorek-io
@ 2022-10-15  1:35 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-15  1:35 UTC (permalink / raw)
  To: ml

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

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

cocogitto, exa, cargo-outdated: rebuild for libgit2
https://github.com/void-linux/void-packages/pull/39961

Description:
<!-- 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
-->


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

end of thread, other threads:[~2022-10-15  1:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 23:49 [PR PATCH] cocogitto, exa, cargo-outdated: rebuild for libgit2 tranzystorek-io
2022-10-14 23:50 ` tranzystorek-io
2022-10-15  1:35 ` [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).