summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2023-12-12 16:58:29 +0100
committerDan Johansen2023-12-12 16:58:29 +0100
commit8b053e02c0c7c5e36a48f9563c52206ac498eb80 (patch)
treebc7c568555867fec2a1ac21f3f23167caa441de9
parentb16582e15e495a3c23fc17608cacce8e896e9ebb (diff)
downloadaur-8b053e02c0c7c5e36a48f9563c52206ac498eb80.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 afb3fe771b2b..40b2f2d712e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wayfire-plugins-qtshell
pkgdesc = Implementation of qt-shell protocol for Wayfire in the form of wayfire plugin
pkgver = 0.8.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/wayfireplugins/qt-shell
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index d42e43b10d0e..47da46c14dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Dan Johansen <strit@manjaro.org>
+# Maintainer: Dan Johansen <strit@strits.dk>
_pkgname=qt-shell
pkgname=wayfire-plugins-qtshell
pkgver=0.8.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Implementation of qt-shell protocol for Wayfire in the form of wayfire plugin"
arch=('x86_64' 'aarch64')
url="https://gitlab.com/wayfireplugins/${_pkgname}"
@@ -15,7 +15,7 @@ md5sums=('7222f3368874f06e54b622e503764c21')
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
}