From c5285280a0c2de51bc8185de296a44b97321ee80 Mon Sep 17 00:00:00 2001 From: Kenneth Dodrill Date: Fri, 13 May 2022 15:47:56 -0500 Subject: [PATCH] Squashed commit of the following: commit 1f598bb20a39af3ece5d3d216bd46902f04965ab Merge: 3705a20b9b fb9aef712b Author: Kenneth Dodrill Date: Fri May 13 15:32:09 2022 -0500 Merge branch 'master' into pinentry-bemenu commit 3705a20b9b7353fe9a21db54670780180644a47e Merge: be49011260 5ec2556004 Author: Kenneth Dodrill Date: Fri May 13 14:52:38 2022 -0500 Merge branch 'master' into pinentry-bemenu commit be49011260a6aec6a4978f6c8dba2bd7c83455b2 Author: Kenneth Dodrill 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 " +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"