summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2022-08-04 19:45:32 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2022-08-04 19:46:34 -0400
commit9bc51635b94fc500adec1ee0cc87bf202244d3ef (patch)
tree18d2c651319116b9e8bd84b94260ccf4840c7d1a /games-arcade
parentcan I get a menu item? (diff)
downloadsuperposition-9bc51635b94fc500adec1ee0cc87bf202244d3ef.tar.gz
superposition-9bc51635b94fc500adec1ee0cc87bf202244d3ef.tar.bz2
superposition-9bc51635b94fc500adec1ee0cc87bf202244d3ef.zip
use xdg_icon_cache_update
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/tokitori/Manifest2
-rw-r--r--games-arcade/tokitori/tokitori-20130705-r1.ebuild10
2 files changed, 4 insertions, 8 deletions
diff --git a/games-arcade/tokitori/Manifest b/games-arcade/tokitori/Manifest
index 1faa479..4659d2e 100644
--- a/games-arcade/tokitori/Manifest
+++ b/games-arcade/tokitori/Manifest
@@ -1,3 +1,3 @@
DIST TokiTori-Linux-2013-07-05.sh 82385263 BLAKE2B 25c4b98be8716ac00e24097a3a37345df6537ba859d051464503bf24857f3f6c0b8ccb5b7870a94380999bced5295bc1d7b3c9da037d470cd3d25f91b006376b SHA512 30634d628becf70c284b5c890291a259ab106d748949e3fdbf75b48311e4c9cbd148f87afe8ab573c010d088a5a4310eb233df36887c660fdcf5815ba26f8fd5
-EBUILD tokitori-20130705-r1.ebuild 1359 BLAKE2B 874213e496e0bc37e39b72d43d87c0c6427bb9693a65fbfa0a0f44fd80a1e1b3e23d6f8045a86a4d8f5b5ab01dca4c4ea96fed032db5965adb0846332ea12524 SHA512 eea2aca3505d75b6726fced03fbd5219ee2eaac085bb22ccd8586abd2eff12f5e85f5696720c79144c666e9f64035e5884506efd341668480f146f6b3f746e42
+EBUILD tokitori-20130705-r1.ebuild 1309 BLAKE2B feb07360d48333974d3d6f72c7849815f90f631a3b2626cd76e290dfa440ec593c514f319fdcbc902a5b3cb14fbfd07698d352e63eb8d902f6aea16654a6a5f5 SHA512 3b8e4d9971e20f92470ff11f752ccdf50767c4a157786422ec8966c9166ebde4eacd9c4576ea0bf8a0d380ec1832f18d2aa6c376d58a50ebd459ad2f23b0ef19
MISC metadata.xml 569 BLAKE2B cc6a790f9e8a0174f4565c0ba277394dbad0e66513b523db0e69092a3f0bb437ea8da1d3cb1a499e061ddf983fde695cc4335cb33f27e810a6fb4989cbbbaa3f SHA512 9d4814cfba0c0ecba4c4ff5335df85e1d6e5f29de918e34b6a9efa2190b3f9a428e20095b481076d487322be3735f8c2f706481ac4fd314627d275cd1aed8b0d
diff --git a/games-arcade/tokitori/tokitori-20130705-r1.ebuild b/games-arcade/tokitori/tokitori-20130705-r1.ebuild
index 1b2ef89..e553357 100644
--- a/games-arcade/tokitori/tokitori-20130705-r1.ebuild
+++ b/games-arcade/tokitori/tokitori-20130705-r1.ebuild
@@ -3,7 +3,7 @@
EAPI="6"
-inherit eutils gnome2-utils unpacker-nixstaller
+inherit eutils xdg-utils unpacker-nixstaller
MY_PN="${PN^^t}"
MY_P="${MY_PN}-Linux-${PV:0:4}-${PV:4:2}-${PV:6:2}"
@@ -74,15 +74,11 @@ src_install() {
dodoc
}
-pkg_preinst() {
- gnome2_icon_savelist
-}
pkg_postinst() {
- gnome2_icon_cache_update
-
+ xdg_icon_cache_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_icon_cache_update
}