mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
www-apps/xpra-html5: Drop old 6.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST xpra-html5-10.1.tar.gz 2354055 BLAKE2B f67b2f15903c1bef93cd93db0d363c067a4dd0455f3013aa86bfff070b91e40946c0500cff270f10f8cbbf654cd4b2d5908cb06f4d86c7ec612fec78ecf3103c SHA512 a5a9c1d09ae767ad339225e1b130c2e285a20a57cc90f22728d12eec3d8cac4b1c00c7f38153972dbb2d2f6c3836ec532fcba14a4456114f70524b8ec2de38be
|
||||
DIST xpra-html5-6.1.tar.gz 1416380 BLAKE2B ba0e2bdcae91b30a1f46655dc505f5338cd8c516414f55871c6bc01b6bdcd81d351d66c575c6a7a219cb0c29e7da17e8db558b928dc89067b5ad3289520005f2 SHA512 3539c235f38a66f0a8eaea679df4b4bb4a1ef778ab31baf705acc29b0d4b3998ae84081eeac085db973d170afaa1ee0f167124efc3e48266145fdbef255a6bf5
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9,10,11} )
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user