commit:     94567f3046349f8e7fa8ac051e45da5f1a8807fb
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun May  8 19:25:32 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun May  8 19:25:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=94567f30

games-misc/an-anime-game-launcher-bin: update LICENSE

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 .../an-anime-game-launcher-bin-2.3.2.ebuild             |   7 ++++---
 .../files/an-anime-game-launcher-bin.png                | Bin 77748 -> 0 bytes
 2 files changed, 4 insertions(+), 3 deletions(-)

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
index f84e2e347..defd6f8b1 100644
--- 
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
@@ -8,7 +8,7 @@ inherit xdg-utils optfeature
 DESCRIPTION="Open Source An Anime Game launcher for Linux with automatic 
anti-cheat patching and telemetry disabling, binary package"
 HOMEPAGE="https://gitlab.com/an-anime-team/an-anime-game-launcher";
 
SRC_URI="https://gitlab.com/an-anime-team/an-anime-game-launcher/uploads/003620e21b2d8d70385bac8f2a862846/An_Anime_Game_Launcher.AppImage";
-LICENSE="GPL-3"
+LICENSE="GPL-3 0BSD Apache-2.0 BSD-2-Clause BSD-3-Clause ISC MIT Unlicense"
 SLOT="0"
 KEYWORDS="~amd64"
 PATCHES=( "${FILESDIR}/${PN}-launcher.patch" "${FILESDIR}/${PN}-desktop.patch" 
)
@@ -43,6 +43,7 @@ src_prepare(){
        ./An_Anime_Game_Launcher.AppImage --appimage-extract || die "Extraction 
Failed"
        chrpath -d "squashfs-root/public/discord-rpc/discord-rpc" || die 
"Patching Library Failed"
        default
+       mv "squashfs-root/public/icons/256x256.png" "${PN}.png" || die
        mv "squashfs-root/AppRun" "${PN}" || die
        mv "squashfs-root/an-anime-game-launcher.desktop" "${PN}.desktop" || die
 }
@@ -54,7 +55,7 @@ src_install(){
        doexe "squashfs-root/an-anime-game-launcher"
        doins -r "squashfs-root/public"
        insinto "/usr/share/pixmaps"
-       doins "${FILESDIR}/${PN}.png"
+       doins "${PN}.png"
        exeinto "/usr/bin"
        doexe "${PN}"
        insinto "/usr/share/applications/"
@@ -63,7 +64,7 @@ src_install(){
 
 pkg_postinst() {
        xdg_desktop_database_update
-       optfeature "Appindicator support" dev-libs/libayatana-appindicator 
dev-libs/libayatana-appindicator-bin
+       optfeature "appindicator support" dev-libs/libayatana-appindicator 
dev-libs/libayatana-appindicator-bin
 }
 pkg_postrm() {
        xdg_desktop_database_update

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
deleted file mode 100644
index 89738cd27..000000000
Binary files 
a/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin.png 
and /dev/null differ

Reply via email to