summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2023-12-12 16:58:42 +0100
committerDan Johansen2023-12-12 16:58:42 +0100
commitc2487412db0f7bfe1b1ef6765adb083572251f3d (patch)
treef047d7e5868f4cca2440402e3bb3f843d3825fd7
parent8f60e64f4404f5821df022dfdf2b38ca8a19d6bb (diff)
downloadaur-c2487412db0f7bfe1b1ef6765adb083572251f3d.tar.gz
define wlroots 0.16 files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee3f6daa4c5..8843aca0d9af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wayfire-plugins-wfconfig-hjson
pkgdesc = Wayfire plugin to read/write the configuration in the hjson format. Usage: wayfire --backend hjson-config-backend --config /path/to/config/file.hjson
pkgver = 0.8.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/wayfireplugins/wf-config-hjson
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 57bdd7d6504d..65234f2d7e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Dan Johansen <strit@manjaro.org>
+# Maintainer: Dan Johansen <strit@strits.dk>
_pkgname=wf-config-hjson
pkgname=wayfire-plugins-wfconfig-hjson
pkgver=0.8.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Wayfire plugin to read/write the configuration in the hjson format. Usage: wayfire --backend hjson-config-backend --config /path/to/config/file.hjson"
arch=('x86_64' 'aarch64')
url="https://gitlab.com/wayfireplugins/${_pkgname}"
@@ -15,7 +15,7 @@ md5sums=('1023dd91f0964df639e3b4ff3d6dc227')
build() {
cd "${_pkgname}-v${pkgver}"
- meson .build --prefix=/usr --buildtype=release
+ PKG_CONFIG_PATH=/usr/lib/wlroots0.16/pkgconfig meson setup .build --prefix=/usr --buildtype=release
ninja -C .build
}