public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-misc/an-anime-game-launcher-bin/
Date: Sun,  1 May 2022 08:42:07 +0000 (UTC)	[thread overview]
Message-ID: <1651394008.ae8e1f0b4f5a468fe2bd5038db733176e6d34bcf.pascal.jaeger@gentoo> (raw)

commit:     ae8e1f0b4f5a468fe2bd5038db733176e6d34bcf
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Sun May  1 08:33:17 2022 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Sun May  1 08:33:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae8e1f0b

games-misc/an-anime-game-launcher-bin: new package, add 2.3.1

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.1.ebuild        | 71 ++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/games-misc/an-anime-game-launcher-bin/Manifest b/games-misc/an-anime-game-launcher-bin/Manifest
new file mode 100644
index 000000000..229274391
--- /dev/null
+++ b/games-misc/an-anime-game-launcher-bin/Manifest
@@ -0,0 +1 @@
+DIST aagl-ebuilds-2.3.1.tar.gz 4343632 BLAKE2B ba0f8733328469ad531dd8717f230e9e2f723cc12f185fe0f7035b2308e1f41dc92b9af0112a7787ddaf7ab01ae3c0fd12b2998ca09e1215aa11443a4254d08c SHA512 79672a1e0f0f0e0648db5910a33fc7b33d19c3666eb7eba81741f1d2849f0bdf9c76f0533f881a1ad0408b4b6a17eedf5a78c9c5da894c2c971b8d3a48d72928

diff --git a/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.1.ebuild b/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.1.ebuild
new file mode 100644
index 000000000..0b3c56344
--- /dev/null
+++ b/games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.1.ebuild
@@ -0,0 +1,71 @@
+
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Open Source An Anime Game launcher for Linux with automatic anti-cheat patching and telemetry disabling"
+HOMEPAGE="https://gitlab.com/an-anime-team/an-anime-game-launcher"
+SRC_URI="https://gitlab.com/an-anime-team/aagl-ebuilds/-/archive/${PV}/aagl-ebuilds-${PV}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+	|| ( dev-libs/libayatana-appindicator dev-libs/libayatana-appindicator-bin ) \
+	net-libs/webkit-gtk \
+	dev-util/xdelta \
+	app-arch/tar \
+	dev-vcs/git \
+	app-arch/unzip \
+	net-misc/curl \
+	app-arch/cabextract \
+	x11-libs/libnotify \
+	sys-auth/polkit \
+	dev-libs/libdbusmenu \
+	app-emulation/dxvk-bin \
+	app-emulation/winetricks \
+	virtual/wine \
+	"
+#	!games-misc/an-anime-game-launcher \
+#	"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="app-admin/chrpath"
+
+S="${WORKDIR}/aagl-ebuilds-${PV}"
+src_prepare(){
+	mv "icon.png" "${PN}.png"
+	mv "launcher.sh" "${PN}"
+	chmod +x "An_Anime_Game_Launcher.AppImage"
+	./An_Anime_Game_Launcher.AppImage --appimage-extract || die "Extraction Failed"
+	chrpath -d "squashfs-root/public/discord-rpc/discord-rpc" || die "Patching Library Failed"
+	eapply_user
+}
+
+src_install(){
+	dodir "/usr/lib/${PN}"
+	einfo "Inserting Launcher Files"
+	doins -r "squashfs-root/resources.neu"
+	einfo "Inserting Launcher Binary"
+	doins -r "squashfs-root/an-anime-game-launcher"
+	einfo "Setting Executable Permissions for Binary"
+	chmod +x "${D}/usr/lib/${PN}/an-anime-game-launcher"
+	einfo "Inserting More Launcher Files"
+	doins -r "squashfs-root/public"
+	einfo "Inserting Icons"
+	insinto "/usr/share/pixmaps"
+	doins "${PN}.png" || die "Insertion Failed"
+	einfo "Inserting Start Script"
+	insinto "/usr/bin"
+	doins "${PN}" || die "Insertion Failed"
+	einfo "Setting Executable Permissions for Launch Script"
+	chmod +x "${D}/usr/bin/${PN}"
+	einfo "Inserting Desktop Shortcut"
+	insinto "/usr/share/applications/"
+	doins "${PN}.desktop"
+	einfo "Setting Read Permissions for Launcher Files"
+	chmod -R 775 "${D}/usr/lib/${PN}/public"
+}


             reply	other threads:[~2022-05-01  8:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-01  8:42 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-01 13:16 [gentoo-commits] repo/proj/guru:dev commit in: games-misc/an-anime-game-launcher-bin/ Pascal Jäger
2022-05-02 19:38 Pascal Jäger
2022-05-09  6:16 Alessandro Barbieri
2022-05-09 18:34 Andrew Ammerlaan
2022-05-09 18:34 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1651394008.ae8e1f0b4f5a468fe2bd5038db733176e6d34bcf.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox