summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-11-11 20:48:48 +0000
committerJames Le Cuirot <chewi@gentoo.org>2020-11-11 20:50:03 +0000
commit6fe933dd635736bb604fdcfe16e77c04142e9b33 (patch)
treec85a4e9ac54f7bb37b3f6ab0ba9027dad22e8040 /games-action/trine-enchanted-edition
parentsys-apps/fwupd: add USE=flashrom (diff)
downloadgentoo-6fe933dd635736bb604fdcfe16e77c04142e9b33.tar.gz
gentoo-6fe933dd635736bb604fdcfe16e77c04142e9b33.tar.bz2
gentoo-6fe933dd635736bb604fdcfe16e77c04142e9b33.zip
games-action/trine-enchanted-edition: Drop gdk-pixbuf[X] dep, EAPI 7
The dependency on gdk-pixbuf-xlib was bogus. Closes: https://bugs.gentoo.org/753926 Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-action/trine-enchanted-edition')
-rw-r--r--games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild (renamed from games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r2.ebuild)11
1 files changed, 4 insertions, 7 deletions
diff --git a/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r2.ebuild b/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild
index 661020e5bccc..f33d1cb8946f 100644
--- a/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r2.ebuild
+++ b/games-action/trine-enchanted-edition/trine-enchanted-edition-2.12.508-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit desktop eutils gnome2-utils
+inherit desktop wrapper xdg
MY_P="${PV//./_}"
MY_P="${PN//-/_}_v${MY_P%_*}_build_${MY_P##*_}"
@@ -42,7 +42,7 @@ RDEPEND="
launcher? (
dev-libs/glib:2[abi_x86_32]
media-libs/libpng-compat:1.2[abi_x86_32]
- x11-libs/gdk-pixbuf:2[abi_x86_32,X]
+ x11-libs/gdk-pixbuf:2[abi_x86_32]
x11-libs/gtk+:2[abi_x86_32]
x11-libs/libX11[abi_x86_32]
x11-libs/pango[abi_x86_32,X]
@@ -82,6 +82,3 @@ src_install() {
newicon -s 64 trine1.png ${PN}.png
dodoc readme_changelog.txt
}
-
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }