summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2019-10-08 14:36:39 +0300
committerAdrian Perez de Castro2019-10-08 14:37:08 +0300
commit879e54ee4530dd832638765e8118dd1d5286b57b (patch)
tree1f3226daff51acca4da1f66e785499327f594bc2
parenta8772cc131b7ff54f943c26c937b1df7ba0c8812 (diff)
downloadaur-879e54ee4530dd832638765e8118dd1d5286b57b.tar.gz
Add missing gobject-introspection makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 220feba0fb85..63d37ce98492 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = wf-shell-git
pkgdesc = GTK3-based panel for the Wayfire compositor
- pkgver = r63.3cff8dc
+ pkgver = r127.5593eab
pkgrel = 1
url = https://wayfire.org
arch = x86_64
license = custom:MIT
+ makedepends = wayland
makedepends = wayland-protocols
makedepends = meson
makedepends = ninja
makedepends = git
+ makedepends = gobject-introspection
depends = wf-config
depends = gtkmm3
provides = wf-shell-git
diff --git a/.gitignore b/.gitignore
index f432c076fc15..218620e2fb38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
-/*.log
-/*.tar
-/*.tar.*
-/src/
-/pkg/
-/wf-shell-git/
+*
+!/PKGBUILD
+!/.SRCINFO
+!/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index e1f7ab7fc7ab..cf382f711cff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wf-shell-git
-pkgver=r63.3cff8dc
+pkgver=r127.5593eab
pkgrel=1
pkgdesc='GTK3-based panel for the Wayfire compositor'
url=https://wayfire.org
@@ -9,7 +9,7 @@ license=(custom:MIT)
provides=("${pkgname%-fit}")
conflicts=("${pkgname%-git}")
depends=(wf-config gtkmm3)
-makedepends=(wayland-protocols meson ninja git)
+makedepends=(wayland wayland-protocols meson ninja git gobject-introspection)
source=("${pkgname}::git+https://github.com/WayfireWM/wf-shell")
sha512sums=('SKIP')