From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/ATLauncher/ Date: Mon, 29 Jun 2020 18:14:45 +0000 (UTC) [thread overview] Message-ID: <1593453824.391df5cab3ff14c8623c0ee61da073128973b71a.andrewammerlaan@gentoo> (raw) commit: 391df5cab3ff14c8623c0ee61da073128973b71a Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Mon Jun 29 18:03:44 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Mon Jun 29 18:03:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=391df5ca games-action/ATLauncher: version bump Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> .../ATLauncher/ATLauncher-3.3.6.0_pre.ebuild | 48 ++++++++++++++++++++++ games-action/ATLauncher/Manifest | 1 + 2 files changed, 49 insertions(+) diff --git a/games-action/ATLauncher/ATLauncher-3.3.6.0_pre.ebuild b/games-action/ATLauncher/ATLauncher-3.3.6.0_pre.ebuild new file mode 100644 index 0000000..7908ff5 --- /dev/null +++ b/games-action/ATLauncher/ATLauncher-3.3.6.0_pre.ebuild @@ -0,0 +1,48 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop java-pkg-2 xdg + +MYPV="${PV/_pre/}" +MYP="${PN}-${MYPV}" + +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${MYPV}/${MYP}.jar + https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/Icon.ico -> ${PN}.ico" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="0" + +BDEPEND="media-gfx/imagemagick" + +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" ${P}.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 c795350..0e961fa 100644 --- a/games-action/ATLauncher/Manifest +++ b/games-action/ATLauncher/Manifest @@ -1,2 +1,3 @@ DIST ATLauncher-3.3.5.2.jar 10796908 BLAKE2B 8060b8fc7a02792fc25cf056f453f8d9af820242ce8ad7b52f12abfff5073f2f894c6c46d2646d766e981c142c5518184d80aedb6ecdb04e5e725e32d6c14a2a SHA512 2a2fda31ae67e5831a9a957069bf65880c6ba297f2306c36da9ffe2fa402e25545cab0bca22e457e8bef189be3803ebc80e555a42cec9d54075363c977281ad6 +DIST ATLauncher-3.3.6.0.jar 11153785 BLAKE2B 23634896180133bd72f57178c180007dd9b6896434e3e86ab0548572928aa2e6c1ed8eeee00c374a42c9aa977d680974fcf78f1e3b812217fa03f6773aa29cc3 SHA512 b8bc795f3e137a5c459c0c592379fa0a9f01605d412eecc614104ee8d996510adbe326b154556fdd78a7cf5c4e89049bd311c5eaa2d47b4dbf240c7b7d433226 DIST ATLauncher.ico 370070 BLAKE2B 992e5df968054884c21f136b8f16f2b14e8d321b2196ebc07f7a59621223ca79b896f63b21dba864f61f238ca1864039a410d8089127714163092f65d0ca7f27 SHA512 353f6dd68475778cc8e97a773e800fe532df2f6d28d5babc751cfb5ed7ef24ef6246f76d26e3e25706e458741d604bb8fa8e79cb8904900284f0f7b0f9488bfb
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/ATLauncher/ Date: Mon, 29 Jun 2020 18:06:24 +0000 (UTC) [thread overview] Message-ID: <1593453824.391df5cab3ff14c8623c0ee61da073128973b71a.andrewammerlaan@gentoo> (raw) Message-ID: <20200629180624.598OqrIOL6fWXdeezFl22KZnTCMtIY_7w8n3wJdbdFc@z> (raw) commit: 391df5cab3ff14c8623c0ee61da073128973b71a Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Mon Jun 29 18:03:44 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Mon Jun 29 18:03:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=391df5ca games-action/ATLauncher: version bump Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> .../ATLauncher/ATLauncher-3.3.6.0_pre.ebuild | 48 ++++++++++++++++++++++ games-action/ATLauncher/Manifest | 1 + 2 files changed, 49 insertions(+) diff --git a/games-action/ATLauncher/ATLauncher-3.3.6.0_pre.ebuild b/games-action/ATLauncher/ATLauncher-3.3.6.0_pre.ebuild new file mode 100644 index 0000000..7908ff5 --- /dev/null +++ b/games-action/ATLauncher/ATLauncher-3.3.6.0_pre.ebuild @@ -0,0 +1,48 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop java-pkg-2 xdg + +MYPV="${PV/_pre/}" +MYP="${PN}-${MYPV}" + +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${MYPV}/${MYP}.jar + https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/Icon.ico -> ${PN}.ico" + +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-3" +SLOT="0" + +BDEPEND="media-gfx/imagemagick" + +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" ${P}.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 c795350..0e961fa 100644 --- a/games-action/ATLauncher/Manifest +++ b/games-action/ATLauncher/Manifest @@ -1,2 +1,3 @@ DIST ATLauncher-3.3.5.2.jar 10796908 BLAKE2B 8060b8fc7a02792fc25cf056f453f8d9af820242ce8ad7b52f12abfff5073f2f894c6c46d2646d766e981c142c5518184d80aedb6ecdb04e5e725e32d6c14a2a SHA512 2a2fda31ae67e5831a9a957069bf65880c6ba297f2306c36da9ffe2fa402e25545cab0bca22e457e8bef189be3803ebc80e555a42cec9d54075363c977281ad6 +DIST ATLauncher-3.3.6.0.jar 11153785 BLAKE2B 23634896180133bd72f57178c180007dd9b6896434e3e86ab0548572928aa2e6c1ed8eeee00c374a42c9aa977d680974fcf78f1e3b812217fa03f6773aa29cc3 SHA512 b8bc795f3e137a5c459c0c592379fa0a9f01605d412eecc614104ee8d996510adbe326b154556fdd78a7cf5c4e89049bd311c5eaa2d47b4dbf240c7b7d433226 DIST ATLauncher.ico 370070 BLAKE2B 992e5df968054884c21f136b8f16f2b14e8d321b2196ebc07f7a59621223ca79b896f63b21dba864f61f238ca1864039a410d8089127714163092f65d0ca7f27 SHA512 353f6dd68475778cc8e97a773e800fe532df2f6d28d5babc751cfb5ed7ef24ef6246f76d26e3e25706e458741d604bb8fa8e79cb8904900284f0f7b0f9488bfb
next reply other threads:[~2020-06-29 18:14 UTC|newest] Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-29 18:14 Andrew Ammerlaan [this message] 2020-06-29 18:06 ` [gentoo-commits] repo/proj/guru:dev commit in: games-action/ATLauncher/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2025-01-07 12:45 David Roman 2025-01-07 12:53 ` [gentoo-commits] repo/proj/guru:master " David Roman 2023-02-13 11:22 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2023-02-13 11:28 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-05-24 10:01 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-05-24 11:06 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-04-14 14:51 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-04-14 14:56 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-03-07 20:34 Andrew Ammerlaan 2021-02-05 12:19 Andrew Ammerlaan 2021-01-24 10:12 Andrew Ammerlaan 2021-01-16 10:09 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-01-16 10:09 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-01-11 7:14 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-01-11 7:14 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2021-01-10 11:38 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2021-01-10 11:38 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-12-23 10:24 Andrew Ammerlaan 2020-12-18 14:16 Andrew Ammerlaan 2020-12-16 13:12 Andrew Ammerlaan 2020-11-09 9:26 Andrew Ammerlaan 2020-11-08 13:56 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-11-08 13:56 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-10-16 8:37 Andrew Ammerlaan 2020-09-19 14:24 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-09-19 14:24 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-06-29 18:14 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-06-29 18:14 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-06-07 13:29 Andrew Ammerlaan 2020-05-31 17:00 Andrew Ammerlaan 2020-05-24 8:35 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-05-24 19:03 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-05-22 8:03 Andrew Ammerlaan 2020-05-11 9:09 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-05-11 9:34 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-05-02 12:43 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-05-02 12:46 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan 2020-04-24 12:49 Andrew Ammerlaan 2020-04-20 9:47 Andrew Ammerlaan 2020-04-19 10:43 Andrew Ammerlaan 2020-04-05 11:01 Andrew Ammerlaan 2020-04-03 21:37 Haelwenn Monnier 2020-03-25 16:02 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan 2020-03-25 16:03 ` [gentoo-commits] repo/proj/guru:master " 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=1593453824.391df5cab3ff14c8623c0ee61da073128973b71a.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --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: linkBe 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