diff options
author | David Seifert <soap@gentoo.org> | 2024-06-08 14:01:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2024-06-08 14:01:26 +0200 |
commit | d98d762ae5da207ee36b87d7aa04700d786f76ff (patch) | |
tree | edc771b11df106bc79559bb25a60134355cd9b44 /app-office | |
parent | net-dns/idnkit: Stabilize 2.3-r1 arm, #933763 (diff) | |
download | gentoo-d98d762ae5da207ee36b87d7aa04700d786f76ff.tar.gz gentoo-d98d762ae5da207ee36b87d7aa04700d786f76ff.tar.bz2 gentoo-d98d762ae5da207ee36b87d7aa04700d786f76ff.zip |
app-office/dia: update EAPI 6 -> 8
Closes: https://bugs.gentoo.org/530478
Closes: https://bugs.gentoo.org/841860
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/dia/dia-0.97.3-r2.ebuild (renamed from app-office/dia/dia-0.97.3-r1.ebuild) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-office/dia/dia-0.97.3-r1.ebuild b/app-office/dia/dia-0.97.3-r2.ebuild index 840d9aaaca77..dc5d778a673a 100644 --- a/app-office/dia/dia-0.97.3-r1.ebuild +++ b/app-office/dia/dia-0.97.3-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 GNOME2_EAUTORECONF="yes" inherit gnome2 @@ -24,22 +24,21 @@ RDEPEND=" dev-libs/popt >=media-libs/freetype-2 >=media-libs/libart_lgpl-2 - media-libs/libpng:0 + media-libs/libpng:= sys-libs/zlib x11-libs/gtk+:2 x11-libs/pango cairo? ( x11-libs/cairo ) doc? ( app-text/docbook-xml-dtd:4.5 - app-text/docbook-xsl-stylesheets ) -" -DEPEND="${RDEPEND} + app-text/docbook-xsl-stylesheets + )" +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/intltool virtual/pkgconfig doc? ( dev-libs/libxslt )" -DOCS=( AUTHORS ChangeLog KNOWN_BUGS MAINTAINERS NEWS README RELEASE-PROCESS THANKS TODO ) - PATCHES=( "${FILESDIR}"/${PN}-0.97.0-gnome-doc.patch #159381 , upstream #470812 #558690 "${FILESDIR}"/${PN}-0.97.2-underlinking.patch #420685, upstream #678761 @@ -83,6 +82,7 @@ src_configure() { src_install() { gnome2_src_install + dodoc KNOWN_BUGS RELEASE-PROCESS # Install second desktop file for integrated mode (bug #415495, upstream #588208) sed -e 's|^Exec=dia|Exec=dia --integrated|' \ |