From 1e804ecf2b0730e495affc67b82a62e2ad150aa6 Mon Sep 17 00:00:00 2001 From: Francesco Riosa Date: Thu, 25 Apr 2019 01:20:36 +0200 Subject: media-gfx/rawtherapee: bump to EAPI=7 Follow juippis suggestions to bump eapi. Signed-off-by: Francesco Riosa Signed-off-by: Andreas Sturmlechner --- media-gfx/rawtherapee/rawtherapee-5.6.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'media-gfx/rawtherapee') diff --git a/media-gfx/rawtherapee/rawtherapee-5.6.ebuild b/media-gfx/rawtherapee/rawtherapee-5.6.ebuild index 328a0379142d..48b8dca754d1 100644 --- a/media-gfx/rawtherapee/rawtherapee-5.6.ebuild +++ b/media-gfx/rawtherapee/rawtherapee-5.6.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 - -inherit cmake-utils flag-o-matic gnome2-utils toolchain-funcs xdg-utils +EAPI=7 MY_P=${P/_rc/-rc} +inherit cmake-utils flag-o-matic toolchain-funcs xdg-utils + DESCRIPTION="A powerful cross-platform raw image processing program" HOMEPAGE="https://www.rawtherapee.com/" SRC_URI="https://rawtherapee.com/shared/source/${MY_P}.tar.xz" @@ -30,10 +30,9 @@ RDEPEND=" virtual/jpeg:0 x11-libs/gtk+:3" DEPEND="${RDEPEND} - app-arch/xz-utils dev-cpp/gtkmm:3.0 - gnome-base/librsvg - virtual/pkgconfig" + gnome-base/librsvg" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${MY_P}" @@ -63,11 +62,11 @@ src_configure() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } -- cgit v1.2.3-65-gdbad