summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2024-03-15 02:13:09 -0700
committerChristopher Snowhill2024-03-15 02:13:09 -0700
commit7498b6e17c99122dd76363282b327cc30cbabd75 (patch)
tree492bc0a5234bc070d53aa122183586775410dd5c
parentab5b956350064d387ebb7ba277416d3e24f527e6 (diff)
downloadaur-wf-shell-git.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f8d816c117f..d88165f22d62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wf-shell-git
pkgdesc = GTK3-based panel for the Wayfire compositor
- pkgver = r180.a7b1f20
+ pkgver = r262.7f8f562
pkgrel = 1
url = https://wayfire.org
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = wf-shell-git
makedepends = ninja
makedepends = git
makedepends = gobject-introspection
+ makedepends = libdbusmenu-gtk3
depends = wf-config
depends = gtkmm3
depends = gtk-layer-shell
@@ -21,4 +22,3 @@ pkgbase = wf-shell-git
sha512sums = SKIP
pkgname = wf-shell-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 329eca4b8942..e97b58e1d8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Snowhill <kode54@gmail.com>
# Contributor: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wf-shell-git
-pkgver=r180.a7b1f20
+pkgver=r262.7f8f562
pkgrel=1
pkgdesc='GTK3-based panel for the Wayfire compositor'
url=https://wayfire.org
@@ -10,7 +10,7 @@ license=(custom:MIT)
provides=("${pkgname%-git}")
conflicts=("${provides[@]}")
depends=(wf-config gtkmm3 gtk-layer-shell pulseaudio)
-makedepends=(wayland wayland-protocols meson ninja git gobject-introspection)
+makedepends=(wayland wayland-protocols meson ninja git gobject-introspection libdbusmenu-gtk3)
source=("${pkgname}::git+https://github.com/WayfireWM/wf-shell")
sha512sums=('SKIP')