summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/glabels/glabels-3.4.1.ebuild')
-rw-r--r--app-office/glabels/glabels-3.4.1.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/app-office/glabels/glabels-3.4.1.ebuild b/app-office/glabels/glabels-3.4.1.ebuild
index 450de3ef95d1..9babfa8dceca 100644
--- a/app-office/glabels/glabels-3.4.1.ebuild
+++ b/app-office/glabels/glabels-3.4.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-inherit eutils gnome2
+inherit gnome2
DESCRIPTION="Program for creating labels and business cards"
-HOMEPAGE="http://www.glabels.org/"
+HOMEPAGE="https://glabels.org/"
LICENSE="GPL-3+ LGPL-3+ CC-BY-SA-3.0 MIT"
SLOT="0"
@@ -27,11 +27,15 @@ RDEPEND="
DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
dev-util/itstool
- dev-util/gtk-doc-am
+ dev-build/gtk-doc-am
>=dev-util/intltool-0.28
virtual/pkgconfig
"
+PATCHES=(
+ "${FILESDIR}"/glabels-externs.patch # Fix compilation with -fno-common/gcc10; patch from Fedora
+)
+
src_configure() {
gnome2_src_configure \
$(use_with eds libebook) \