Remove gconf dependency
This commit is contained in:
parent
31f596f878
commit
a64877d496
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,12 +1,11 @@
|
|||
pkgbase = termius
|
||||
pkgdesc = Desktop SSH Client
|
||||
pkgver = 5.4.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.termius.com/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = squashfs-tools
|
||||
depends = gconf
|
||||
depends = libnotify
|
||||
depends = libappindicator-gtk3
|
||||
depends = libxtst
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
pkgname=termius
|
||||
pkgver=5.4.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Desktop SSH Client"
|
||||
url="https://www.termius.com/"
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
depends=('gconf' 'libnotify' 'libappindicator-gtk3' 'libxtst' 'nss' 'libxss')
|
||||
depends=('libnotify' 'libappindicator-gtk3' 'libxtst' 'nss' 'libxss')
|
||||
makedepends=('squashfs-tools')
|
||||
# Get latest version + link from https://uappexplorer.com/snap/ubuntu/termius-app || snap info termius-app || run the following
|
||||
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r
|
||||
|
|
|
|||
Loading…
Reference in New Issue