summaryrefslogtreecommitdiff
path: root/www-apps/xpra-html5
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /www-apps/xpra-html5
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'www-apps/xpra-html5')
-rw-r--r--www-apps/xpra-html5/Manifest4
-rw-r--r--www-apps/xpra-html5/xpra-html5-5.0.ebuild (renamed from www-apps/xpra-html5/xpra-html5-4.5.2.ebuild)13
2 files changed, 7 insertions, 10 deletions
diff --git a/www-apps/xpra-html5/Manifest b/www-apps/xpra-html5/Manifest
index e2472a5b0956..4af1e1bb1669 100644
--- a/www-apps/xpra-html5/Manifest
+++ b/www-apps/xpra-html5/Manifest
@@ -1,3 +1,3 @@
-DIST xpra-html5-4.5.2.tar.gz 1492651 BLAKE2B 1e0fb2f554f4e2c4bb4bbf3b937b33408dc56b7a2aaba1a0459e28bea4c87b5f96195abbd2de0e8461964e43dace5f40badfdb9dfe3a4db5f7c3c9eddc6eaa68 SHA512 a1f73889ad3797ca25d232d3d11e1753dc10944cb8f07c1d6dbacfbf5273b22a0d3696af4e88cd5b75ed4a0970533e340a41253842c3766ab6fe650dc5fb0d0b
-EBUILD xpra-html5-4.5.2.ebuild 1078 BLAKE2B 20d2f20b884433d1832d722f2b114e8562d155942301697cc0f8cd78ce68864f50598d93414e735f5cf8b0be8f8bb8a1630272424a12ec52232e210aacee7c81 SHA512 0eff2e4428c78b68d93a2082c677ed67243e1442bbf1a5b5b6c4cd38550966d7785b7a4c644e0381464a028f3a432f327fd28413b5036822ecea84571c484989
+DIST xpra-html5-5.0.tar.gz 1570694 BLAKE2B aef7b818aa618c143701993627e629884b5e696c7334e6b75701a20028f18aced5e3249505ac031d6cd0a08d79ca2b9728afdb2e90712fcbe45d43d02598f608 SHA512 8318c6dd8f8f53d0a132272c2bb8c69e8ba928f2f267679aee48cec4598faa828788a219dfa342162e1fcf8159bf46b44d50db57180f1aa972edd67fa43e9cd5
+EBUILD xpra-html5-5.0.ebuild 951 BLAKE2B bc8b0a78200e8d3effbf17ec7a0e32e011f8f5f924ab006f841c5cb1227878f9c8cb7c87fbfd1b28a83d765e938551d948fe05287f2db1fe83a5a51a34f9449f SHA512 f06d8e7491149ab63a3ef5a43cb88072ef59e583a283397e7b1a9bbbdb03914b7bafc10bbd01da05d6d167cbacd6f89310da570acb37083028cb2f4912dad8ea
MISC metadata.xml 551 BLAKE2B 6d62f17a775361ec0b066cb994bc5a6ccc841e61991aa44a72512e82ac94c6a66ad7fbf3998c784cf830cfe44f03e496edd9b491e95f173fea71f328349bd457 SHA512 d839ba317b8d58e5849de92243408096799b1328baa3d46e0ca06e4c038639a35566a9a636f7da491820bc0e3af0cbd5e18043bf815b873f3ead4d68ff54c960
diff --git a/www-apps/xpra-html5/xpra-html5-4.5.2.ebuild b/www-apps/xpra-html5/xpra-html5-5.0.ebuild
index 43135d172c20..5c2270895f63 100644
--- a/www-apps/xpra-html5/xpra-html5-4.5.2.ebuild
+++ b/www-apps/xpra-html5/xpra-html5-5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,15 +34,12 @@ src_install() {
import setup
setup.set_version("${PV}")
setup.install_html5(
- "${ED}/usr/share/xpra/www",
- "$(usex minify uglifyjs copy)",
+ 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),
- configuration_files=["default-settings.txt"]
)
EOF
-
- insinto /etc/xpra/html5-client
- doins html5/default-settings.txt
- dosym ../../../../etc/xpra/html5-client/default-settings.txt /usr/share/xpra/www/default-settings.txt
}