commit:     12b41b6e923761a0429cf0253d207a2d52c98fa4
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 19 09:59:25 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 19 09:59:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b41b6e

www-apps/xpra-html5: Version bump to 4.5.2, drop old 4.5.1

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 www-apps/xpra-html5/Manifest                                       | 2 +-
 .../{xpra-html5-4.5.1.ebuild => xpra-html5-4.5.2.ebuild}           | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/www-apps/xpra-html5/Manifest b/www-apps/xpra-html5/Manifest
index c1bbfeb8aa85..872df3d1d30d 100644
--- a/www-apps/xpra-html5/Manifest
+++ b/www-apps/xpra-html5/Manifest
@@ -1 +1 @@
-DIST xpra-html5-4.5.1.tar.gz 1488129 BLAKE2B 
aa1df3008d86bd895c0b974258b42a16411aeb4ee56536380186ef86b15abfb4eaee09102a86c3e2ec58b0012a72c50ec6711114195232a1c6d5b40056cd3e36
 SHA512 
2818a2342d199815979a4774cee8886608ff1bccc5b26c20430aa1e2b453c60f8427d95868335d30bc8c846476335018687c7d828e71af32c8abba7119989045
+DIST xpra-html5-4.5.2.tar.gz 1492651 BLAKE2B 
1e0fb2f554f4e2c4bb4bbf3b937b33408dc56b7a2aaba1a0459e28bea4c87b5f96195abbd2de0e8461964e43dace5f40badfdb9dfe3a4db5f7c3c9eddc6eaa68
 SHA512 
a1f73889ad3797ca25d232d3d11e1753dc10944cb8f07c1d6dbacfbf5273b22a0d3696af4e88cd5b75ed4a0970533e340a41253842c3766ab6fe650dc5fb0d0b

diff --git a/www-apps/xpra-html5/xpra-html5-4.5.1.ebuild 
b/www-apps/xpra-html5/xpra-html5-4.5.2.ebuild
similarity index 77%
rename from www-apps/xpra-html5/xpra-html5-4.5.1.ebuild
rename to 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
 }

Reply via email to