Yeah, I don't know how I should tackle that, since I don't want to force a dependency on English. But I'm assuming its just dictionary in general that is necessary.
Search Criteria
Package Details: slack-desktop 4.43.51-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/slack-desktop.git (read-only, click to copy) |
---|---|
Package Base: | slack-desktop |
Description: | Slack Desktop (Beta) for Linux |
Upstream URL: | https://slack.com/downloads |
Licenses: | custom |
Submitter: | ogarcia |
Maintainer: | ogarcia |
Last Packager: | ogarcia |
Votes: | 613 |
Popularity: | 4.47 |
First Submitted: | 2015-10-19 09:59 (UTC) |
Last Updated: | 2025-04-08 06:20 (UTC) |
Dependencies (7)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libsecret
- libxss
- nss (nss-hgAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- libappindicator-gtk3 (optional) – Systray indicator support
- org.freedesktop.secrets (gnome-keyring-gitAUR, pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, keepassxc-qt6AUR, pass-secret-service-binAUR, keepassxc-gitAUR, pass-secret-service-gitAUR, dssdAUR, gnome-keyring, keepassxc, kwallet, kwallet5) (optional) – Keyring password store support
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 42 43 44 45 46 47 48 49 Next › Last »
vodik commented on 2015-09-25 12:43 (UTC)
yochaigal commented on 2015-09-25 11:36 (UTC)
I had to install hunspell-en-base from AUR before it work.
ttux commented on 2015-09-25 08:25 (UTC)
Never mind, I should have read all the comments first. After installing hunspell-en it works.
ttux commented on 2015-09-25 08:19 (UTC)
Same here, the window is just white for me.
krionux commented on 2015-09-24 09:09 (UTC)
Hi guys
Doesn't quite run on my desktop. Is this the same version as the one announced on https://slack.com/apps ?
Regards,
vodik commented on 2015-09-23 00:30 (UTC)
Updated, thanks.
esiqveland commented on 2015-09-20 21:06 (UTC)
PKGBUILD: Updated to 1.2.1
https://gist.github.com/esiqveland/7c629161dc9f6574696d
frandieguez commented on 2015-09-16 22:02 (UTC)
Please find attached the diff to update this package
diff --git a/PKGBUILD b/PKGBUILD
index 6be4516..c99dbdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kyle Manna <kyle(at)kylemanna(dot)com>
pkgname=slack-chat
-pkgver=1.1.7
+pkgver=1.2.0
pkgrel=2
pkgdesc="Slack Chat (Beta) for Linux"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ optdepends=('gnome-keyring')
source_x86_64=("https://slack-ssb-updates.global.ssl.fastly.net/linux_releases/slack-${pkgver}-amd64.deb")
source_i686=("https://slack-ssb-updates.global.ssl.fastly.net/linux_releases/slack-${pkgver}-i386.deb")
-sha256sums_x86_64=('4934d682d5fcac4ba1aa30fa1b8ee0ff98b4ec8b6dbbf433c6f08cd2543f1f19')
-sha256sums_i686=('ec361c5a264912f5fc1ab6f95aeb8978732022530324432b4a96f929b79b9f1a')
+sha256sums_x86_64=('17a17add83de0793c207571ba542a5c7b6adfff08792d8b01cc64159c354126b')
+sha256sums_i686=('2c0c4b7a9a11cf7e4cbb97eb1add1799bc21709aa63311fc66e6918ea6b07c73')
package() {
bsdtar -O -xf "slack-${pkgver}"*.deb data.tar.xz | bsdtar -C "$pkgdir" -xJf -
Pinned Comments
ogarcia commented on 2020-02-06 11:44 (UTC) (edited on 2020-02-06 11:44 (UTC) by ogarcia)
Please, don't ask for add
lsb-release
as dependency. In Arch Linux this package is not needed to run Slack Desktop.And before asking for any other dependency as
make
orpatch
or whatever, please read the wiki.