* [PR PATCH] New package: bibiman-0.9.2
@ 2025-01-02 11:19 lukeflo
2025-01-03 7:58 ` [PR PATCH] [Updated] " lukeflo
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: lukeflo @ 2025-01-02 11:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 740 bytes --]
There is a new pull request by lukeflo against master on the void-packages repository
https://github.com/lukeflo/void-packages bibiman
https://github.com/void-linux/void-packages/pull/53803
New package: bibiman-0.9.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**
#### Local build testing
- I built this PR locally for my native architecture, (glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53803.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bibiman-53803.patch --]
[-- Type: text/x-diff, Size: 935 bytes --]
From 5c8d3879258c1a929e7323876f5fd07f32928380 Mon Sep 17 00:00:00 2001
From: lukeflo <lukeflo_git@posteo.de>
Date: Thu, 2 Jan 2025 12:14:11 +0100
Subject: [PATCH] New package: bibiman-0.9.2
---
srcpkgs/bibiman/template | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 srcpkgs/bibiman/template
diff --git a/srcpkgs/bibiman/template b/srcpkgs/bibiman/template
new file mode 100644
index 00000000000000..35fd3792aadfa9
--- /dev/null
+++ b/srcpkgs/bibiman/template
@@ -0,0 +1,11 @@
+# Template file for 'bibiman'
+pkgname=bibiman
+version=0.9.2
+revision=1
+build_style=cargo
+short_desc="TUI for managing and working with BibLaTeX files"
+maintainer="lukeflo <lukeflo_git@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://codeberg.org/lukeflo/bibiman"
+distfiles="https://codeberg.org/lukeflo/bibiman/archive/v${version}.tar.gz"
+checksum=b1da7f19c1a66b13480a6c725e623b5f04fb28c99e3d5294172752e8ca4ddaa7
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: bibiman-0.9.2
2025-01-02 11:19 [PR PATCH] New package: bibiman-0.9.2 lukeflo
@ 2025-01-03 7:58 ` lukeflo
2025-01-03 7:59 ` lukeflo
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: lukeflo @ 2025-01-03 7:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 954 bytes --]
There is an updated pull request by lukeflo against master on the void-packages repository
https://github.com/lukeflo/void-packages bibiman
https://github.com/void-linux/void-packages/pull/53803
New package: bibiman-0.9.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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
*PS*: original PR was #52954, but I messed it up due to unreckognized rebase and following force-push on wrong branch. Thus, I had to reopen it again. Wont happen again. Sorry for the inconvenience!
A patch file from https://github.com/void-linux/void-packages/pull/53803.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bibiman-53803.patch --]
[-- Type: text/x-diff, Size: 935 bytes --]
From 00e91ef73bed57ebf0629d3f7fb980181e28efec Mon Sep 17 00:00:00 2001
From: lukeflo <lukeflo_git@posteo.de>
Date: Thu, 2 Jan 2025 12:14:11 +0100
Subject: [PATCH] New package: bibiman-0.9.3
---
srcpkgs/bibiman/template | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 srcpkgs/bibiman/template
diff --git a/srcpkgs/bibiman/template b/srcpkgs/bibiman/template
new file mode 100644
index 00000000000000..e9f9797d7552c3
--- /dev/null
+++ b/srcpkgs/bibiman/template
@@ -0,0 +1,11 @@
+# Template file for 'bibiman'
+pkgname=bibiman
+version=0.9.3
+revision=1
+build_style=cargo
+short_desc="TUI for managing and working with BibLaTeX files"
+maintainer="lukeflo <lukeflo_git@posteo.de>"
+license="GPL-3.0-or-later"
+homepage="https://codeberg.org/lukeflo/bibiman"
+distfiles="https://codeberg.org/lukeflo/bibiman/archive/v${version}.tar.gz"
+checksum=650ef594b3fe0578b6fd34c6482a0c898db74c845090b4ea8d6a84ac5128edb7
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: bibiman-0.9.2
2025-01-02 11:19 [PR PATCH] New package: bibiman-0.9.2 lukeflo
2025-01-03 7:58 ` [PR PATCH] [Updated] " lukeflo
@ 2025-01-03 7:59 ` lukeflo
2025-01-09 17:31 ` New package: bibiman-0.9.3 dkwo
2025-01-10 8:56 ` lukeflo
3 siblings, 0 replies; 5+ messages in thread
From: lukeflo @ 2025-01-03 7:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 206 bytes --]
New comment by lukeflo on void-packages repository
https://github.com/void-linux/void-packages/pull/53803#issuecomment-2568818180
Comment:
Fixed the bugs in the test module which let the last build fail!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: bibiman-0.9.3
2025-01-02 11:19 [PR PATCH] New package: bibiman-0.9.2 lukeflo
2025-01-03 7:58 ` [PR PATCH] [Updated] " lukeflo
2025-01-03 7:59 ` lukeflo
@ 2025-01-09 17:31 ` dkwo
2025-01-10 8:56 ` lukeflo
3 siblings, 0 replies; 5+ messages in thread
From: dkwo @ 2025-01-09 17:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
New comment by dkwo on void-packages repository
https://github.com/void-linux/void-packages/pull/53803#issuecomment-2580886429
Comment:
Thanks. I started using this, and it looks nice.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: bibiman-0.9.3
2025-01-02 11:19 [PR PATCH] New package: bibiman-0.9.2 lukeflo
` (2 preceding siblings ...)
2025-01-09 17:31 ` New package: bibiman-0.9.3 dkwo
@ 2025-01-10 8:56 ` lukeflo
3 siblings, 0 replies; 5+ messages in thread
From: lukeflo @ 2025-01-10 8:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 284 bytes --]
New comment by lukeflo on void-packages repository
https://github.com/void-linux/void-packages/pull/53803#issuecomment-2582096940
Comment:
> Thanks. I started using this, and it looks nice.
Great to hear 😄. I will keep that PR updated until it hopefully gets merged some day.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-10 8:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-02 11:19 [PR PATCH] New package: bibiman-0.9.2 lukeflo
2025-01-03 7:58 ` [PR PATCH] [Updated] " lukeflo
2025-01-03 7:59 ` lukeflo
2025-01-09 17:31 ` New package: bibiman-0.9.3 dkwo
2025-01-10 8:56 ` lukeflo
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).