diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-08-26 00:09:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-08-26 00:09:36 +0100 |
commit | b1c81de4fadbd00897700a7321f03b390d952b2e (patch) | |
tree | e6cc812351d4f105c110cfc363ebb497e996f47a /games-arcade/shovel-knight | |
parent | 7c59acba5699c9c58090a7a738669669a7307023 (diff) |
gentoo resync : 26.08.2021
Diffstat (limited to 'games-arcade/shovel-knight')
-rw-r--r-- | games-arcade/shovel-knight/Manifest | 2 | ||||
-rw-r--r-- | games-arcade/shovel-knight/shovel-knight-3.3.ebuild | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/games-arcade/shovel-knight/Manifest b/games-arcade/shovel-knight/Manifest index ab98a23d91e0..af20c8e81b53 100644 --- a/games-arcade/shovel-knight/Manifest +++ b/games-arcade/shovel-knight/Manifest @@ -1,3 +1,3 @@ DIST shovel_knight_treasure_trove_en_3_3_15418.sh 226753557 BLAKE2B 3103871333f5dec931b109ccc8a8820054f8bd934d01daf97bb5ad84e9dfaebd2c79d1943fb7049468f49c9db87c51dec0e08d38469e364bafb8bc50fbd9d40d SHA512 6832593440cc5059f0df37be991bb2e87c071c7ed566b2c6d0f6cc418190be92c4f793f2c694f620b9378914cde13abf9049eba8cdd90b9dfe961ae9a65dc42a -EBUILD shovel-knight-3.3.ebuild 1614 BLAKE2B 1c1c339842ce7da65c7d03c2b6802cb6a6de443bee5cedcd2f874c38866cf299f1da0e42445cc82ef4a2975a9a36d4eb6d709f25b2f5a5530e19d687373d6038 SHA512 d7b67fa256d6866219d8ea95272b253c2dcbff1cf33c6798a9762c259bc2124986f6c4d75eaf73466b656825a45002c88bc19a06b1eb1ae0f909867caffaf3b3 +EBUILD shovel-knight-3.3.ebuild 1524 BLAKE2B 59dc13484695351d998739df4943d3b73d60e5833277aba3c3063a91c564012929034d6cf8bcd65f0ed6bf34148317f9c09d77aaa934d0a4d6ab245346e41b04 SHA512 6b20b241cf0735567844bd1965333aa907589b1b9ecc33416ee97f332a4c3491098976086e1185fa1371ef71baf79138f6a20022c0339db9c790567d261b3197 MISC metadata.xml 253 BLAKE2B 443ca9c8d4f6801169382e87a0ecd1385c56e65229209e7200f9d313ef380e92ae8d7dc3c38e5989a4166289f22607a20b1e13bb960fff6b3d9f78629d8ab020 SHA512 61c4689cbc649d84a00be211b7b5b98dd03e1d3f813eff370df549f2998cd4343f391c18b57cf20e4a8f4dd2311e3bfa04eb60f356f2bbac78f0b68f5091f254 diff --git a/games-arcade/shovel-knight/shovel-knight-3.3.ebuild b/games-arcade/shovel-knight/shovel-knight-3.3.ebuild index 711593617539..c7f98580ae68 100644 --- a/games-arcade/shovel-knight/shovel-knight-3.3.ebuild +++ b/games-arcade/shovel-knight/shovel-knight-3.3.ebuild @@ -3,12 +3,13 @@ EAPI=7 -inherit desktop unpacker wrapper xdg-utils +inherit desktop unpacker wrapper xdg MY_PN="ShovelKnight" DESCRIPTION="Sweeping classic action adventure with an 8-bit retro aesthetic" HOMEPAGE="https://yachtclubgames.com/shovel-knight/" SRC_URI="${PN//-/_}_treasure_trove_en_3_3_15418.sh" +S="${WORKDIR}/data/noarch/game" LICENSE="Yacht-Club-Games-EULA" SLOT="0" @@ -24,8 +25,6 @@ RDEPEND=" virtual/opengl " -S="${WORKDIR}/data/noarch/game" - DIR="/opt/${PN}" QA_PREBUILT="${DIR#/}/*" @@ -62,6 +61,3 @@ src_install() { newicon -s 256 ../support/icon.png ${PN}.png make_desktop_entry ${MY_PN} "Shovel Knight" } - -pkg_postinst() { xdg_icon_cache_update; } -pkg_postrm() { xdg_icon_cache_update; } |