summaryrefslogtreecommitdiff
path: root/games-action/trine2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /games-action/trine2
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'games-action/trine2')
-rw-r--r--games-action/trine2/Manifest2
-rw-r--r--games-action/trine2/trine2-2.01.425-r2.ebuild (renamed from games-action/trine2/trine2-2.01.425-r1.ebuild)12
2 files changed, 5 insertions, 9 deletions
diff --git a/games-action/trine2/Manifest b/games-action/trine2/Manifest
index e4776fc0d941..3b675d1cff0c 100644
--- a/games-action/trine2/Manifest
+++ b/games-action/trine2/Manifest
@@ -1,3 +1,3 @@
DIST trine2_complete_story_v2_01_build_425_humble_linux_full.zip 3243286878 BLAKE2B a9032d6043ac9623a254c1ebe69c30e5f173de91e3cc0552c4ff60275c11601c7708c37d2d7b9eb789290e24569967fc82b56f143110306642b28d5e21cb62ee SHA512 e59aaa6da7d4cae96d361f7f80d857e4102b23fe9584b88af9163407d4f1a34b9e0e79a9337c133e9d60e31ac8ead3a7f9b02b47f9797df05f998666c9219c15
-EBUILD trine2-2.01.425-r1.ebuild 2624 BLAKE2B 7ec564fa5c6c154ef2a79f9b9067ef44eef1a617b9604e34f45f196b9f247108ce37d362197c438cf83fed235106e2f0f9fd27868e1914344544666a8b5da18b SHA512 43027d2919ce4f2e5c81022483f7af532a9d4f67084664b61588800c224eb6f9698f6f36ea7135af8c4af3223ffe4f56bdf45370ab82591bb130186f8c55605c
+EBUILD trine2-2.01.425-r2.ebuild 2485 BLAKE2B 06eb3e4e1bbcb8001e43aa110c7b7a93778b5a13a05df67a54ac3139ef7546000c1a6f72492a8e381b77260da45b73c7caf2f4bc9d8373018d53a5afe83a9eac SHA512 ef76f2d148a10f5ec907eba908f3b21ea8d5eb0a3062bdb06e2e83fb6091f0a17bbe1a6126b8a982a966b84fdb2bfef494950ddcf442294d77c2ee7cffe3233c
MISC metadata.xml 321 BLAKE2B 5aca052a154cd0d9a43b96774253a2999ad36aa01c956961ad0021fa7cc6cbc8b89b7f93c6318308f6310a877ac9cb2b70bf622f25b882cf0c13261a7fae9b9c SHA512 ab5d27c4f1f5760f902abe8829db8732a19206739001dd349ac170bc64e5edb9b10ec4d16ec3d8f52569a05bc90ac08af6724f11206fce2b3506d99555712747
diff --git a/games-action/trine2/trine2-2.01.425-r1.ebuild b/games-action/trine2/trine2-2.01.425-r2.ebuild
index fe7c14c21279..c293a1c40c5e 100644
--- a/games-action/trine2/trine2-2.01.425-r1.ebuild
+++ b/games-action/trine2/trine2-2.01.425-r2.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}_complete_story_v${MY_P%_*}_build_${MY_P##*_}"
@@ -41,7 +41,7 @@ RDEPEND="
media-libs/libpng-compat:1.2[abi_x86_32]
sys-apps/dbus[abi_x86_32]
sys-apps/util-linux[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]
@@ -93,7 +93,3 @@ src_install() {
doicon -s 64 ${PN}.png
dodoc readme_changelog.txt readme/{KNOWN_LINUX_ISSUES,README}
}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }