summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-10-24 13:12:09 +0300
committerAdrian Perez de Castro2020-10-24 13:12:09 +0300
commit67d7991708549df5ff17293e7bdeb797fce58360 (patch)
treee97c597dc1f9c7fb80bbe1b590c4cc1f16bca38a
parent585cc1f27bf179265abe9a3092bf7d33b12672fe (diff)
downloadaur-67d7991708549df5ff17293e7bdeb797fce58360.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a07359e7706b..7fa59e485597 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
pkgbase = wayfire-plugins-extra
pkgdesc = Additional plugins for Wayfire
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://wayfire.org
arch = x86_64
license = custom:MIT
+ makedepends = meson
+ makedepends = ninja
+ makedepends = glm
depends = wayfire>=0.5
depends = cairo
depends = glibmm
+ depends = iio-sensor-proxy
conflicts = wayfire-plugins-extra-git
source = wayfire-plugins-extra-0.5.0.tar.gz::https://github.com/WayfireWM/wayfire-plugins-extra/archive/v0.5.0.tar.gz
sha256sums = 64c56ffa66df26a7cbee1af41c34ae123abe8252deeaf02687237688a8281a9e
diff --git a/PKGBUILD b/PKGBUILD
index b83fbff8d244..1513ee7fda0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wayfire-plugins-extra
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Additional plugins for Wayfire'
url=https://wayfire.org
arch=(x86_64)
license=(custom:MIT)
conflicts=("${pkgname}-git")
-depends=('wayfire>=0.5' cairo glibmm)
+depends=('wayfire>=0.5' cairo glibmm iio-sensor-proxy)
+makedepends=(meson ninja glm)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/WayfireWM/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=(64c56ffa66df26a7cbee1af41c34ae123abe8252deeaf02687237688a8281a9e)