aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-20 23:32:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-20 23:32:28 +0200
commit0a381969a20d9d3b684825a3e589e24ca0e201a2 (patch)
tree3695c9c0b478b53a7334a518936d643b19ef066c /media-gfx
parentapp-text/goldendict: EAPI-7 bump (sync with Gentoo ebuild repo) (diff)
downloadqt-0a381969a20d9d3b684825a3e589e24ca0e201a2.tar.gz
qt-0a381969a20d9d3b684825a3e589e24ca0e201a2.tar.bz2
qt-0a381969a20d9d3b684825a3e589e24ca0e201a2.zip
media-gfx/phototonic: EAPI-7 bump, gnome-2-utils -> xdg-utils
Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/phototonic/phototonic-9999.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/media-gfx/phototonic/phototonic-9999.ebuild b/media-gfx/phototonic/phototonic-9999.ebuild
index 46087619..bb861a81 100644
--- a/media-gfx/phototonic/phototonic-9999.ebuild
+++ b/media-gfx/phototonic/phototonic-9999.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit gnome2-utils qmake-utils xdg-utils
+inherit qmake-utils xdg-utils
DESCRIPTION="Image viewer and organizer"
HOMEPAGE="https://github.com/oferkv/phototonic"
+
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/oferkv/phototonic.git"
@@ -20,9 +21,9 @@ SLOT="0"
IUSE="svg tiff"
RDEPEND="
- dev-qt/qtwidgets:5
- dev-qt/qtgui:5
dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
media-gfx/exiv2:=
svg? ( dev-qt/qtsvg:5 )
tiff? ( dev-qt/qtimageformats:5 )
@@ -38,11 +39,11 @@ src_install() {
}
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
}