* [PR PATCH] New package: gitu-0.30.2
@ 2025-04-29 16:52 Domerpig
2025-04-29 20:51 ` xavierfortier1
` (9 more replies)
0 siblings, 10 replies; 11+ messages in thread
From: Domerpig @ 2025-04-29 16:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]
There is a new pull request by Domerpig against master on the void-packages repository
https://github.com/Domerpig/void-packages gitu
https://github.com/void-linux/void-packages/pull/55211
New package: gitu-0.30.2
<!-- 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**
<!-- 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64
- armv6l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/55211.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitu-55211.patch --]
[-- Type: text/x-diff, Size: 995 bytes --]
From 3025fa59e88f8bbc4a78a30445cf9d35d8f7b3f5 Mon Sep 17 00:00:00 2001
From: Dominik <dominik.moos@proton.me>
Date: Tue, 29 Apr 2025 18:45:57 +0200
Subject: [PATCH] New package: gitu-0.30.2
---
srcpkgs/gitu/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/gitu/template
diff --git a/srcpkgs/gitu/template b/srcpkgs/gitu/template
new file mode 100644
index 00000000000000..fa8c258114b4ce
--- /dev/null
+++ b/srcpkgs/gitu/template
@@ -0,0 +1,17 @@
+# Template file for 'gitu'
+pkgname=gitu
+version=0.30.3
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libgit2-1.9-devel"
+short_desc="TUI Git client inspired by Magit"
+maintainer="Domerpig <domerpig@proton.me>"
+license="MIT"
+homepage="https://github.com/altsem/gitu"
+distfiles="https://github.com/altsem/gitu/archive/refs/tags/v${version}.tar.gz"
+checksum="946d734843c9e69bac29aeba65c4a900b106606beb6c4bbbd31c65971cb214de"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: New package: gitu-0.30.2
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
@ 2025-04-29 20:51 ` xavierfortier1
2025-04-29 20:51 ` xavierfortier1
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: xavierfortier1 @ 2025-04-29 20:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 484 bytes --]
New comment by xavierfortier1 on void-packages repository
https://github.com/void-linux/void-packages/pull/55211#issuecomment-2840216993
Comment:
You should the following line between homepage and distfiles.
```
changelog="https://raw.githubusercontent.com/altsem/gitu/master/CHANGELOG.md"
```
Also, the version in the commit doesn't match the version in the template. You can also add `git` to `depends` as in the `lazygit` or `tig` template. Otherwise, everything looks good!
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: New package: gitu-0.30.2
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
2025-04-29 20:51 ` xavierfortier1
@ 2025-04-29 20:51 ` xavierfortier1
2025-04-30 16:35 ` [PR PATCH] [Updated] " Domerpig
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: xavierfortier1 @ 2025-04-29 20:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 488 bytes --]
New comment by xavierfortier1 on void-packages repository
https://github.com/void-linux/void-packages/pull/55211#issuecomment-2840216993
Comment:
You should add the following line between homepage and distfiles.
```
changelog="https://raw.githubusercontent.com/altsem/gitu/master/CHANGELOG.md"
```
Also, the version in the commit doesn't match the version in the template. You can also add `git` to `depends` as in the `lazygit` or `tig` template. Otherwise, everything looks good!
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: gitu-0.30.2
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
2025-04-29 20:51 ` xavierfortier1
2025-04-29 20:51 ` xavierfortier1
@ 2025-04-30 16:35 ` Domerpig
2025-04-30 16:36 ` New package: gitu-0.30.3 Domerpig
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Domerpig @ 2025-04-30 16:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
There is an updated pull request by Domerpig against master on the void-packages repository
https://github.com/Domerpig/void-packages gitu
https://github.com/void-linux/void-packages/pull/55211
New package: gitu-0.30.2
<!-- 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**
<!-- 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64
- armv6l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/55211.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitu-55211.patch --]
[-- Type: text/x-diff, Size: 1091 bytes --]
From dc1b3d597703c05153dee30dac3bde0112ca5bff Mon Sep 17 00:00:00 2001
From: Dominik <dominik.moos@proton.me>
Date: Tue, 29 Apr 2025 18:45:57 +0200
Subject: [PATCH] New package: gitu-0.30.3
---
srcpkgs/gitu/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/gitu/template
diff --git a/srcpkgs/gitu/template b/srcpkgs/gitu/template
new file mode 100644
index 00000000000000..70b74fde07725d
--- /dev/null
+++ b/srcpkgs/gitu/template
@@ -0,0 +1,19 @@
+# Template file for 'gitu'
+pkgname=gitu
+version=0.30.3
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libgit2-1.9-devel"
+depends="git"
+short_desc="TUI Git client inspired by Magit"
+maintainer="Domerpig <domerpig@proton.me>"
+license="MIT"
+homepage="https://github.com/altsem/gitu"
+changelog="https://raw.githubusercontent.com/altsem/gitu/master/CHANGELOG.md"
+distfiles="https://github.com/altsem/gitu/archive/refs/tags/v${version}.tar.gz"
+checksum="946d734843c9e69bac29aeba65c4a900b106606beb6c4bbbd31c65971cb214de"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: New package: gitu-0.30.3
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
` (2 preceding siblings ...)
2025-04-30 16:35 ` [PR PATCH] [Updated] " Domerpig
@ 2025-04-30 16:36 ` Domerpig
2025-04-30 16:37 ` [PR PATCH] [Updated] " Domerpig
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Domerpig @ 2025-04-30 16:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 193 bytes --]
New comment by Domerpig on void-packages repository
https://github.com/void-linux/void-packages/pull/55211#issuecomment-2842592598
Comment:
Thanks for checking it!
I corrected all 3 issues.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: gitu-0.30.3
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
` (3 preceding siblings ...)
2025-04-30 16:36 ` New package: gitu-0.30.3 Domerpig
@ 2025-04-30 16:37 ` Domerpig
2025-04-30 17:16 ` xavierfortier1
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Domerpig @ 2025-04-30 16:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
There is an updated pull request by Domerpig against master on the void-packages repository
https://github.com/Domerpig/void-packages gitu
https://github.com/void-linux/void-packages/pull/55211
New package: gitu-0.30.3
<!-- 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**
<!-- 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64
- armv6l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/55211.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitu-55211.patch --]
[-- Type: text/x-diff, Size: 1091 bytes --]
From dc1b3d597703c05153dee30dac3bde0112ca5bff Mon Sep 17 00:00:00 2001
From: Dominik <dominik.moos@proton.me>
Date: Tue, 29 Apr 2025 18:45:57 +0200
Subject: [PATCH] New package: gitu-0.30.3
---
srcpkgs/gitu/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/gitu/template
diff --git a/srcpkgs/gitu/template b/srcpkgs/gitu/template
new file mode 100644
index 00000000000000..70b74fde07725d
--- /dev/null
+++ b/srcpkgs/gitu/template
@@ -0,0 +1,19 @@
+# Template file for 'gitu'
+pkgname=gitu
+version=0.30.3
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libgit2-1.9-devel"
+depends="git"
+short_desc="TUI Git client inspired by Magit"
+maintainer="Domerpig <domerpig@proton.me>"
+license="MIT"
+homepage="https://github.com/altsem/gitu"
+changelog="https://raw.githubusercontent.com/altsem/gitu/master/CHANGELOG.md"
+distfiles="https://github.com/altsem/gitu/archive/refs/tags/v${version}.tar.gz"
+checksum="946d734843c9e69bac29aeba65c4a900b106606beb6c4bbbd31c65971cb214de"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: New package: gitu-0.30.3
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
` (4 preceding siblings ...)
2025-04-30 16:37 ` [PR PATCH] [Updated] " Domerpig
@ 2025-04-30 17:16 ` xavierfortier1
2025-04-30 17:28 ` [PR PATCH] [Updated] " Domerpig
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: xavierfortier1 @ 2025-04-30 17:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 382 bytes --]
New comment by xavierfortier1 on void-packages repository
https://github.com/void-linux/void-packages/pull/55211#issuecomment-2842714374
Comment:
> Thanks for checking it! I corrected all 3 issues.
Great! However, you must have only one commit per new package (or update), so you should rebase your merge into your first commit or you can drop the merge if it isn't necessary.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: gitu-0.30.3
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
` (5 preceding siblings ...)
2025-04-30 17:16 ` xavierfortier1
@ 2025-04-30 17:28 ` Domerpig
2025-05-02 20:03 ` Domerpig
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Domerpig @ 2025-04-30 17:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
There is an updated pull request by Domerpig against master on the void-packages repository
https://github.com/Domerpig/void-packages gitu
https://github.com/void-linux/void-packages/pull/55211
New package: gitu-0.30.3
<!-- 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**
<!-- 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64
- armv6l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/55211.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitu-55211.patch --]
[-- Type: text/x-diff, Size: 1091 bytes --]
From dc1b3d597703c05153dee30dac3bde0112ca5bff Mon Sep 17 00:00:00 2001
From: Dominik <dominik.moos@proton.me>
Date: Tue, 29 Apr 2025 18:45:57 +0200
Subject: [PATCH] New package: gitu-0.30.3
---
srcpkgs/gitu/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/gitu/template
diff --git a/srcpkgs/gitu/template b/srcpkgs/gitu/template
new file mode 100644
index 00000000000000..70b74fde07725d
--- /dev/null
+++ b/srcpkgs/gitu/template
@@ -0,0 +1,19 @@
+# Template file for 'gitu'
+pkgname=gitu
+version=0.30.3
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libgit2-1.9-devel"
+depends="git"
+short_desc="TUI Git client inspired by Magit"
+maintainer="Domerpig <domerpig@proton.me>"
+license="MIT"
+homepage="https://github.com/altsem/gitu"
+changelog="https://raw.githubusercontent.com/altsem/gitu/master/CHANGELOG.md"
+distfiles="https://github.com/altsem/gitu/archive/refs/tags/v${version}.tar.gz"
+checksum="946d734843c9e69bac29aeba65c4a900b106606beb6c4bbbd31c65971cb214de"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] New package: gitu-0.30.3
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
` (6 preceding siblings ...)
2025-04-30 17:28 ` [PR PATCH] [Updated] " Domerpig
@ 2025-05-02 20:03 ` Domerpig
2025-05-02 20:05 ` Domerpig
2025-05-18 16:23 ` [PR PATCH] [Closed]: " Domerpig
9 siblings, 0 replies; 11+ messages in thread
From: Domerpig @ 2025-05-02 20:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
There is an updated pull request by Domerpig against master on the void-packages repository
https://github.com/Domerpig/void-packages gitu
https://github.com/void-linux/void-packages/pull/55211
New package: gitu-0.30.3
<!-- 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**
<!-- 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64
- armv6l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/55211.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitu-55211.patch --]
[-- Type: text/x-diff, Size: 1112 bytes --]
From fccfb13964a103179261ebd8b74d2e2df6676fb7 Mon Sep 17 00:00:00 2001
From: Dominik <dominik.moos@proton.me>
Date: Tue, 29 Apr 2025 18:45:57 +0200
Subject: [PATCH] New package: gitu-0.30.3
---
srcpkgs/gitu/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/gitu/template
diff --git a/srcpkgs/gitu/template b/srcpkgs/gitu/template
new file mode 100644
index 00000000000000..dcee064f3e0e14
--- /dev/null
+++ b/srcpkgs/gitu/template
@@ -0,0 +1,20 @@
+# Template file for 'gitu'
+pkgname=gitu
+version=0.30.3
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libgit2-1.9-devel"
+depends="git"
+checkdepends="git"
+short_desc="TUI Git client inspired by Magit"
+maintainer="Domerpig <domerpig@proton.me>"
+license="MIT"
+homepage="https://github.com/altsem/gitu"
+changelog="https://raw.githubusercontent.com/altsem/gitu/master/CHANGELOG.md"
+distfiles="https://github.com/altsem/gitu/archive/refs/tags/v${version}.tar.gz"
+checksum="946d734843c9e69bac29aeba65c4a900b106606beb6c4bbbd31c65971cb214de"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: New package: gitu-0.30.3
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
` (7 preceding siblings ...)
2025-05-02 20:03 ` Domerpig
@ 2025-05-02 20:05 ` Domerpig
2025-05-18 16:23 ` [PR PATCH] [Closed]: " Domerpig
9 siblings, 0 replies; 11+ messages in thread
From: Domerpig @ 2025-05-02 20:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New comment by Domerpig on void-packages repository
https://github.com/void-linux/void-packages/pull/55211#issuecomment-2848017175
Comment:
Added git in "checkdepends" to fix the failed tests.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Closed]: New package: gitu-0.30.3
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
` (8 preceding siblings ...)
2025-05-02 20:05 ` Domerpig
@ 2025-05-18 16:23 ` Domerpig
9 siblings, 0 replies; 11+ messages in thread
From: Domerpig @ 2025-05-18 16:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]
There's a closed pull request on the void-packages repository
New package: gitu-0.30.3
https://github.com/void-linux/void-packages/pull/55211
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**
<!-- 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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- x86_64
- armv6l
- armv6l-musl
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-05-18 16:23 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-29 16:52 [PR PATCH] New package: gitu-0.30.2 Domerpig
2025-04-29 20:51 ` xavierfortier1
2025-04-29 20:51 ` xavierfortier1
2025-04-30 16:35 ` [PR PATCH] [Updated] " Domerpig
2025-04-30 16:36 ` New package: gitu-0.30.3 Domerpig
2025-04-30 16:37 ` [PR PATCH] [Updated] " Domerpig
2025-04-30 17:16 ` xavierfortier1
2025-04-30 17:28 ` [PR PATCH] [Updated] " Domerpig
2025-05-02 20:03 ` Domerpig
2025-05-02 20:05 ` Domerpig
2025-05-18 16:23 ` [PR PATCH] [Closed]: " Domerpig
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).