summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2021-12-19 09:59:25 +0000
committerJames Le Cuirot <chewi@gentoo.org>2021-12-19 09:59:25 +0000
commit12b41b6e923761a0429cf0253d207a2d52c98fa4 (patch)
tree512fcf9b47bffe826c0f15220e29dff2966d428f /www-apps
parentdev-ada/gnatcoll-bindings: build something (diff)
downloadgentoo-12b41b6e923761a0429cf0253d207a2d52c98fa4.tar.gz
gentoo-12b41b6e923761a0429cf0253d207a2d52c98fa4.tar.bz2
gentoo-12b41b6e923761a0429cf0253d207a2d52c98fa4.zip
www-apps/xpra-html5: Version bump to 4.5.2, drop old 4.5.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/xpra-html5/Manifest2
-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, 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
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
}