commit: 1e804ecf2b0730e495affc67b82a62e2ad150aa6
Author: Francesco Riosa <vivo75 <AT> gmail <DOT> com>
AuthorDate: Wed Apr 24 23:20:36 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 12:24:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e804ecf
media-gfx/rawtherapee: bump to EAPI=7
Follow juippis suggestions to bump eapi.
Signed-off-by: Francesco Riosa <vivo75 <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-gfx/rawtherapee/rawtherapee-5.6.ebuild | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/media-gfx/rawtherapee/rawtherapee-5.6.ebuild
b/media-gfx/rawtherapee/rawtherapee-5.6.ebuild
index 328a0379142..48b8dca754d 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
}