From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/xpra-html5/
Date: Wed, 12 Jul 2023 21:07:49 +0000 (UTC) [thread overview]
Message-ID: <1689195934.2aa4540fa64fc1e27a5dedc7e23c376183742308.chewi@gentoo> (raw)
commit: 2aa4540fa64fc1e27a5dedc7e23c376183742308
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 21:05:34 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 21:05:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa4540f
www-apps/xpra-html5: Version bump to 8.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/xpra-html5/Manifest | 1 +
www-apps/xpra-html5/xpra-html5-8.1.ebuild | 45 +++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/www-apps/xpra-html5/Manifest b/www-apps/xpra-html5/Manifest
index 6c4732559314..6143090a22c4 100644
--- a/www-apps/xpra-html5/Manifest
+++ b/www-apps/xpra-html5/Manifest
@@ -1 +1,2 @@
DIST xpra-html5-6.1.tar.gz 1416380 BLAKE2B ba0e2bdcae91b30a1f46655dc505f5338cd8c516414f55871c6bc01b6bdcd81d351d66c575c6a7a219cb0c29e7da17e8db558b928dc89067b5ad3289520005f2 SHA512 3539c235f38a66f0a8eaea679df4b4bb4a1ef778ab31baf705acc29b0d4b3998ae84081eeac085db973d170afaa1ee0f167124efc3e48266145fdbef255a6bf5
+DIST xpra-html5-8.1.tar.gz 1328112 BLAKE2B c9ada4a5131273e29aa02cbee740bfaa7bcf50751231cd0fd04e9ccbd29a4cea31a0617a51019120ccf68fc9b8060c2f837f000c3ca67d2d049e9b1d27a622e0 SHA512 c02aa50e65414b06fe978113005fd13f631d73bde602a4d5c3c4d7281dfe23330cee01bb5c0701652fe1c91d91350dd9bc9b4f5144f6940ab4a83cf6743be1dd
diff --git a/www-apps/xpra-html5/xpra-html5-8.1.ebuild b/www-apps/xpra-html5/xpra-html5-8.1.ebuild
new file mode 100644
index 000000000000..e5118ee749bc
--- /dev/null
+++ b/www-apps/xpra-html5/xpra-html5-8.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..12} )
+inherit python-any-r1
+
+DESCRIPTION="HTML5 client to connect to any xpra server"
+HOMEPAGE="https://xpra.org/"
+SRC_URI="https://github.com/Xpra-org/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="brotli +gzip minify"
+
+BDEPEND="
+ ${PYTHON_DEPS}
+ brotli? ( app-arch/brotli )
+ minify? ( dev-util/uglifyjs )
+"
+
+src_configure() {
+ cat <<EOF > vcs-info || die
+BRANCH=gentoo
+REVISION=${PR#r}
+LOCAL_MODIFICATIONS=0
+EOF
+}
+
+src_install() {
+ "${PYTHON}" <<EOF || die
+import setup
+setup.set_version("${PV}")
+setup.install_html5(
+ root="${D}",
+ install_dir="${EPREFIX}/usr/share/xpra/www/",
+ config_dir="${EPREFIX}/etc/xpra/html5-client",
+ minifier="$(usex minify uglifyjs copy)",
+ gzip=$(usex gzip True False),
+ brotli=$(usex brotli True False),
+)
+EOF
+}
next reply other threads:[~2023-07-12 21:07 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-12 21:07 James Le Cuirot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-15 21:21 [gentoo-commits] repo/gentoo:master commit in: www-apps/xpra-html5/ James Le Cuirot
2024-06-02 8:49 James Le Cuirot
2024-06-02 8:41 James Le Cuirot
2024-06-02 8:41 James Le Cuirot
2024-05-29 11:47 Sam James
2024-05-28 20:49 Sam James
2024-01-20 22:21 James Le Cuirot
2023-04-23 18:21 James Le Cuirot
2023-04-21 7:53 Sam James
2023-04-20 4:17 Sam James
2022-11-08 22:49 James Le Cuirot
2022-10-29 13:32 James Le Cuirot
2022-08-29 12:49 Jakov Smolić
2022-07-06 6:06 Sam James
2022-06-11 10:51 James Le Cuirot
2022-05-12 21:57 James Le Cuirot
2021-12-19 9:59 James Le Cuirot
2021-09-25 8:17 James Le Cuirot
2021-09-24 22:25 James Le Cuirot
2021-09-16 22:27 James Le Cuirot
2021-09-03 20:44 James Le Cuirot
2021-09-03 20:42 James Le Cuirot
2021-09-01 20:52 James Le Cuirot
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=1689195934.2aa4540fa64fc1e27a5dedc7e23c376183742308.chewi@gentoo \
--to=chewi@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