summarylogtreecommitdiffstats
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
parent879e54ee4530dd832638765e8118dd1d5286b57b (diff)
downloadaur-59e7663f41ae875bff83779baf89e4557ce0bd65.tar.gz
Add gtk-layer-shell dependency, provide wf-shell
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63d37ce98492..fff0ba7015e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,8 @@ pkgbase = wf-shell-git
makedepends = gobject-introspection
depends = wf-config
depends = gtkmm3
- provides = wf-shell-git
+ depends = gtk-layer-shell
+ provides = wf-shell
conflicts = wf-shell
source = wf-shell-git::git+https://github.com/WayfireWM/wf-shell
sha512sums = SKIP
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')