summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)