summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkhsjdhjs2023-07-07 01:13:45 +0200
committerjkhsjdhjs2023-07-07 01:13:45 +0200
commitedbf42e3ea8c4fe69d12f3688079ed15db6d1b3c (patch)
tree52a5da6a3ddf56a1f7781dbd45342198520f41cf
parentdfd507300c83d6cf733e35cd30b089bcd036ed0f (diff)
downloadaur-edbf42e3ea8c4fe69d12f3688079ed15db6d1b3c.tar.gz
Add libappindicator-gtk3 and libayatana-appindicator to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66904f9ecbab..baa406331a90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rustdesk-bin
pkgdesc = Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk!
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rustdesk/rustdesk
arch = x86_64
license = GPL3
@@ -16,6 +16,8 @@ pkgbase = rustdesk-bin
depends = xdg-utils
depends = xdotool
depends = hicolor-icon-theme
+ optdepends = libappindicator-gtk3: tray icon
+ optdepends = libayatana-appindicator: tray icon
provides = rustdesk
conflicts = rustdesk
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 4612c3b46bc3..f1f4916718fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rustdesk-bin
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk!"
arch=('x86_64')
url="https://github.com/rustdesk/rustdesk"
@@ -24,6 +24,10 @@ depends=(
'xdotool'
'hicolor-icon-theme'
)
+optdepends=(
+ 'libappindicator-gtk3: tray icon'
+ 'libayatana-appindicator: tray icon'
+)
options=('!strip')
source=("$url/releases/download/${pkgver}/rustdesk-${pkgver}-0-$CARCH.pkg.tar.zst")
sha256sums=('614a930ee551a292da8df0fbafb70e99a3ecb6915771b30d6d8c44b68df1046d')