summaryrefslogtreecommitdiff
path: root/app-crypt/gpa/gpa-0.10.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gpa/gpa-0.10.0-r1.ebuild')
-rw-r--r--app-crypt/gpa/gpa-0.10.0-r1.ebuild17
1 files changed, 12 insertions, 5 deletions
diff --git a/app-crypt/gpa/gpa-0.10.0-r1.ebuild b/app-crypt/gpa/gpa-0.10.0-r1.ebuild
index 41a134a6faf0..8973ba9f49fe 100644
--- a/app-crypt/gpa/gpa-0.10.0-r1.ebuild
+++ b/app-crypt/gpa/gpa-0.10.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
inherit autotools xdg
DESCRIPTION="The GNU Privacy Assistant (GPA) is a graphical user interface for GnuPG"
-HOMEPAGE="http://gpa.wald.intevation.org"
+HOMEPAGE="https://gnupg.org/software/gpa/"
SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
# Backport of upstream changes to 0.10.0
SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-autoconf.patch.xz"
@@ -24,8 +24,10 @@ RDEPEND="
>=x11-libs/gtk+-2.10.0:2=
"
DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
- nls? ( sys-devel/gettext )"
+BDEPEND="
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )
+"
PATCHES=(
"${WORKDIR}"/${P}-autoconf.patch
@@ -33,7 +35,12 @@ PATCHES=(
src_prepare() {
default
- sed -i 's/Application;//' gpa.desktop
+
+ sed -i 's/Application;//' gpa.desktop || die
+
+ # bug #934802 (can drop on next release > 0.10.0)
+ rm m4/libassuan.m4 || die
+
eautoreconf
}