From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/minecraft-launcher/
Date: Sun, 10 Jan 2021 11:38:14 +0000 (UTC) [thread overview]
Message-ID: <1610278541.570d117b2364967fb08b37e4275d33766b4df4ef.andrewammerlaan@gentoo> (raw)
Message-ID: <20210110113814.NGD1wEGQWJ3llvAvOa6VN90SByfjHFdvyzGPq57c51U@z> (raw)
commit: 570d117b2364967fb08b37e4275d33766b4df4ef
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Jan 10 11:35:41 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Jan 10 11:35:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=570d117b
games-action/minecraft-launcher: add beta version
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
games-action/minecraft-launcher/Manifest | 1 +
.../minecraft-launcher-2.2.1165_beta.ebuild | 64 ++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/games-action/minecraft-launcher/Manifest b/games-action/minecraft-launcher/Manifest
index aa035543..fea27c51 100644
--- a/games-action/minecraft-launcher/Manifest
+++ b/games-action/minecraft-launcher/Manifest
@@ -1,4 +1,5 @@
DIST minecraft-launcher-1.6.93.jar 4481683 BLAKE2B 29597977cc70f831bff7f77cb2493d8c8f8138518c79f5e92f91ed6440ae2224b4140546c37645370173c668d9db894ca6b548b6cfd41da40c4e1ff51f0d820b SHA512 85739c0c0828af5b901b9933173f08229175aef1e8dec40c83981fb6fc330285b4c3a206cdf4405408106eff56ce1e516368d18bf44f631446ebac45e9aba125
+DIST minecraft-launcher-2.2.1165_beta.tar.gz 81918757 BLAKE2B 936da82fca84b1a23942064279909fb7b85645f724f89611a6b30f0f04249e797c1cf341ba5fb9444590ea1caaa9d65854072002adf1db0e14219d88892d57af SHA512 59b8904658f74b64953ae5068e08431b5642c49f6e3a0286cdbbb5f92debd25270b7dcce5cd68d24fea5fbeaac547b6fec95d0c06c6962fe25d570e7db6fa4ef
DIST minecraft-launcher-2.2.909.tar.gz 81697814 BLAKE2B 066c0074df2479cabfa1e5a53a22c7fa990c70183df02643ea5b1a92092aaaf31c426102873106ad122a74a9f1af10474de98270aba058a37eaefa93b05f5a90 SHA512 d74725b49dd0bad1c9ffbaceda8fa4061e6e7367df084e84533a3adc9192c0f7f40f34c517d3731a06be127e30ca068ec1dd463f303347dc10acce5ad669ef8a
DIST minecraft-launcher-legacy.svg 61803 BLAKE2B 6527c869aec955f5e457e57f6c60b6391c29f2bc6f83d72b9a432cc9b77df6fb842549158f38e32a0bec6973d6fac4af3a1a5562cb84b5a4fd1d95de645da842 SHA512 aa08e8fa2a5c1c3e2d714644cb9648adb779c09fff5a9e5b79cea42c53be3f53631d199f72c1eec56e4b4f8e46be8f4ae88fbe456865621b589a7c4f9438549a
DIST minecraft-launcher.svg 61803 BLAKE2B 6527c869aec955f5e457e57f6c60b6391c29f2bc6f83d72b9a432cc9b77df6fb842549158f38e32a0bec6973d6fac4af3a1a5562cb84b5a4fd1d95de645da842 SHA512 aa08e8fa2a5c1c3e2d714644cb9648adb779c09fff5a9e5b79cea42c53be3f53631d199f72c1eec56e4b4f8e46be8f4ae88fbe456865621b589a7c4f9438549a
diff --git a/games-action/minecraft-launcher/minecraft-launcher-2.2.1165_beta.ebuild b/games-action/minecraft-launcher/minecraft-launcher-2.2.1165_beta.ebuild
new file mode 100644
index 00000000..edd29b65
--- /dev/null
+++ b/games-action/minecraft-launcher/minecraft-launcher-2.2.1165_beta.ebuild
@@ -0,0 +1,64 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg
+
+DESCRIPTION="An open-world game whose gameplay revolves around breaking and placing blocks"
+HOMEPAGE="https://www.minecraft.net/"
+SRC_URI="https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_${PV//_beta}.tar.gz -> ${P}.tar.gz
+ https://launcher.mojang.com/download/minecraft-launcher.svg"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="Mojang"
+SLOT="2"
+
+RESTRICT="bindist mirror"
+
+RDEPEND="
+ >=x11-libs/gtk+-2.24.32-r1[X]
+ dev-libs/nss
+ dev-libs/libbsd
+ dev-libs/libffi
+ dev-libs/libpcre
+ media-libs/alsa-lib
+ media-libs/openal
+ net-libs/gnutls[idn]
+ net-print/cups
+ sys-apps/dbus
+ virtual/jre:1.8
+ virtual/opengl
+ x11-apps/xrandr
+ x11-libs/libXScrnSaver
+ x11-libs/libXcomposite
+ x11-libs/libXcursor
+ x11-libs/libXdamage
+ x11-libs/libXext
+ x11-libs/libXfixes
+ x11-libs/libXi
+ x11-libs/libXrender
+ x11-libs/libXtst
+ x11-libs/xcb-util
+"
+
+S="${WORKDIR}/${PN}"
+
+QA_PRESTRIPPED="
+ /opt/minecraft-launcher/libcef.so
+ /opt/minecraft-launcher/liblauncher.so
+ /opt/minecraft-launcher/minecraft-launcher
+"
+
+src_install() {
+ dodir /opt/${PN}
+ insinto /opt/${PN}/
+ doins -r .
+
+ fperms +x /opt/${PN}/${PN}
+
+ dosym ../${PN}/${PN} /opt/bin/${PN}
+
+ doicon -s scalable "${DISTDIR}/${PN}.svg"
+ make_desktop_entry ${PN} "Minecraft" ${PN} Game
+}
next reply other threads:[~2021-01-10 11:38 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-10 11:38 Andrew Ammerlaan [this message]
2021-01-10 11:38 ` [gentoo-commits] repo/proj/guru:dev commit in: games-action/minecraft-launcher/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-05-22 12:16 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-16 13:16 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-16 13:16 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-12 12:10 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-12 12:10 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-03-02 13:20 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-02 13:25 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-02-13 20:00 Andrew Ammerlaan
2021-02-05 12:10 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-02-05 12:19 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-24 10:12 Andrew Ammerlaan
2021-01-16 10:09 Andrew Ammerlaan
2020-12-16 13:12 Andrew Ammerlaan
2020-11-20 16:03 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-20 16:03 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-25 12:32 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-10-25 12:32 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-23 9:26 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-10-23 9:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-10-22 13:42 Andrew Ammerlaan
2020-10-02 14:08 Andrew Ammerlaan
2020-09-06 12:36 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-06 12:36 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-29 14:14 Andrew Ammerlaan
2020-07-28 14:32 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-28 14:32 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-03 18:48 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-03 18:48 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-24 15:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-25 7:29 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-06-07 13:25 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-07 13:25 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-28 11:06 Andrew Ammerlaan
2020-05-21 17:53 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-22 8:03 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-29 16:53 Andrew Ammerlaan
2020-04-29 16:52 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-29 16:53 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-21 18:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-21 18:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-12 17:45 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-12 17:45 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-04-12 16:39 Andrew Ammerlaan
2020-03-25 14:11 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-25 14:17 ` [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=1610278541.570d117b2364967fb08b37e4275d33766b4df4ef.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: 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