Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/phototonic/
Date: Tue, 25 Jun 2019 14:52:40
Message-Id: 1561474334.966293e289c87d2db856c3d2e8298739f7627c06.asturm@gentoo
1 commit: 966293e289c87d2db856c3d2e8298739f7627c06
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 20 21:32:14 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 25 14:52:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966293e2
7
8 media-gfx/phototonic: EAPI-7 bump, gnome-2-utils -> xdg-utils
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.15
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/phototonic/phototonic-2.1.ebuild | 15 ++++++++-------
14 1 file changed, 8 insertions(+), 7 deletions(-)
15
16 diff --git a/media-gfx/phototonic/phototonic-2.1.ebuild b/media-gfx/phototonic/phototonic-2.1.ebuild
17 index 46087619b84..bb861a81715 100644
18 --- a/media-gfx/phototonic/phototonic-2.1.ebuild
19 +++ b/media-gfx/phototonic/phototonic-2.1.ebuild
20 @@ -1,12 +1,13 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -inherit gnome2-utils qmake-utils xdg-utils
29 +inherit qmake-utils xdg-utils
30
31 DESCRIPTION="Image viewer and organizer"
32 HOMEPAGE="https://github.com/oferkv/phototonic"
33 +
34 if [[ ${PV} = *9999* ]]; then
35 inherit git-r3
36 EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
37 @@ -20,9 +21,9 @@ SLOT="0"
38 IUSE="svg tiff"
39
40 RDEPEND="
41 - dev-qt/qtwidgets:5
42 - dev-qt/qtgui:5
43 dev-qt/qtcore:5
44 + dev-qt/qtgui:5
45 + dev-qt/qtwidgets:5
46 media-gfx/exiv2:=
47 svg? ( dev-qt/qtsvg:5 )
48 tiff? ( dev-qt/qtimageformats:5 )
49 @@ -38,11 +39,11 @@ src_install() {
50 }
51
52 pkg_postinst() {
53 - gnome2_icon_cache_update
54 + xdg_icon_cache_update
55 xdg_desktop_database_update
56 }
57
58 pkg_postrm() {
59 - gnome2_icon_cache_update
60 + xdg_icon_cache_update
61 xdg_desktop_database_update
62 }