removes gconf dependency

This commit is contained in:
Nemo 2020-08-05 19:31:58 +05:30
parent 1c124ffbe7
commit ea67f6f136
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,6 @@ pkgbase = signal-desktop-beta-bin
install = signal-desktop-beta-bin.install install = signal-desktop-beta-bin.install
arch = x86_64 arch = x86_64
license = GPL3 license = GPL3
depends = gconf
depends = gtk2 depends = gtk2
depends = libnotify depends = libnotify
depends = libxtst depends = libxtst

View File

@ -1,11 +1,11 @@
# Maintainer: Nemo <archlinux at captnemo dot in> # Maintainer: Nemo <archlinux at captnemo dot in>
pkgname=signal-desktop-beta-bin pkgname=signal-desktop-beta-bin
pkgrel=1 pkgrel=2
pkgdesc="Private messaging from your desktop" pkgdesc="Private messaging from your desktop"
arch=('x86_64') arch=('x86_64')
url="https://github.com/WhisperSystems/Signal-Desktop#readme" url="https://github.com/WhisperSystems/Signal-Desktop#readme"
license=('GPL3') license=('GPL3')
depends=('gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss') depends=('gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss')
options=('!strip' '!emptydirs') options=('!strip' '!emptydirs')
install=${pkgname}.install install=${pkgname}.install
provides=('signal-desktop-beta') provides=('signal-desktop-beta')