Skip to content

Commit

Permalink
media-gfx/phototonic: EAPI-7 bump, gnome-2-utils -> xdg-utils
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jun 25, 2019
1 parent 05d0bce commit 966293e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions media-gfx/phototonic/phototonic-2.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 )
Expand All @@ -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
}

0 comments on commit 966293e

Please sign in to comment.