element-desktop: update to 1.11.24.

This commit is contained in:
Jan Christian Grünhage 2023-03-05 16:29:53 +01:00 committed by Piraty
parent 8166c8a531
commit 25c081925e
2 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
From 8ea90b34d20f713dc015613a718ca159e6bc3d3d Mon Sep 17 00:00:00 2001
From 83e08eeed782ba5f0b63f10b27829d031aec74d1 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Sat, 11 Dec 2021 21:22:44 +0100
Subject: [PATCH] remove dependency on sentry
@ -10,7 +10,7 @@ This is unused and breaks ppc64 because it downlaods binaries.
2 files changed, 12 deletions(-)
diff --git a/package.json b/package.json
index 0e67a0543..7878c3443 100644
index 6d740b00b..e94240911 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,6 @@
@ -22,7 +22,7 @@ index 0e67a0543..7878c3443 100644
"@testing-library/react": "^12.1.5",
"@types/flux": "^3.1.9",
diff --git a/webpack.config.js b/webpack.config.js
index dce54b53f..88b64ef91 100644
index 28d60af8a..0018dcdd4 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -8,7 +8,6 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin");
@ -30,10 +30,10 @@ index dce54b53f..88b64ef91 100644
const OptimizeCSSAssetsPlugin = require("optimize-css-assets-webpack-plugin");
const HtmlWebpackInjectPreload = require("@principalstudio/html-webpack-inject-preload");
-const SentryCliPlugin = require("@sentry/webpack-plugin");
const crypto = require("crypto");
// Environment variables
// RIOT_OG_IMAGE_URL: specifies the URL to the image which should be used for the opengraph logo.
@@ -645,16 +644,6 @@ module.exports = (env, argv) => {
// XXX: mangle Crypto::createHash to replace md4 with sha256, output.hashFunction is insufficient as multiple bits
@@ -656,16 +655,6 @@ module.exports = (env, argv) => {
files: [{ match: /.*Inter.*\.woff2$/ }],
}),
@ -51,5 +51,5 @@ index dce54b53f..88b64ef91 100644
].filter(Boolean),
--
2.39.0
2.39.2

View file

@ -1,6 +1,6 @@
# Template file for 'element-desktop'
pkgname=element-desktop
version=1.11.20
version=1.11.24
revision=1
create_wrksrc=yes
conf_files="/etc/${pkgname}/config.json"
@ -17,8 +17,8 @@ homepage="https://element.io"
changelog="https://raw.githubusercontent.com/vector-im/element-desktop/develop/CHANGELOG.md"
distfiles="https://github.com/vector-im/element-desktop/archive/v${version}.tar.gz>element-desktop-v${version}.tar.gz
https://github.com/vector-im/element-web/archive/v${version}.tar.gz>element-web-v${version}.tar.gz"
checksum="6f38aad3c28401a16d3a00830a309334ed4d64920a7d7feaf651b64c213c5d73
2c47aaf91de56cd2d0a488a0efe66b09e9d0ba472af2a506a87ce33eced0d662"
checksum="3fddf18fe2d6c56f2ddafcaecb4aa6c09567d3f30af87a9e8c0267b342c1849d
52b333303d24bc57fe9ae3c7ace12ace0cdf337c745ede9677831b9aa64ce924"
export USE_SYSTEM_APP_BUILDER=true