www-apps/element: add 1.12.15

Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
Bernard Cafarelli
2026-04-10 18:13:32 +02:00
parent bdfe625053
commit f257918fac
2 changed files with 33 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
DIST element-v1.12.10.tar.gz 39734525 BLAKE2B 414e6ce60e6ff66227e5c23dd9632477eb3dccbe89f9ec0b53f2da35226d7d51a45c2211e136be88002a55b4da026171005dc47acbed5635f87e06d7c69ec1f3 SHA512 cd446b50c0c20a1811ad40f95320b678194981e6daed2440d409223b7e804fcb171e8797acc8093d37b3465025eea014d9879f71e8f96c253a33ecaec5d752ad
DIST element-v1.12.13.tar.gz 40680006 BLAKE2B 7742921131267377ed01aa40263895249c7f0f0815ea4e9dc842121f1003f2642e5e18ab29d7a62d4be73c3a3c0fa14eacf8d8bec38fa13c7088b2da89e231c1 SHA512 2277c9d6fc3824e366bf6cf4e6b5fcec272ed0c4ebf6b0bb77e6ae6e84dad290ec699c246369b99bc6abfbf83718ad422b77be6501953cfc8a2d90ad7ef7376a
DIST element-v1.12.15.tar.gz 40684885 BLAKE2B e2bbf462c788d0147b3c6dac44a256f5df595d3d12f7a0902a7dd1e9a3c0bb0f70eb68ef57b454dcc9ea27e02b07724b944a5e21bd343249ba6d60199be11aef SHA512 7a5a3bfdae6420e6d8fe37aebadc2cfb4af7dad9aa9d668e4e9d4164e9dbc17ebd8206ed6e8893c5612ed7c62fd7971789204ffb27c0a122dd21549327de6667
+32
View File
@@ -0,0 +1,32 @@
# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit webapp
DESCRIPTION="A glossy Matrix collaboration client for the web"
HOMEPAGE="https://element.io/"
SRC_URI="https://github.com/element-hq/element-web/releases/download/v${PV}/${PN}-v${PV}.tar.gz"
S=${WORKDIR}/${PN}-v${PV}
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~riscv ~x86"
need_httpd
src_install() {
webapp_src_preinst
insinto "${MY_HTDOCSDIR}"
doins -r .
dodir "${MY_HTDOCSDIR}"/home
dodir "${MY_HTDOCSDIR}"/sites
webapp_serverowned "${MY_HTDOCSDIR}"/home
webapp_serverowned "${MY_HTDOCSDIR}"/sites
#webapp_configfile "${MY_HTDOCSDIR}"/config.json
webapp_src_install
}