From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBFEC158090 for ; Sun, 8 May 2022 19:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA902E090F; Sun, 8 May 2022 19:27:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AFD7E090F for ; Sun, 8 May 2022 19:27:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1D5234131D for ; Sun, 8 May 2022 19:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B3C9D3 for ; Sun, 8 May 2022 19:27:11 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1652037932.94567f3046349f8e7fa8ac051e45da5f1a8807fb.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-misc/an-anime-game-launcher-bin/, ... X-VCS-Repository: repo/proj/guru X-VCS-Files: games-misc/an-anime-game-launcher-bin/an-anime-game-launcher-bin-2.3.2.ebuild games-misc/an-anime-game-launcher-bin/files/an-anime-game-launcher-bin.png X-VCS-Directories: games-misc/an-anime-game-launcher-bin/files/ games-misc/an-anime-game-launcher-bin/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: 94567f3046349f8e7fa8ac051e45da5f1a8807fb X-VCS-Branch: dev Date: Sun, 8 May 2022 19:27:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c22f50a-27d0-4e8f-81c2-6f7fffcdb6b6 X-Archives-Hash: f7a64e370cfe54c647aa2a5981aad0d4 commit: 94567f3046349f8e7fa8ac051e45da5f1a8807fb Author: Pascal Jäger leimstift de> AuthorDate: Sun May 8 19:25:32 2022 +0000 Commit: Pascal Jäger leimstift de> 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 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