aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Jäger <pascal.jaeger@leimstift.de>2022-05-08 21:25:32 +0200
committerPascal Jäger <pascal.jaeger@leimstift.de>2022-05-08 21:25:32 +0200
commit94567f3046349f8e7fa8ac051e45da5f1a8807fb (patch)
treec0a3b91febf85f9cad1a12eb4bd8f17f59dc1acd /games-misc
parentsys-boot/limine: add 3.4.4 (diff)
downloadguru-94567f3046349f8e7fa8ac051e45da5f1a8807fb.tar.gz
guru-94567f3046349f8e7fa8ac051e45da5f1a8807fb.tar.bz2
guru-94567f3046349f8e7fa8ac051e45da5f1a8807fb.zip
games-misc/an-anime-game-launcher-bin: update LICENSE
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild7
-rw-r--r--games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin.pngbin77748 -> 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
--- a/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin.png
+++ /dev/null
Binary files differ