Fix depends
Extracted from the new .deb download - https://s3.amazonaws.com/termius.desktop.autoupdate/linux/Termius.deb
This commit is contained in:
parent
e20333e01c
commit
620aacffe7
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
pkgname=termius
|
pkgname=termius
|
||||||
pkgver=4.2.7
|
pkgver=4.2.7
|
||||||
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=('gtk3' 'nss' 'libxtst' 'gconf' 'pulseaudio' 'gnutls' 'libxss')
|
depends=('gconf' 'libnotify' 'libappindicator-gtk3' 'libxtst' 'nss' 'libxss')
|
||||||
makedepends=('squashfs-tools')
|
makedepends=('squashfs-tools')
|
||||||
# Get latest version + link from https://uappexplorer.com/snap/ubuntu/termius-app || snap info termius-app || run the following
|
# 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
|
# curl -H 'X-Ubuntu-Series: 16' https://api.snapcraft.io/api/v1/snaps/details/termius-app | jq '.download_url' -r
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Termius
|
Name=Termius
|
||||||
Comment=Desktop SSH Client
|
Comment=Desktop SSH Client
|
||||||
Exec=termius
|
Exec=termius %U
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Icon=termius
|
Icon=termius
|
||||||
|
StartupWMClass=Termius
|
||||||
Categories=System;TerminalEmulator;
|
Categories=System;TerminalEmulator;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue