Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pinentry-bemenu-0.9.0
@ 2022-02-05 18:27 kedodrill
  2022-02-05 18:39 ` kedodrill
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: kedodrill @ 2022-02-05 18:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kedodrill/void-packages pinentry-bemenu
https://github.com/void-linux/void-packages/pull/35421

New package: pinentry-bemenu-0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-musl
  - i686


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

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

From 2ae6d6c4a0e3c7ae145b591f6f135a1bb9aec547 Mon Sep 17 00:00:00 2001
From: Kenneth Dodrill <hello@kennydodrill.com>
Date: Sat, 5 Feb 2022 12:16:13 -0600
Subject: [PATCH] New package: pinentry-bemenu-0.9.0

---
 srcpkgs/pinentry-bemenu/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/pinentry-bemenu/template

diff --git a/srcpkgs/pinentry-bemenu/template b/srcpkgs/pinentry-bemenu/template
new file mode 100644
index 000000000000..3333c59e321e
--- /dev/null
+++ b/srcpkgs/pinentry-bemenu/template
@@ -0,0 +1,15 @@
+# Template file for 'pinentry-bemenu'
+pkgname=pinentry-bemenu
+version=0.9.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="libgpg-error-devel libassuan-devel bemenu-devel popt-devel"
+short_desc="Pinentry based on bemenu"
+maintainer="Kenneth Dodrill <hello@kennydodrill.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/t-8ch/pinentry-bemenu"
+distfiles="https://github.com/t-8ch/pinentry-bemenu/archive/v${version}.tar.gz"
+checksum=cc749057a460dfa658fea4c4d19af46d6243eca2d37eab2052b8033a3877d55e
+
+alternatives="pinentry:pinentry:/usr/bin/pinentry-bemenu"

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

* Re: New package: pinentry-bemenu-0.9.0
  2022-02-05 18:27 [PR PATCH] New package: pinentry-bemenu-0.9.0 kedodrill
@ 2022-02-05 18:39 ` kedodrill
  2022-02-05 18:42 ` kedodrill
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kedodrill @ 2022-02-05 18:39 UTC (permalink / raw)
  To: ml

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

New comment by kedodrill on void-packages repository

https://github.com/void-linux/void-packages/pull/35421#issuecomment-1030677495

Comment:
Having an issue with this one. I had to add `libbemenu.so.0 bemenu-0.6.4_1` in common/shlibs because of this error (`SONAME: libbemenu.so.0 <-> UNKNOWN PKG PLEASE FIX!`). Is that change something I'll need to commit?

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

* Re: New package: pinentry-bemenu-0.9.0
  2022-02-05 18:27 [PR PATCH] New package: pinentry-bemenu-0.9.0 kedodrill
  2022-02-05 18:39 ` kedodrill
@ 2022-02-05 18:42 ` kedodrill
  2022-02-05 18:43 ` [PR PATCH] [Updated] " kedodrill
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kedodrill @ 2022-02-05 18:42 UTC (permalink / raw)
  To: ml

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

New comment by kedodrill on void-packages repository

https://github.com/void-linux/void-packages/pull/35421#issuecomment-1030677495

Comment:
Having an issue with this one. I had to add `libbemenu.so.0 bemenu-0.6.4_1` in common/shlibs because of this error (`SONAME: libbemenu.so.0 <-> UNKNOWN PKG PLEASE FIX!`). Is that change something I'll need to commit?

EDIT: Guessing so, reading from the file: "Every shared library installed by a package must be listed here and mapped to a binary package."

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

* Re: [PR PATCH] [Updated] New package: pinentry-bemenu-0.9.0
  2022-02-05 18:27 [PR PATCH] New package: pinentry-bemenu-0.9.0 kedodrill
  2022-02-05 18:39 ` kedodrill
  2022-02-05 18:42 ` kedodrill
@ 2022-02-05 18:43 ` kedodrill
  2022-05-13 20:49 ` [PR PATCH] [Updated] New package: pinentry-bemenu-0.11.0 kedodrill
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kedodrill @ 2022-02-05 18:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kedodrill/void-packages pinentry-bemenu
https://github.com/void-linux/void-packages/pull/35421

New package: pinentry-bemenu-0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-musl
  - i686


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

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

From be49011260a6aec6a4978f6c8dba2bd7c83455b2 Mon Sep 17 00:00:00 2001
From: Kenneth Dodrill <hello@kennydodrill.com>
Date: Sat, 5 Feb 2022 12:16:13 -0600
Subject: [PATCH] New package: pinentry-bemenu-0.9.0

---
 common/shlibs                    |  1 +
 srcpkgs/pinentry-bemenu/template | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/pinentry-bemenu/template

diff --git a/common/shlibs b/common/shlibs
index 4c8ceab393f7..fdd5eee35c08 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1368,6 +1368,7 @@ libIrrlicht.so.1.8 irrlicht-1.8_1
 libsnappy.so.1 snappy-1.1.0_1
 libbenchmark.so.1 benchmark-1.5.5_1
 libbenchmark_main.so.1 benchmark-1.5.5_1
+libbemenu.so.0 bemenu-0.6.4_1
 libKF5Torrent.so.6 libktorrent-2.1_1
 libvncserver.so.1 libvncserver-0.9.13_2
 libvncclient.so.1 libvncserver-0.9.13_2
diff --git a/srcpkgs/pinentry-bemenu/template b/srcpkgs/pinentry-bemenu/template
new file mode 100644
index 000000000000..3333c59e321e
--- /dev/null
+++ b/srcpkgs/pinentry-bemenu/template
@@ -0,0 +1,15 @@
+# Template file for 'pinentry-bemenu'
+pkgname=pinentry-bemenu
+version=0.9.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="libgpg-error-devel libassuan-devel bemenu-devel popt-devel"
+short_desc="Pinentry based on bemenu"
+maintainer="Kenneth Dodrill <hello@kennydodrill.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/t-8ch/pinentry-bemenu"
+distfiles="https://github.com/t-8ch/pinentry-bemenu/archive/v${version}.tar.gz"
+checksum=cc749057a460dfa658fea4c4d19af46d6243eca2d37eab2052b8033a3877d55e
+
+alternatives="pinentry:pinentry:/usr/bin/pinentry-bemenu"

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

* Re: [PR PATCH] [Updated] New package: pinentry-bemenu-0.11.0
  2022-02-05 18:27 [PR PATCH] New package: pinentry-bemenu-0.9.0 kedodrill
                   ` (2 preceding siblings ...)
  2022-02-05 18:43 ` [PR PATCH] [Updated] " kedodrill
@ 2022-05-13 20:49 ` kedodrill
  2022-08-12  2:13 ` github-actions
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: kedodrill @ 2022-05-13 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kedodrill/void-packages pinentry-bemenu
https://github.com/void-linux/void-packages/pull/35421

New package: pinentry-bemenu-0.11.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-musl
  - i686


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

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

From c5285280a0c2de51bc8185de296a44b97321ee80 Mon Sep 17 00:00:00 2001
From: Kenneth Dodrill <hello@kennydodrill.com>
Date: Fri, 13 May 2022 15:47:56 -0500
Subject: [PATCH] Squashed commit of the following:

commit 1f598bb20a39af3ece5d3d216bd46902f04965ab
Merge: 3705a20b9b fb9aef712b
Author: Kenneth Dodrill <hello@kennydodrill.com>
Date:   Fri May 13 15:32:09 2022 -0500

    Merge branch 'master' into pinentry-bemenu

commit 3705a20b9b7353fe9a21db54670780180644a47e
Merge: be49011260 5ec2556004
Author: Kenneth Dodrill <hello@kennydodrill.com>
Date:   Fri May 13 14:52:38 2022 -0500

    Merge branch 'master' into pinentry-bemenu

commit be49011260a6aec6a4978f6c8dba2bd7c83455b2
Author: Kenneth Dodrill <hello@kennydodrill.com>
Date:   Sat Feb 5 12:16:13 2022 -0600

    New package: pinentry-bemenu-0.9.0
---
 common/shlibs                    |  1 +
 srcpkgs/pinentry-bemenu/template | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 srcpkgs/pinentry-bemenu/template

diff --git a/common/shlibs b/common/shlibs
index a95bc3054f14..1a95bc68a8e6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1371,6 +1371,7 @@ libIrrlicht.so.1.8 irrlicht-1.8_1
 libsnappy.so.1 snappy-1.1.0_1
 libbenchmark.so.1 benchmark-1.5.5_1
 libbenchmark_main.so.1 benchmark-1.5.5_1
+libbemenu.so.0 bemenu-0.6.5_1
 libKF5Torrent.so.6 libktorrent-2.1_1
 libvncserver.so.1 libvncserver-0.9.13_2
 libvncclient.so.1 libvncserver-0.9.13_2
diff --git a/srcpkgs/pinentry-bemenu/template b/srcpkgs/pinentry-bemenu/template
new file mode 100644
index 000000000000..dc45b770975b
--- /dev/null
+++ b/srcpkgs/pinentry-bemenu/template
@@ -0,0 +1,15 @@
+# Template file for 'pinentry-bemenu'
+pkgname=pinentry-bemenu
+version=0.11.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="libgpg-error-devel libassuan-devel bemenu-devel popt-devel"
+short_desc="Pinentry based on bemenu"
+maintainer="Kenneth Dodrill <hello@kennydodrill.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/t-8ch/pinentry-bemenu"
+distfiles="https://github.com/t-8ch/pinentry-bemenu/archive/v${version}.tar.gz"
+checksum=dec7c6eae306e911f445a651dd48855344a521c00f627f5736eba324d7cb9183
+
+alternatives="pinentry:pinentry:/usr/bin/pinentry-bemenu"

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

* Re: New package: pinentry-bemenu-0.11.0
  2022-02-05 18:27 [PR PATCH] New package: pinentry-bemenu-0.9.0 kedodrill
                   ` (3 preceding siblings ...)
  2022-05-13 20:49 ` [PR PATCH] [Updated] New package: pinentry-bemenu-0.11.0 kedodrill
@ 2022-08-12  2:13 ` github-actions
  2022-08-26  2:16 ` [PR PATCH] [Closed]: " github-actions
  2022-10-12 18:30 ` kedodrill
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-08-12  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35421#issuecomment-1212663997

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: pinentry-bemenu-0.11.0
  2022-02-05 18:27 [PR PATCH] New package: pinentry-bemenu-0.9.0 kedodrill
                   ` (4 preceding siblings ...)
  2022-08-12  2:13 ` github-actions
@ 2022-08-26  2:16 ` github-actions
  2022-10-12 18:30 ` kedodrill
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-08-26  2:16 UTC (permalink / raw)
  To: ml

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

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

New package: pinentry-bemenu-0.11.0
https://github.com/void-linux/void-packages/pull/35421

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-musl
  - i686


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

* Re: New package: pinentry-bemenu-0.11.0
  2022-02-05 18:27 [PR PATCH] New package: pinentry-bemenu-0.9.0 kedodrill
                   ` (5 preceding siblings ...)
  2022-08-26  2:16 ` [PR PATCH] [Closed]: " github-actions
@ 2022-10-12 18:30 ` kedodrill
  6 siblings, 0 replies; 8+ messages in thread
From: kedodrill @ 2022-10-12 18:30 UTC (permalink / raw)
  To: ml

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

New comment by kedodrill on void-packages repository

https://github.com/void-linux/void-packages/pull/35421#issuecomment-1276573569

Comment:
@ericonr ah shoot, I forgot to bump this. Is there a way to reopen this or do I need to open a new PR?

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

end of thread, other threads:[~2022-10-12 18:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-05 18:27 [PR PATCH] New package: pinentry-bemenu-0.9.0 kedodrill
2022-02-05 18:39 ` kedodrill
2022-02-05 18:42 ` kedodrill
2022-02-05 18:43 ` [PR PATCH] [Updated] " kedodrill
2022-05-13 20:49 ` [PR PATCH] [Updated] New package: pinentry-bemenu-0.11.0 kedodrill
2022-08-12  2:13 ` github-actions
2022-08-26  2:16 ` [PR PATCH] [Closed]: " github-actions
2022-10-12 18:30 ` kedodrill

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