summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson2023-10-03 17:33:43 +0200
committerAlbin Larsson2023-10-03 17:33:43 +0200
commitada6923eed644dfbed08583d834b52863a333a3c (patch)
treed3f1e5ca9a54fdc60e67c97d90ab413034ff3afc
parent73200629352e91b347200c3f58abd747385adaa2 (diff)
downloadaur-ada6923eed644dfbed08583d834b52863a333a3c.tar.gz
add opt deps for wayland layer shell and clickable tray icon
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0caaaf4d4b20..87a97cdd043a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = ulauncher-git
depends = python-cairo
depends = python-gobject
depends = python-levenshtein
+ optdepends = gtk-layer-shell: wayland layer shell integration,
+ optdepends = xapp: tray icon with suport for single click,
optdepends = libappindicator-gtk3: tray icon
provides = ulauncher
conflicts = ulauncher
diff --git a/PKGBUILD b/PKGBUILD
index 3e2eaba2f534..ce887855acef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL3')
depends=('gtk3' 'webkit2gtk-4.1' 'libwnck3' 'python-cairo' 'python-gobject' 'python-levenshtein')
makedepends=('git' 'yarn' 'python-setuptools')
checkdepends=('desktop-file-utils')
-optdepends=('libappindicator-gtk3: tray icon')
+optdepends=('gtk-layer-shell: wayland layer shell integration', 'xapp: tray icon with suport for single click', 'libappindicator-gtk3: tray icon')
install="ulauncher.install"
provides=("ulauncher")
conflicts=("ulauncher")