summaryrefslogtreecommitdiff
path: root/www-apps/xpra-html5
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /www-apps/xpra-html5
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'www-apps/xpra-html5')
-rw-r--r--www-apps/xpra-html5/Manifest4
-rw-r--r--www-apps/xpra-html5/xpra-html5-4.5.2.ebuild (renamed from www-apps/xpra-html5/xpra-html5-4.5.1.ebuild)7
2 files changed, 8 insertions, 3 deletions
diff --git a/www-apps/xpra-html5/Manifest b/www-apps/xpra-html5/Manifest
index 2c103ab47d48..e2472a5b0956 100644
--- a/www-apps/xpra-html5/Manifest
+++ b/www-apps/xpra-html5/Manifest
@@ -1,3 +1,3 @@
-DIST xpra-html5-4.5.1.tar.gz 1488129 BLAKE2B aa1df3008d86bd895c0b974258b42a16411aeb4ee56536380186ef86b15abfb4eaee09102a86c3e2ec58b0012a72c50ec6711114195232a1c6d5b40056cd3e36 SHA512 2818a2342d199815979a4774cee8886608ff1bccc5b26c20430aa1e2b453c60f8427d95868335d30bc8c846476335018687c7d828e71af32c8abba7119989045
-EBUILD xpra-html5-4.5.1.ebuild 861 BLAKE2B 1fa2bd63f2120d7a87b9f1a6449f34d22ef4b67ab019872e7ed58d4f384bdceab81d8c86d7e033d94776d422fb05b8568cfa94f374d9dbdfce67ee5b62758a8d SHA512 4f324e2992c6eddcc0c59ef71d72a9847d1efef8ac550e4d4578ae16a167e6b3163d2215b30119075f720277845fc63c929189d52d6f0ee35c760b28f1f3fd17
+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
MISC metadata.xml 551 BLAKE2B 6d62f17a775361ec0b066cb994bc5a6ccc841e61991aa44a72512e82ac94c6a66ad7fbf3998c784cf830cfe44f03e496edd9b491e95f173fea71f328349bd457 SHA512 d839ba317b8d58e5849de92243408096799b1328baa3d46e0ca06e4c038639a35566a9a636f7da491820bc0e3af0cbd5e18043bf815b873f3ead4d68ff54c960
diff --git a/www-apps/xpra-html5/xpra-html5-4.5.1.ebuild b/www-apps/xpra-html5/xpra-html5-4.5.2.ebuild
index 9fa65b5197fd..43135d172c20 100644
--- a/www-apps/xpra-html5/xpra-html5-4.5.1.ebuild
+++ b/www-apps/xpra-html5/xpra-html5-4.5.2.ebuild
@@ -36,8 +36,13 @@ setup.set_version("${PV}")
setup.install_html5(
"${ED}/usr/share/xpra/www",
"$(usex minify uglifyjs copy)",
+ gzip=$(usex gzip True False),
brotli=$(usex brotli True False),
- gzip=$(usex gzip 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
}