summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--use-system-dictionaries.patch15
3 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 048562c8cc07..14128e68a2b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocketchat-desktop
pkgdesc = Rocket.Chat Native Cross-Platform Desktop Application via Electron.
- pkgver = 2.17.4
+ pkgver = 2.17.5
pkgrel = 1
url = https://github.com/RocketChat/Rocket.Chat.Electron
arch = i686
@@ -14,16 +14,16 @@ pkgbase = rocketchat-desktop
depends = electron
optdepends = hunspell-en_US: spell checking
conflicts = rocketchat-client-bin
- source = rocketchat-desktop-2.17.4.tar.gz::https://github.com/RocketChat/Rocket.Chat.Electron/archive/2.17.4.tar.gz
+ source = rocketchat-desktop-2.17.5.tar.gz::https://github.com/RocketChat/Rocket.Chat.Electron/archive/2.17.5.tar.gz
source = rocketchat-desktop
source = rocketchat-desktop.desktop
source = fix-build.patch
source = use-system-dictionaries.patch
- sha512sums = 72d833dd749af99f72494094c1063d4e226b5544db3d07a9880b969f9d7095830d2982875d58105520c64b8829b617896d218809060c94a714ba33dd94798149
+ sha512sums = 9f081256ab86830dd34623744d209229454c8fcd1bab7bda62b68c874a3a1d957ea516b1be5ac3648a644b9da2f74d9478667aa567fb4035c25616da30ab0c7a
sha512sums = 1f0f7197012421ff42d2936f73e697e35eef8c57fb9fed59ee022f9d170d6496407f89e426526fba8451fe304b3a8de1724d1cd14bd85d781bbf6aa9ca078d7d
sha512sums = d87664b9bdf30eac3011393d094962e0d568a94b5eaf4c8e5f17529442dcba905cea7341527066102a97a07a981acd6ce045b8737eb78a7d81a2a2d05023fe26
sha512sums = f614b29f3fb330e870edd51a3f1b9ca05c72c2c937a5a4d23797947751d55f8ac8db217f8edbe277e721c1a07f5bc84fd0be7a4903a7d991f7a9eb9625f34ce9
- sha512sums = a571ec316822dff7c8f5c073a294ce7dbe788c37245647206afdd38f69c9a33730a3c8ad375ca68724f1b09fa6672ad194315c0abc175e28c84cb8a830a9f9d5
+ sha512sums = 514209aed08ac089b864baea02f3447d707cb2848cd39a86aad2e197dfe38016887d956babb02938a6d7908c6cdca52ac17641e61b130f59358b7d60b3610a1f
pkgname = rocketchat-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 28f78daeb29e..c99dfd1100ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthias Lisin <ml@visu.li>
# Contributor: sum01 <sum01@protonmail.com>
pkgname=rocketchat-desktop
-pkgver=2.17.4
+pkgver=2.17.5
_srcname="Rocket.Chat.Electron-$pkgver"
pkgrel=1
pkgdesc='Rocket.Chat Native Cross-Platform Desktop Application via Electron.'
@@ -17,11 +17,11 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
rocketchat-desktop.desktop
fix-build.patch
use-system-dictionaries.patch)
-sha512sums=('72d833dd749af99f72494094c1063d4e226b5544db3d07a9880b969f9d7095830d2982875d58105520c64b8829b617896d218809060c94a714ba33dd94798149'
+sha512sums=('9f081256ab86830dd34623744d209229454c8fcd1bab7bda62b68c874a3a1d957ea516b1be5ac3648a644b9da2f74d9478667aa567fb4035c25616da30ab0c7a'
'1f0f7197012421ff42d2936f73e697e35eef8c57fb9fed59ee022f9d170d6496407f89e426526fba8451fe304b3a8de1724d1cd14bd85d781bbf6aa9ca078d7d'
'd87664b9bdf30eac3011393d094962e0d568a94b5eaf4c8e5f17529442dcba905cea7341527066102a97a07a981acd6ce045b8737eb78a7d81a2a2d05023fe26'
'f614b29f3fb330e870edd51a3f1b9ca05c72c2c937a5a4d23797947751d55f8ac8db217f8edbe277e721c1a07f5bc84fd0be7a4903a7d991f7a9eb9625f34ce9'
- 'a571ec316822dff7c8f5c073a294ce7dbe788c37245647206afdd38f69c9a33730a3c8ad375ca68724f1b09fa6672ad194315c0abc175e28c84cb8a830a9f9d5')
+ '514209aed08ac089b864baea02f3447d707cb2848cd39a86aad2e197dfe38016887d956babb02938a6d7908c6cdca52ac17641e61b130f59358b7d60b3610a1f')
if [[ $CARCH == "i686" ]]; then
_releasename="release:linux-ia32"
_distname="linux-ia32-unpacked"
diff --git a/use-system-dictionaries.patch b/use-system-dictionaries.patch
index f771888a2e3c..fe7e9a323193 100644
--- a/use-system-dictionaries.patch
+++ b/use-system-dictionaries.patch
@@ -1,7 +1,7 @@
diff -ura package.orig/src/scripts/spellChecking.js package.new/src/scripts/spellChecking.js
---- package.orig/src/scripts/spellChecking.js 2020-01-31 14:06:58.340723019 +0100
-+++ package.new/src/scripts/spellChecking.js 2020-01-31 14:08:23.626144739 +0100
-@@ -113,12 +113,7 @@
+--- package.orig/src/scripts/spellChecking.js 2020-02-04 20:01:17.366294000 +0100
++++ package.new/src/scripts/spellChecking.js 2020-02-04 20:02:48.469827846 +0100
+@@ -117,11 +117,7 @@
export const setupSpellChecking = async () => {
const embeddedDictionaries = getAvailableDictionaries();
@@ -10,8 +10,7 @@ diff -ura package.orig/src/scripts/spellChecking.js package.new/src/scripts/spel
- remote.app.getAppPath().endsWith('app.asar') ? '..' : '.',
- 'dictionaries',
- );
--
-+ dictionariesPath = '/usr/share/qt/qtwebengine_dictionaries'
- const installedDictionaries = (await fs.promises.readdir(dictionariesPath, { encoding: 'utf8' }))
- .filter((filename) => ['.bdic'].includes(path.extname(filename).toLowerCase()))
- .map((filename) => path.basename(filename, path.extname(filename)).replace(/-/, '_'))
++ dictionariesPath = '/usr/share/qt/qtwebengine_dictionaries';
+
+ let installedDictionaries = [];
+ if (process.platform !== 'darwin') {