Remove gconf dependency

This commit is contained in:
TBK 2020-02-07 09:37:43 +01:00
parent da6e8afb26
commit 0dcb98315b
No known key found for this signature in database
GPG Key ID: 6D4FD19CB66C95EA
2 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,11 @@
pkgbase = termius-beta pkgbase = termius-beta
pkgdesc = Desktop SSH Client pkgdesc = Desktop SSH Client
pkgver = 5.4.1 pkgver = 5.4.1
pkgrel = 1 pkgrel = 2
url = https://www.termius.com/ url = https://www.termius.com/
arch = x86_64 arch = x86_64
license = custom license = custom
makedepends = squashfs-tools makedepends = squashfs-tools
depends = gconf
depends = libnotify depends = libnotify
depends = libappindicator-gtk3 depends = libappindicator-gtk3
depends = libxtst depends = libxtst

View File

@ -3,12 +3,12 @@
pkgname=termius-beta pkgname=termius-beta
pkgver=5.4.1 pkgver=5.4.1
pkgrel=1 pkgrel=2
pkgdesc="Desktop SSH Client" pkgdesc="Desktop SSH Client"
url="https://www.termius.com/" url="https://www.termius.com/"
arch=('x86_64') arch=('x86_64')
license=('custom') license=('custom')
depends=('gconf' 'libnotify' 'libappindicator-gtk3' 'libxtst' 'nss' 'libxss') depends=('libnotify' 'libappindicator-gtk3' 'libxtst' 'nss' 'libxss')
makedepends=('squashfs-tools') makedepends=('squashfs-tools')
# Get latest version + link from https://snapcraft.io/termius-beta|| snap info termius-beta || run the following # Get latest version + link from https://snapcraft.io/termius-beta|| snap info termius-beta || run the following
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-beta | jq '.download_url' -r # curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-beta | jq '.download_url' -r