seahorse-sharing: fix gnupg2 version check
This commit is contained in:
parent
b90544dbf0
commit
6eb19c796e
11
srcpkgs/seahorse-sharing/patches/fix-gnupg-version.patch
Normal file
11
srcpkgs/seahorse-sharing/patches/fix-gnupg-version.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- configure.ac 2013-03-25 12:02:04.000000000 +0100
|
||||||
|
+++ configure.ac 2016-08-31 01:03:33.238915208 +0200
|
||||||
|
@@ -43,7 +43,7 @@
|
||||||
|
DO_CHECK=$enableval, DO_CHECK=yes)
|
||||||
|
|
||||||
|
if test "$DO_CHECK" = "yes"; then
|
||||||
|
- accepted_versions="1.2 1.4 2.0"
|
||||||
|
+ accepted_versions="1.2 1.4 2.0 2.1"
|
||||||
|
AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
|
||||||
|
ok="no"
|
||||||
|
if test "$GNUPG" != "no"; then
|
@ -1,10 +1,10 @@
|
|||||||
# Template file for 'seahorse-sharing'
|
# Template file for 'seahorse-sharing'
|
||||||
pkgname=seahorse-sharing
|
pkgname=seahorse-sharing
|
||||||
version=3.8.0
|
version=3.8.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils gpgme-devel"
|
hostmakedepends="automake libtool pkg-config intltool gnome-doc-utils gettext-devel gpgme-devel"
|
||||||
makedepends="libsoup-devel gpgme-devel gtk+3-devel avahi-glib-libs-devel libSM-devel"
|
makedepends="libsoup-devel glib-devel gpgme-devel gtk+3-devel avahi-glib-libs-devel libSM-devel"
|
||||||
depends="gnupg"
|
depends="gnupg"
|
||||||
short_desc="Sharing of PGP public keys via DNS-SD and HKP"
|
short_desc="Sharing of PGP public keys via DNS-SD and HKP"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
@ -12,3 +12,7 @@ homepage="http://www.gnome.org/projects/seahorse/"
|
|||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=e216e7d5709e688e142b4e96710759f5be54c39ac6c2d58f2eec330e4dfef92b
|
checksum=e216e7d5709e688e142b4e96710759f5be54c39ac6c2d58f2eec330e4dfef92b
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user