summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-01-02 17:53:08 +0200
committerAdrian Perez de Castro2020-01-02 17:53:08 +0200
commit59e7663f41ae875bff83779baf89e4557ce0bd65 (patch)
tree740febe12f3b695e7635edd0590304b63db42c78 /PKGBUILD
parent879e54ee4530dd832638765e8118dd1d5286b57b (diff)
downloadaur-59e7663f41ae875bff83779baf89e4557ce0bd65.tar.gz
Add gtk-layer-shell dependency, provide wf-shell
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf382f711cff..446b83e077a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgdesc='GTK3-based panel for the Wayfire compositor'
url=https://wayfire.org
arch=(x86_64)
license=(custom:MIT)
-provides=("${pkgname%-fit}")
-conflicts=("${pkgname%-git}")
-depends=(wf-config gtkmm3)
+provides=("${pkgname%-git}")
+conflicts=("${provides[@]}")
+depends=(wf-config gtkmm3 gtk-layer-shell)
makedepends=(wayland wayland-protocols meson ninja git gobject-introspection)
source=("${pkgname}::git+https://github.com/WayfireWM/wf-shell")
sha512sums=('SKIP')