diff options
author | Francesco Riosa <vivo75@gmail.com> | 2019-04-25 01:20:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-15 14:24:17 +0200 |
commit | 1e804ecf2b0730e495affc67b82a62e2ad150aa6 (patch) | |
tree | 8f82105f4323a3867763bd72a812fe443a150f40 /media-gfx/rawtherapee | |
parent | media-gfx/rawtherapee: version bump to 5.6 (diff) | |
download | gentoo-1e804ecf2b0730e495affc67b82a62e2ad150aa6.tar.gz gentoo-1e804ecf2b0730e495affc67b82a62e2ad150aa6.tar.bz2 gentoo-1e804ecf2b0730e495affc67b82a62e2ad150aa6.zip |
media-gfx/rawtherapee: bump to EAPI=7
Follow juippis suggestions to bump eapi.
Signed-off-by: Francesco Riosa <vivo75@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/rawtherapee')
-rw-r--r-- | media-gfx/rawtherapee/rawtherapee-5.6.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
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 } |