Skip to content
Snippets Groups Projects
Commit 4a32933e authored by J0WI's avatar J0WI Committed by Leo
Browse files

community/pinentry-ui: modernize

parent e1df2fd8
No related branches found
No related tags found
1 merge request!13654main/pinentry: modernize
...@@ -2,18 +2,18 @@ ...@@ -2,18 +2,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pinentry-ui pkgname=pinentry-ui
pkgver=1.1.0 pkgver=1.1.0
pkgrel=1 pkgrel=2
pkgdesc="Graphical UI's for Pinentry" pkgdesc="Graphical UI's for Pinentry"
url="http://www.gnupg.org/aegypten2" url="https://www.gnupg.org/aegypten2/"
arch="all" arch="all"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
makedepends="libcap-dev gtk+-dev libgpg-error-dev libassuan-dev makedepends="libcap-dev gtk+-dev libgpg-error-dev libassuan-dev
gcr-dev libsecret-dev qt5-qtbase-dev" gcr-dev libsecret-dev qt5-qtbase-dev"
subpackages="pinentry-gtk pinentry-gnome pinentry-qt" subpackages="pinentry-gtk pinentry-gnome pinentry-qt"
source="ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-$pkgver.tar.bz2" source="https://gnupg.org/ftp/gcrypt/pinentry/pinentry-$pkgver.tar.bz2"
builddir="$srcdir/pinentry-$pkgver" builddir="$srcdir/pinentry-$pkgver"
build () { build() {
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment