* [gentoo-commits] repo/proj/guru:master commit in: games-misc/an-anime-game-launcher-bin/, ...
@ 2022-05-09 18:44 Andrew Ammerlaan
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-05-09 18:44 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-misc/an-anime-game-launcher-bin/, ...
@ 2022-05-10 23:37 Ronny Gutbrod
0 siblings, 0 replies; 2+ messages in thread
From: Ronny Gutbrod @ 2022-05-10 23:37 UTC (permalink / raw
To: gentoo-commits
commit: c59009e3f143011ffdea17c6f1255e03cb5fed9f
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Tue May 10 19:37:11 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue May 10 19:37:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c59009e3
games-misc/an-anime-game-launcher-bin: treeclean
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
games-misc/an-anime-game-launcher-bin/Manifest | 1 -
.../an-anime-game-launcher-bin-2.3.2.ebuild | 76 ----------------------
.../files/an-anime-game-launcher-bin-desktop.patch | 17 -----
.../an-anime-game-launcher-bin-launcher.patch | 26 --------
4 files changed, 120 deletions(-)
diff --git a/games-misc/an-anime-game-launcher-bin/Manifest b/games-misc/an-anime-game-launcher-bin/Manifest
deleted file mode 100644
index abb3191af..000000000
--- a/games-misc/an-anime-game-launcher-bin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST An_Anime_Game_Launcher.AppImage 4383936 BLAKE2B 978be58595b90be13407275527651a2e9154978337e3b618796247fc402643165222b2e5a0d937ab231c15a943ae6e36469a176ca4d6a43dd4995bb98a2b3fb2 SHA512 63be6095af44f760da982a087a8105cba9f792ffc1af3e363e689ec27038507f92e4bc56a7ec2be92b446dbc3cc8164ceb6183e0b104bee555c7570143532304
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
deleted file mode 100644
index c079f23d0..000000000
--- a/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# copyright 1999-2022 gentoo authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature xdg-utils
-
-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 0BSD Apache-2.0 BSD-2 BSD ISC MIT Unlicense all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RDEPEND="
- app-arch/cabextract
- app-arch/tar
- app-arch/unzip
- || (
- app-emulation/dxvk-bin
- app-emulation/winetricks
- )
- dev-libs/libdbusmenu
- dev-util/xdelta[lzma]
- dev-vcs/git
- net-libs/webkit-gtk
- net-misc/curl
- sys-auth/polkit
- virtual/wine
- x11-libs/libnotify
-"
-BDEPEND="app-admin/chrpath"
-
-PATCHES=(
- "${FILESDIR}/${PN}-launcher.patch"
- "${FILESDIR}/${PN}-desktop.patch"
-)
-RESTRICT="bindist mirror"
-
-src_unpack() {
- mkdir "${WORKDIR}/${P}" || die
- cp "${DISTDIR}/An_Anime_Game_Launcher.AppImage" "${WORKDIR}/${P}" || die
-}
-
-src_prepare(){
- chmod +x An_Anime_Game_Launcher.AppImage || die
- ./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
-}
-
-src_install(){
- insinto "/usr/lib/${PN}"
- doins "squashfs-root/resources.neu"
- exeinto "/usr/lib/${PN}"
- doexe "squashfs-root/an-anime-game-launcher"
- doins -r "squashfs-root/public"
- insinto "/usr/share/pixmaps"
- doins "${PN}.png"
- exeinto "/usr/bin"
- doexe "${PN}"
- insinto "/usr/share/applications/"
- doins "${PN}.desktop"
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- optfeature "appindicator support" dev-libs/libayatana-appindicator
-}
-pkg_postrm() {
- xdg_desktop_database_update
-}
diff --git a/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin-desktop.patch b/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin-desktop.patch
deleted file mode 100644
index 229a2acd3..000000000
--- a/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin-desktop.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/squashfs-root/an-anime-game-launcher.desktop
-+++ b/squashfs-root/an-anime-game-launcher.desktop
-
-3,6c3,4
-< Icon=64x64
-< Exec=AppRun
-< Type=Application
-< Categories=Game;
----
-> Comment=An Launcher for a specific anime game with auto-patching, discord rpc and time tracking
-> Exec=an-anime-game-launcher-bin
-8c6,8
-< X-AppImage-Version=2.3.2
----
-> Type=Application
-> Icon=an-anime-game-launcher-bin
-> Categories=Game
diff --git a/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin-launcher.patch b/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin-launcher.patch
deleted file mode 100644
index 046d2f0b1..000000000
--- a/games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin-launcher.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/squashfs-root/AppRun
-+++ b/squashfs-root/AppRun
-
-4,10c4
-< if [ -z "$APPDIR" ] ; then
-< path="$(dirname "$(readlink -f "${THIS}")")"
-< while [[ "$path" != "" && ! -e "$path/$1" ]]; do
-< path=${path%/*}
-< done
-< APPDIR="$path"
-< fi
----
-> APPDIR="/usr/lib/an-anime-game-launcher-bin"
-14c8
-< export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}"
----
-> export LD_LIBRARY_PATH="/usr/lib:${LD_LIBRARY_PATH}"
-18c12
-< cd "$APPDIR"
----
-> cd "${APPDIR}"
-20c14
-< exec "$APPDIR/an-anime-game-launcher" $@
-\ No newline at end of file
----
-> exec "${APPDIR}/an-anime-game-launcher" $@
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-10 23:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-10 23:37 [gentoo-commits] repo/proj/guru:master commit in: games-misc/an-anime-game-launcher-bin/, Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2022-05-09 18:44 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox