From 94567f3046349f8e7fa8ac051e45da5f1a8807fb Mon Sep 17 00:00:00 2001 From: Pascal Jäger Date: Sun, 8 May 2022 21:25:32 +0200 Subject: games-misc/an-anime-game-launcher-bin: update LICENSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Jäger --- .../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(-) delete mode 100644 games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin.png (limited to 'games-misc') 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 -- cgit v1.2.3-65-gdbad