Gentoo Archives: gentoo-commits

From: "Pascal Jäger" <pascal.jaeger@×××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-misc/an-anime-game-launcher-bin/, ...
Date: Sun, 08 May 2022 19:27:15
Message-Id: 1652037932.94567f3046349f8e7fa8ac051e45da5f1a8807fb.pascal.jaeger@gentoo
1 commit: 94567f3046349f8e7fa8ac051e45da5f1a8807fb
2 Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
3 AuthorDate: Sun May 8 19:25:32 2022 +0000
4 Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
5 CommitDate: Sun May 8 19:25:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94567f30
7
8 games-misc/an-anime-game-launcher-bin: update LICENSE
9
10 Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
11
12 .../an-anime-game-launcher-bin-2.3.2.ebuild | 7 ++++---
13 .../files/an-anime-game-launcher-bin.png | Bin 77748 -> 0 bytes
14 2 files changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild b/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild
17 index f84e2e347..defd6f8b1 100644
18 --- a/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild
19 +++ b/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild
20 @@ -8,7 +8,7 @@ inherit xdg-utils optfeature
21 DESCRIPTION="Open Source An Anime Game launcher for Linux with automatic anti-cheat patching and telemetry disabling, binary package"
22 HOMEPAGE="https://gitlab.com/an-anime-team/an-anime-game-launcher"
23 SRC_URI="https://gitlab.com/an-anime-team/an-anime-game-launcher/uploads/003620e21b2d8d70385bac8f2a862846/An_Anime_Game_Launcher.AppImage"
24 -LICENSE="GPL-3"
25 +LICENSE="GPL-3 0BSD Apache-2.0 BSD-2-Clause BSD-3-Clause ISC MIT Unlicense"
26 SLOT="0"
27 KEYWORDS="~amd64"
28 PATCHES=( "${FILESDIR}/${PN}-launcher.patch" "${FILESDIR}/${PN}-desktop.patch" )
29 @@ -43,6 +43,7 @@ src_prepare(){
30 ./An_Anime_Game_Launcher.AppImage --appimage-extract || die "Extraction Failed"
31 chrpath -d "squashfs-root/public/discord-rpc/discord-rpc" || die "Patching Library Failed"
32 default
33 + mv "squashfs-root/public/icons/256x256.png" "${PN}.png" || die
34 mv "squashfs-root/AppRun" "${PN}" || die
35 mv "squashfs-root/an-anime-game-launcher.desktop" "${PN}.desktop" || die
36 }
37 @@ -54,7 +55,7 @@ src_install(){
38 doexe "squashfs-root/an-anime-game-launcher"
39 doins -r "squashfs-root/public"
40 insinto "/usr/share/pixmaps"
41 - doins "${FILESDIR}/${PN}.png"
42 + doins "${PN}.png"
43 exeinto "/usr/bin"
44 doexe "${PN}"
45 insinto "/usr/share/applications/"
46 @@ -63,7 +64,7 @@ src_install(){
47
48 pkg_postinst() {
49 xdg_desktop_database_update
50 - optfeature "Appindicator support" dev-libs/libayatana-appindicator dev-libs/libayatana-appindicator-bin
51 + optfeature "appindicator support" dev-libs/libayatana-appindicator dev-libs/libayatana-appindicator-bin
52 }
53 pkg_postrm() {
54 xdg_desktop_database_update
55
56 diff --git a/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin.png b/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin.png
57 deleted file mode 100644
58 index 89738cd27..000000000
59 Binary files a/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin.png and /dev/null differ