mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
games-misc/an-anime-game-launcher-bin: update LICENSE
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
@@ -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"
|
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"
|
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"
|
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"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
PATCHES=( "${FILESDIR}/${PN}-launcher.patch" "${FILESDIR}/${PN}-desktop.patch" )
|
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"
|
./An_Anime_Game_Launcher.AppImage --appimage-extract || die "Extraction Failed"
|
||||||
chrpath -d "squashfs-root/public/discord-rpc/discord-rpc" || die "Patching Library Failed"
|
chrpath -d "squashfs-root/public/discord-rpc/discord-rpc" || die "Patching Library Failed"
|
||||||
default
|
default
|
||||||
|
mv "squashfs-root/public/icons/256x256.png" "${PN}.png" || die
|
||||||
mv "squashfs-root/AppRun" "${PN}" || die
|
mv "squashfs-root/AppRun" "${PN}" || die
|
||||||
mv "squashfs-root/an-anime-game-launcher.desktop" "${PN}.desktop" || 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"
|
doexe "squashfs-root/an-anime-game-launcher"
|
||||||
doins -r "squashfs-root/public"
|
doins -r "squashfs-root/public"
|
||||||
insinto "/usr/share/pixmaps"
|
insinto "/usr/share/pixmaps"
|
||||||
doins "${FILESDIR}/${PN}.png"
|
doins "${PN}.png"
|
||||||
exeinto "/usr/bin"
|
exeinto "/usr/bin"
|
||||||
doexe "${PN}"
|
doexe "${PN}"
|
||||||
insinto "/usr/share/applications/"
|
insinto "/usr/share/applications/"
|
||||||
@@ -63,7 +64,7 @@ src_install(){
|
|||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
xdg_desktop_database_update
|
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() {
|
pkg_postrm() {
|
||||||
xdg_desktop_database_update
|
xdg_desktop_database_update
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB |
Reference in New Issue
Block a user