gpgme: libgpgme depends on gnupg
This commit is contained in:
parent
a3876cd45c
commit
8657c3cfd5
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'gpgme'
|
||||
pkgname=gpgme
|
||||
version=1.18.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-fd-passing
|
||||
--with-libgpg-error-prefix=$XBPS_CROSS_BASE/usr
|
||||
--with-libassuan-prefix=$XBPS_CROSS_BASE/usr"
|
||||
hostmakedepends="gnupg pkg-config qt5-host-tools qt5-qmake"
|
||||
makedepends="libassuan-devel qt5-tools-devel"
|
||||
depends="gnupg>=2"
|
||||
short_desc="GnuPG Made Easy"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
|
@ -26,6 +25,8 @@ fi
|
|||
CXXFLAGS+=" -D_GLIBCXX_USE_C99_STDIO=1"
|
||||
|
||||
libgpgme_package() {
|
||||
# posix-util.c call gpgconf to get GnuPG binaries
|
||||
depends="gnupg>=2"
|
||||
short_desc+=" - library"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
|
|
Loading…
Reference in New Issue