summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2019-12-10 22:27:09 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2019-12-10 22:34:55 +0100
commit3ad2321b8666e29fd4f6ff00cc1118dc7e23485a (patch)
tree1acd813c02a6febed655863aef93cc9cba98b6e7 /media-gfx/geeqie
parentmedia-gfx/geeqie: drop old (diff)
downloadgentoo-3ad2321b8666e29fd4f6ff00cc1118dc7e23485a.tar.gz
gentoo-3ad2321b8666e29fd4f6ff00cc1118dc7e23485a.tar.bz2
gentoo-3ad2321b8666e29fd4f6ff00cc1118dc7e23485a.zip
media-gfx/geeqie: use xdg eclass
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'media-gfx/geeqie')
-rw-r--r--media-gfx/geeqie/geeqie-1.5.1.ebuild8
-rw-r--r--media-gfx/geeqie/geeqie-9999.ebuild8
2 files changed, 4 insertions, 12 deletions
diff --git a/media-gfx/geeqie/geeqie-1.5.1.ebuild b/media-gfx/geeqie/geeqie-1.5.1.ebuild
index 2d57b0dbebfe..88c65fbe11e3 100644
--- a/media-gfx/geeqie/geeqie-1.5.1.ebuild
+++ b/media-gfx/geeqie/geeqie-1.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools xdg-utils
+inherit autotools xdg
DESCRIPTION="A lightweight GTK image viewer forked from GQview"
HOMEPAGE="http://www.geeqie.org"
@@ -83,13 +83,9 @@ src_install() {
}
pkg_postinst() {
- xdg_desktop_database_update
+ xdg_pkg_postinst
elog "Some plugins may require additional packages"
elog "- Image rotate plugin: media-gfx/fbida (JPEG), media-gfx/imagemagick (TIFF/PNG)"
elog "- RAW images plugin: media-gfx/ufraw"
}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
diff --git a/media-gfx/geeqie/geeqie-9999.ebuild b/media-gfx/geeqie/geeqie-9999.ebuild
index e7ca05a8bf03..3f25e162490a 100644
--- a/media-gfx/geeqie/geeqie-9999.ebuild
+++ b/media-gfx/geeqie/geeqie-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools git-r3 xdg-utils
+inherit autotools git-r3 xdg
DESCRIPTION="A lightweight GTK image viewer forked from GQview"
HOMEPAGE="http://www.geeqie.org"
@@ -84,13 +84,9 @@ src_install() {
}
pkg_postinst() {
- xdg_desktop_database_update
+ xdg_pkg_postinst
elog "Some plugins may require additional packages"
elog "- Image rotate plugin: media-gfx/fbida (JPEG), media-gfx/imagemagick (TIFF/PNG)"
elog "- RAW images plugin: media-gfx/ufraw"
}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}