Github messages for voidlinux
 help / color / mirror / Atom feed
From: ProjectMoon <ProjectMoon@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] element-desktop: update to 1.7.3.
Date: Thu, 06 Aug 2020 23:26:11 +0200	[thread overview]
Message-ID: <20200806212611.LfWfYLPnkfLNprwXTAw5O7jt9_AUI_uFI5vPUW314II@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23907@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

There is an updated pull request by ProjectMoon against master on the void-packages repository

https://github.com/ProjectMoon/void-packages master
https://github.com/void-linux/void-packages/pull/23907

element-desktop: update to 1.7.3.


A patch file from https://github.com/void-linux/void-packages/pull/23907.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-23907.patch --]
[-- Type: text/x-diff, Size: 3357 bytes --]

From 28450a85f3da6cac5f04ac27a9488f32cc2baacb Mon Sep 17 00:00:00 2001
From: projectmoon <projectmoon@agnos.is>
Date: Tue, 28 Jul 2020 20:53:42 +0200
Subject: [PATCH] element-desktop: update to 1.7.3.

---
 srcpkgs/element-desktop/template | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/element-desktop/template b/srcpkgs/element-desktop/template
index 935a0ecd686..20aae9a25aa 100644
--- a/srcpkgs/element-desktop/template
+++ b/srcpkgs/element-desktop/template
@@ -1,9 +1,9 @@
 # Template file for 'element-desktop'
 pkgname=element-desktop
-version=1.7.1
+version=1.7.3
 revision=1
 archs="x86_64"
-wrksrc="riot-web-${version}"
+wrksrc="element-web-${version}"
 conf_files="/etc/${pkgname}/config.json"
 hostmakedepends="git yarn nodejs rust cargo python sqlcipher-devel curl libappindicator-devel libnotify-devel pkg-config"
 makedepends="libsecret-devel"
@@ -12,9 +12,9 @@ short_desc="Glossy Matrix collaboration client, desktop version"
 maintainer="projectmoon <projectmoon@agnos.is>"
 license="Apache-2.0"
 homepage="https://element.io"
-distfiles="https://github.com/vector-im/riot-desktop/archive/v${version}.tar.gz>riot-desktop.tar.gz https://github.com/vector-im/riot-web/archive/v${version}.tar.gz>riot-web.tar.gz"
-checksum="6d92437d3cd3d7846a21616a98759e9d0c1cabd07bcbbedf1e933c1baf55b287
- e26ad0d5ce192de4dfe29dd0cee296dddf77c043ae6e23ffcc6fc5c5fdb959b2"
+distfiles="https://github.com/vector-im/element-desktop/archive/v${version}.tar.gz>element-desktop.tar.gz https://github.com/vector-im/element-web/archive/v${version}.tar.gz>element-web.tar.gz"
+checksum="8737925f23c6c8e352047e6c077c1141176e18724d7f82d0456855bcfd2faab1
+ dc948f4083c549476f8c4c8b8a55dbf0ea99684ea2a355191d8dcb6861576632"
 nocross=yes
 nostrip=yes
 
@@ -22,8 +22,8 @@ pre_build() {
 	# Build dependencies for riot-web
 	yarn install
 
-	# Build dependencies and alterations for riot-desktop
-	cd ../riot-desktop-${version}
+	# Build dependencies and alterations for element-desktop
+	cd ../element-desktop-${version}
 	# Disable auto-updating
 	sed -i 's@https://packages.riot.im/desktop/update/@null@g' element.io/release/config.json
 	sed -i 's/"target": "deb"/"target": "dir"/g' package.json
@@ -32,7 +32,7 @@ pre_build() {
 
 do_build() {
 	yarn build
-	cd ../riot-desktop-${version}
+	cd ../element-desktop-${version}
 	yarn run build:native
 	yarn run build
 }
@@ -40,7 +40,7 @@ do_build() {
 do_install() {
 	vmkdir usr/lib/element-desktop
 	vmkdir etc/element-desktop
-	vcopy ../riot-desktop-${version}/dist/linux-unpacked/* /usr/lib/element-desktop
+	vcopy ../element-desktop-${version}/dist/linux-unpacked/* /usr/lib/element-desktop
 	vinstall config.sample.json 644 /etc/element-desktop/ config.json
 	vcopy webapp /usr/lib/element-desktop/resources
 	ln -s /etc/element-desktop/config.json $DESTDIR/usr/lib/element-desktop/resources/webapp/config.json
@@ -52,7 +52,7 @@ do_install() {
 	vinstall webapp/themes/element/img/logos/element-logo.svg 644 /usr/share/icons/hicolor/scalable/apps/ element.svg
 
 	for i in 16 24 48 64 96 128 256 512; do
-		vinstall ../riot-desktop-${version}/build/icons/${i}x${i}.png 644 /usr/share/icons/hicolor/${i}x${i}/apps/ element.png
+		vinstall ../element-desktop-${version}/build/icons/${i}x${i}.png 644 /usr/share/icons/hicolor/${i}x${i}/apps/ element.png
 	done
 }
 

  parent reply	other threads:[~2020-08-06 21:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-28 18:54 [PR PATCH] element-desktop: update to 1.7.2 ProjectMoon
2020-08-05 20:39 ` [PR PATCH] [Updated] " ProjectMoon
2020-08-05 20:40 ` element-desktop: update to 1.7.3 ProjectMoon
2020-08-06 18:07 ` Chocimier
2020-08-06 21:02 ` ProjectMoon
2020-08-06 21:26 ` ProjectMoon [this message]
2020-08-06 21:26 ` ProjectMoon
2020-08-17 10:48 ` ProjectMoon
2020-08-17 11:32 ` [PR PATCH] [Merged]: " Chocimier

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=20200806212611.LfWfYLPnkfLNprwXTAw5O7jt9_AUI_uFI5vPUW314II@z \
    --to=projectmoon@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).