From d934827bf44b7cfcf6711964418148fa60877668 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Nov 2020 22:39:15 +0000 Subject: gentoo resync : 25.11.2020 --- x11-misc/seetxt/seetxt-0.72-r1.ebuild | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'x11-misc/seetxt/seetxt-0.72-r1.ebuild') diff --git a/x11-misc/seetxt/seetxt-0.72-r1.ebuild b/x11-misc/seetxt/seetxt-0.72-r1.ebuild index a61c7e234474..db7394530239 100644 --- a/x11-misc/seetxt/seetxt-0.72-r1.ebuild +++ b/x11-misc/seetxt/seetxt-0.72-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit autotools eutils +inherit autotools DESCRIPTION="Clever, lightweight GUI text file and manual page viewer for X windows" HOMEPAGE="https://code.google.com/p/seetxt/ http://seetxt.sourceforge.net/" @@ -12,16 +12,19 @@ SRC_URI="https://seetxt.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="" +BDEPEND="virtual/pkgconfig" RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}/${PV}-0001-fix-linking.patch" + "${FILESDIR}/${PV}-0002-fix-shared-files-install.patch" + "${FILESDIR}/${PN}-0.72-fno-common.patch" +) src_prepare() { - epatch \ - "${FILESDIR}/${PV}-0001-fix-linking.patch" \ - "${FILESDIR}/${PV}-0002-fix-shared-files-install.patch" + default eautoreconf } -- cgit v1.2.3