public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/ATLauncher/
Date: Mon, 13 Feb 2023 11:22:42 +0000 (UTC)	[thread overview]
Message-ID: <1676287313.bab426407ed82e3bcc8ab1ffbdc4f67d443fd75a.andrewammerlaan@gentoo> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/ATLauncher/
Date: Mon, 13 Feb 2023 11:28:01 +0000 (UTC)	[thread overview]
Message-ID: <1676287313.bab426407ed82e3bcc8ab1ffbdc4f67d443fd75a.andrewammerlaan@gentoo> (raw)
Message-ID: <20230213112801.U14uus6KWPSjiBAof_za0ekfM7tA7ZwtY59kAk8961w@z> (raw)

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


             reply	other threads:[~2023-02-13 11:22 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-13 11:22 Andrew Ammerlaan [this message]
2023-02-13 11:28 ` [gentoo-commits] repo/proj/guru:master commit in: games-action/ATLauncher/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-05-24 10:01 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-14 14:51 Andrew Ammerlaan
2021-03-07 20:34 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-07 20:34 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-02-05 12:19 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-02-05 12:10 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-01-24 10:12 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-24 10:12 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-01-16 10:09 Andrew Ammerlaan
2021-01-11  7:14 Andrew Ammerlaan
2021-01-10 11:38 Andrew Ammerlaan
2020-12-23  8:22 Theo Anderson
2020-12-18 14:16 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-18 14:16 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-16 13:12 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-16 13:12 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-09  9:26 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-09  9:26 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-08 13:56 Andrew Ammerlaan
2020-10-16  8:37 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-16  8:37 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-19 14:24 Andrew Ammerlaan
2020-06-29 18:14 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-29 18:06 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-29 18:14 Andrew Ammerlaan
2020-06-07 13:29 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-07 13:29 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-31 17:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-31 17:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-24  8:35 Andrew Ammerlaan
2020-05-22  8:03 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-22  8:03 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-11  9:09 Andrew Ammerlaan
2020-05-02 12:43 Andrew Ammerlaan
2020-04-24 12:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-24 12:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-20  9:47 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-20  9:48 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-19 10:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-19 10:43 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-05 11:01 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-05 10:34 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-03 11:12 Andrew Ammerlaan
2020-03-25 16:02 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=1676287313.bab426407ed82e3bcc8ab1ffbdc4f67d443fd75a.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --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