Remove gconf dependency
This commit is contained in:
parent
da6e8afb26
commit
0dcb98315b
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue