summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Lisin2019-01-01 00:41:41 +0100
committerMatthias Lisin2019-01-01 00:41:41 +0100
commitf25041da81fffa3c9c3dff49b1fb1c69247fe2ae (patch)
tree48ca332e018e1b654cea8dde2c23bda345fb8f58
parent2db85d43eb83805217ad9f4ca2d3c466780a4850 (diff)
downloadaur-f25041da81fffa3c9c3dff49b1fb1c69247fe2ae.tar.gz
upgpkg: rocketchat-desktop 2.14.6-3
Took Eli's advice and removed the .install file and added hunspell-en_US as sole optional dependency to indicate how spell checking now works. Also removed all the dependencies except (obviously) electron2 since they are covered by electron2 anyway. You can now remove gconf.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
-rw-r--r--rocketchat-desktop.install11
3 files changed, 4 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 386d04a632b0..e6bd52f72195 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = rocketchat-desktop
pkgdesc = Rocket.Chat Native Cross-Platform Desktop Application via Electron.
pkgver = 2.14.6
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/RocketChat/Rocket.Chat.Electron
- install = rocketchat-desktop.install
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 4ab42a903e66..4281717b37aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=rocketchat-desktop
pkgver=2.14.6
_srcname="Rocket.Chat.Electron-$pkgver"
-pkgrel=2
+pkgrel=3
pkgdesc='Rocket.Chat Native Cross-Platform Desktop Application via Electron.'
arch=('i686' 'x86_64')
url="https://github.com/RocketChat/Rocket.Chat.Electron"
license=('MIT')
-depends=('electron2' 'nss' 'libxss' 'gconf' 'gtk3' 'glibc')
+depends=('electron2')
makedepends=('nodejs' 'node-gyp' 'python2' 'yarn')
+optdepends=('hunspell-en_US: spell checking')
conflicts=('rocketchat-client-bin')
-install=rocketchat-desktop.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/RocketChat/Rocket.Chat.Electron/archive/$pkgver.tar.gz"
rocketchat-desktop
fix-linux-target.patch
diff --git a/rocketchat-desktop.install b/rocketchat-desktop.install
deleted file mode 100644
index 5b6892e3d639..000000000000
--- a/rocketchat-desktop.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- echo "
-
-To enable spell checking, install the desired hunspell-* packages!
-
-"
-}
-
-post_upgrade() {
- post_install
-}