pinentry: enable pinentry-gnome, use SPDX identifier
This commit is contained in:
parent
e16ca26197
commit
9c90330f87
|
@ -0,0 +1 @@
|
||||||
|
pinentry
|
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'pinentry'
|
# Template file for 'pinentry'
|
||||||
pkgname=pinentry
|
pkgname=pinentry
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
||||||
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2
|
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2
|
||||||
--enable-pinentry-emacs --enable-pinentry-qt --enable-pinentry-tty"
|
--enable-pinentry-emacs --enable-pinentry-qt --enable-pinentry-tty
|
||||||
|
--enable-pinentry-gnome3"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel gtk+-devel libassuan-devel libgpg-error-devel qt5-devel"
|
makedepends="ncurses-devel gcr-devel gtk+-devel libassuan-devel libgpg-error-devel qt5-devel"
|
||||||
short_desc="PIN or passphrase entry dialogs for GnuPG"
|
short_desc="PIN or passphrase entry dialogs for GnuPG"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.gnupg.org/related_software/pinentry/index.html"
|
homepage="https://www.gnupg.org/related_software/pinentry/index.html"
|
||||||
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570
|
checksum=68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570
|
||||||
|
@ -58,3 +59,11 @@ pinentry-emacs_package() {
|
||||||
vmove usr/bin/pinentry-emacs
|
vmove usr/bin/pinentry-emacs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pinentry-gnome_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" for the GNOME desktop"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/bin/pinentry-gnome3
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue