summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04304b5425b9..fb5962b8316f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,8 @@ pkgbase = wayfire-git
depends = libjpeg
depends = gtk3
depends = wf-config-git
+ optdepends = wf-shell-git: GTK3-based panel for the Wayfire compositor
+ optdepends = wf-sound-control-git: Small utility for the Wayfire compositor to control sound volume
provides = wayfire
conflicts = wayfire
source = git+https://github.com/ammen99/wayfire
diff --git a/PKGBUILD b/PKGBUILD
index e50bb7248a72..0ad4a7c68ce5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ arch=('x86_64')
url="https://github.com/ammen99/wayfire"
license=('MIT')
depends=('wlroots-git' 'cairo' 'glm' 'libjpeg' 'gtk3' 'wf-config-git')
-makedepends=('git' 'meson' 'ninja' 'wayland-protocols' )
+makedepends=('git' 'meson' 'ninja' 'wayland-protocols')
+optdepends=('wf-shell-git: GTK3-based panel for the Wayfire compositor'
+ 'wf-sound-control-git: Small utility for the Wayfire compositor to control sound volume')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()