From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1486211-garchives=archives.gentoo.org@lists.gentoo.org> 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 C0FC515800F for <garchives@archives.gentoo.org>; Mon, 13 Feb 2023 11:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12686E07C5; Mon, 13 Feb 2023 11:22:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E7F44E07C5 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2023 11:22:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D47D1340D77 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2023 11:22:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43DAD89C for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2023 11:22:42 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> Message-ID: <1676287313.bab426407ed82e3bcc8ab1ffbdc4f67d443fd75a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/ATLauncher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild games-action/ATLauncher/Manifest X-VCS-Directories: games-action/ATLauncher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bab426407ed82e3bcc8ab1ffbdc4f67d443fd75a X-VCS-Branch: dev Date: Mon, 13 Feb 2023 11:22:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d580efd-3e9c-47a1-a7b8-6e63899ee846 X-Archives-Hash: 6a78cff725b7b98e0297146eda7f0e1b commit: bab426407ed82e3bcc8ab1ffbdc4f67d443fd75a Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Feb 13 11:21:53 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 11:21:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bab42640 games-action/ATLauncher: add 3.4.27.0 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild | 45 ++++++++++++++++++++++ games-action/ATLauncher/Manifest | 1 + 2 files changed, 46 insertions(+) diff --git a/games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild b/games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild new file mode 100644 index 000000000..030e21842 --- /dev/null +++ b/games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop java-pkg-2 xdg + +DESCRIPTION="Minecraft launcher which integrates multiple different ModPacks" +HOMEPAGE="https://atlauncher.com + https://github.com/ATLauncher/ATLauncher" +SRC_URI="https://github.com/ATLauncher/ATLauncher/releases/download/v${PV}/${P}.jar + https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico" + +KEYWORDS="~amd64" +LICENSE="GPL-3" +SLOT="0" + +BDEPEND="media-gfx/imagemagick[png]" + +RDEPEND="virtual/jre:1.8" + +S="${WORKDIR}" + +src_unpack() { + # do not unpack jar file + cp "${DISTDIR}/${PN}.ico" "${S}" || die +} + +src_compile() { + convert ${PN}.ico ${PN}.png || die +} + +src_install() { + java-pkg_newjar "${DISTDIR}/${P}.jar" ${PN}.jar + + dobin "${FILESDIR}/${PN}" + + newicon -s 256x256 ${PN}-0.png atlauncher.png + newicon -s 128x128 ${PN}-1.png atlauncher.png + newicon -s 64x64 ${PN}-2.png atlauncher.png + newicon -s 48x48 ${PN}-3.png atlauncher.png + newicon -s 32x32 ${PN}-4.png atlauncher.png + newicon -s 16x16 ${PN}-5.png atlauncher.png + make_desktop_entry ${PN} "ATLauncher" atlauncher Game +} diff --git a/games-action/ATLauncher/Manifest b/games-action/ATLauncher/Manifest index dce8536df..320d2e73d 100644 --- a/games-action/ATLauncher/Manifest +++ b/games-action/ATLauncher/Manifest @@ -1,2 +1,3 @@ +DIST ATLauncher-3.4.27.0.jar 22508308 BLAKE2B 36d725b4e75407363245487470930b2bbfddfca9849905d4738b08764043e8a449cfc33cf2e41679e415cabe0b49f717bd5293aa03ddda6a1c5f7bbe890ef8af SHA512 1ea03c559d0983e644ab8433aacd849b29ccc73c2aa22e37ca97dc0723b5fec939712db6235a8bea1e833217d5e05b2abe10f3b699bd19ac5f8a5040ad8ebcac DIST ATLauncher-3.4.3.1.jar 13796481 BLAKE2B 909e6a22f743bcd69109a8d14a197f7e81f3773a324df789cc1a23f5f6884f8a17a3321738542b67a3b783d6e98b353b76b12d9cd354de1b78c548b84e4262c7 SHA512 6c8c897c904129e17436604d6b05fe9fa16ba7c1269d22a76a89b5f9db6a319657bf28147d8b5159b8829b057b86ab9a8de5dcde33f622f9621351a1803b46e6 DIST ATLauncher.ico 370070 BLAKE2B 992e5df968054884c21f136b8f16f2b14e8d321b2196ebc07f7a59621223ca79b896f63b21dba864f61f238ca1864039a410d8089127714163092f65d0ca7f27 SHA512 353f6dd68475778cc8e97a773e800fe532df2f6d28d5babc751cfb5ed7ef24ef6246f76d26e3e25706e458741d604bb8fa8e79cb8904900284f0f7b0f9488bfb From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1486235-garchives=archives.gentoo.org@lists.gentoo.org> 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 6B88A15800F for <garchives@archives.gentoo.org>; Mon, 13 Feb 2023 11:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC262E086D; Mon, 13 Feb 2023 11:28:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 854C1E086C for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2023 11:28:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B339A340DD5 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2023 11:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EFF98A6 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Feb 2023 11:28:01 +0000 (UTC) From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> Message-ID: <1676287313.bab426407ed82e3bcc8ab1ffbdc4f67d443fd75a.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/ATLauncher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild games-action/ATLauncher/Manifest X-VCS-Directories: games-action/ATLauncher/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bab426407ed82e3bcc8ab1ffbdc4f67d443fd75a X-VCS-Branch: master Date: Mon, 13 Feb 2023 11:28:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 016f57f4-fdef-48db-b015-1e55bcc0a459 X-Archives-Hash: ec2bcd5bf245c5ce044014758738d346 Message-ID: <20230213112801.U14uus6KWPSjiBAof_za0ekfM7tA7ZwtY59kAk8961w@z> commit: bab426407ed82e3bcc8ab1ffbdc4f67d443fd75a Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Feb 13 11:21:53 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Feb 13 11:21:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bab42640 games-action/ATLauncher: add 3.4.27.0 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild | 45 ++++++++++++++++++++++ games-action/ATLauncher/Manifest | 1 + 2 files changed, 46 insertions(+) diff --git a/games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild b/games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild new file mode 100644 index 000000000..030e21842 --- /dev/null +++ b/games-action/ATLauncher/ATLauncher-3.4.27.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop java-pkg-2 xdg + +DESCRIPTION="Minecraft launcher which integrates multiple different ModPacks" +HOMEPAGE="https://atlauncher.com + https://github.com/ATLauncher/ATLauncher" +SRC_URI="https://github.com/ATLauncher/ATLauncher/releases/download/v${PV}/${P}.jar + https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico" + +KEYWORDS="~amd64" +LICENSE="GPL-3" +SLOT="0" + +BDEPEND="media-gfx/imagemagick[png]" + +RDEPEND="virtual/jre:1.8" + +S="${WORKDIR}" + +src_unpack() { + # do not unpack jar file + cp "${DISTDIR}/${PN}.ico" "${S}" || die +} + +src_compile() { + convert ${PN}.ico ${PN}.png || die +} + +src_install() { + java-pkg_newjar "${DISTDIR}/${P}.jar" ${PN}.jar + + dobin "${FILESDIR}/${PN}" + + newicon -s 256x256 ${PN}-0.png atlauncher.png + newicon -s 128x128 ${PN}-1.png atlauncher.png + newicon -s 64x64 ${PN}-2.png atlauncher.png + newicon -s 48x48 ${PN}-3.png atlauncher.png + newicon -s 32x32 ${PN}-4.png atlauncher.png + newicon -s 16x16 ${PN}-5.png atlauncher.png + make_desktop_entry ${PN} "ATLauncher" atlauncher Game +} diff --git a/games-action/ATLauncher/Manifest b/games-action/ATLauncher/Manifest index dce8536df..320d2e73d 100644 --- a/games-action/ATLauncher/Manifest +++ b/games-action/ATLauncher/Manifest @@ -1,2 +1,3 @@ +DIST ATLauncher-3.4.27.0.jar 22508308 BLAKE2B 36d725b4e75407363245487470930b2bbfddfca9849905d4738b08764043e8a449cfc33cf2e41679e415cabe0b49f717bd5293aa03ddda6a1c5f7bbe890ef8af SHA512 1ea03c559d0983e644ab8433aacd849b29ccc73c2aa22e37ca97dc0723b5fec939712db6235a8bea1e833217d5e05b2abe10f3b699bd19ac5f8a5040ad8ebcac DIST ATLauncher-3.4.3.1.jar 13796481 BLAKE2B 909e6a22f743bcd69109a8d14a197f7e81f3773a324df789cc1a23f5f6884f8a17a3321738542b67a3b783d6e98b353b76b12d9cd354de1b78c548b84e4262c7 SHA512 6c8c897c904129e17436604d6b05fe9fa16ba7c1269d22a76a89b5f9db6a319657bf28147d8b5159b8829b057b86ab9a8de5dcde33f622f9621351a1803b46e6 DIST ATLauncher.ico 370070 BLAKE2B 992e5df968054884c21f136b8f16f2b14e8d321b2196ebc07f7a59621223ca79b896f63b21dba864f61f238ca1864039a410d8089127714163092f65d0ca7f27 SHA512 353f6dd68475778cc8e97a773e800fe532df2f6d28d5babc751cfb5ed7ef24ef6246f76d26e3e25706e458741d604bb8fa8e79cb8904900284f0f7b0f9488bfb