diff options
-rw-r--r-- | app-office/glabels/glabels-3.4.1-r1.ebuild (renamed from app-office/glabels/glabels-3.4.1.ebuild) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-office/glabels/glabels-3.4.1.ebuild b/app-office/glabels/glabels-3.4.1-r1.ebuild index 9babfa8dceca..cf1bc346deb7 100644 --- a/app-office/glabels/glabels-3.4.1.ebuild +++ b/app-office/glabels/glabels-3.4.1-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=8 + inherit gnome2 DESCRIPTION="Program for creating labels and business cards" @@ -21,16 +22,16 @@ RDEPEND=" >=x11-libs/pango-1.36.1 barcode? ( >=app-text/barcode-0.98 - >=media-gfx/qrencode-3.1 ) - eds? ( >=gnome-extra/evolution-data-server-3.12.0:= ) -" -DEPEND="${RDEPEND} + >=media-gfx/qrencode-3.1 + ) + eds? ( >=gnome-extra/evolution-data-server-3.12.0:= )" +DEPEND="${RDEPEND}" +BDEPEND=" app-text/docbook-xml-dtd:4.1.2 dev-util/itstool dev-build/gtk-doc-am >=dev-util/intltool-0.28 - virtual/pkgconfig -" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/glabels-externs.patch # Fix compilation with -fno-common/gcc10; patch from Fedora @@ -38,6 +39,5 @@ PATCHES=( src_configure() { gnome2_src_configure \ - $(use_with eds libebook) \ - --disable-static + $(use_with eds libebook) } |