From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: element-web-1.11.10
Date: Thu, 27 Oct 2022 14:31:27 +0200 [thread overview]
Message-ID: <20221027123127.Cdo-DZxeS7-bL5dW8qP0I-lxfIp9Pvd4c0JQn1-wXJI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39554@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 1649 bytes --]
There is an updated pull request by TinfoilSubmarine against master on the void-packages repository
https://github.com/TinfoilSubmarine/void-packages update/element
https://github.com/void-linux/void-packages/pull/39554
New package: element-web-1.11.10
~Move element-desktop, riot-desktop to subpackage of element-web~
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
I've had `element-desktop` installed on my server and just pointing reverse proxy at `/usr/lib/element-desktop/resources/webapp`, but I also had to `ignorepkg` all of the dependencies. This fixes that :)
~I didn't bump the revision since there aren't any functional changes to `element-desktop`, but I can if needed.~
A patch file from https://github.com/void-linux/void-packages/pull/39554.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/element-39554.patch --]
[-- Type: text/x-diff, Size: 1423 bytes --]
From 8641b5fd1646366e1547d028ea626bfa9193bf5d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 30 Sep 2022 19:02:21 -0400
Subject: [PATCH] New package: element-web-1.11.12
---
srcpkgs/element-web/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/element-web/template
diff --git a/srcpkgs/element-web/template b/srcpkgs/element-web/template
new file mode 100644
index 000000000000..28ee7c0d6ba7
--- /dev/null
+++ b/srcpkgs/element-web/template
@@ -0,0 +1,21 @@
+# Template file for 'element-web'
+pkgname=element-web
+version=1.11.12
+revision=1
+wrksrc="element-v${version}"
+conf_files="/etc/webapps/element/config.json"
+short_desc="Glossy Matrix collaboration client - web version"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="Apache-2.0"
+homepage="https://element.io"
+changelog="https://raw.githubusercontent.com/vector-im/element-web/develop/CHANGELOG.md"
+distfiles="https://github.com/vector-im/element-web/releases/download/v${version}/element-v${version}.tar.gz"
+checksum=62469002d03600c220de90b6f009f4b1016d2bdeb2255145c544f3144ddd1c84
+
+do_install() {
+ vmkdir usr/share/webapps/element
+ vcopy . /usr/share/webapps/element
+ vsconf config.sample.json
+ vinstall config.sample.json 644 /etc/webapps/element/ config.json
+ ln -s /etc/webapps/element/config.json "${DESTDIR}"/usr/share/webapps/element/config.json
+}
next prev parent reply other threads:[~2022-10-27 12:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-30 21:17 [PR PATCH] New package: element-web-1.11.8 (and move element/riot-desktop as subpackages) TinfoilSubmarine
2022-09-30 23:02 ` TinfoilSubmarine
2022-09-30 23:05 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-09-30 23:43 ` New package: element-web-1.11.8 paper42
2022-10-03 1:31 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-10-03 1:33 ` TinfoilSubmarine
2022-10-14 13:00 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-10-27 12:31 ` TinfoilSubmarine [this message]
2022-11-01 13:28 ` [PR PATCH] [Updated] New package: element-web-1.11.12 TinfoilSubmarine
2023-01-20 15:01 ` [PR PATCH] [Closed]: New package: element-web-1.11.13 TinfoilSubmarine
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221027123127.Cdo-DZxeS7-bL5dW8qP0I-lxfIp9Pvd4c0JQn1-wXJI@z \
--to=tinfoilsubmarine@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).