summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-11-19 16:44:11 +0100
committerPhilip Goto2021-11-19 16:44:11 +0100
commitf33b98bfac6213018f164c27df1a02086d1a0c76 (patch)
tree2e176e2bfc0efce3880934e20caacbc912fd659c
parent3613eca78c7e44739062866b9a6516273b3994a9 (diff)
downloadaur-f33b98bfac6213018f164c27df1a02086d1a0c76.tar.gz
Conflict with wlroots
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 958d1befa595..28e2c415852a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phoc-embedded-wlroots
pkgdesc = Wlroots based Phone compositor (matching wlroots embedded)
pkgver = 0.9.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.gnome.org/World/Phosh/phoc
arch = x86_64
arch = aarch64
@@ -19,6 +19,7 @@ pkgbase = phoc-embedded-wlroots
depends = xcb-util-errors
provides = phoc
conflicts = phoc
+ conflicts = wlroots
source = git+https://gitlab.gnome.org/World/Phosh/phoc.git#tag=v0.9.0
source = git+https://source.puri.sm/Librem5/wlroots.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d6aa012e7eb0..367f734ef49c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=phoc-embedded-wlroots
pkgver=0.9.0
-pkgrel=2
+pkgrel=3
pkgdesc='Wlroots based Phone compositor (matching wlroots embedded)'
url='https://gitlab.gnome.org/World/Phosh/phoc'
license=(GPL3)
@@ -23,7 +23,7 @@ makedepends=(
)
checkdepends=(xorg-server-xvfb)
provides=(phoc)
-conflicts=(phoc)
+conflicts=(phoc wlroots)
source=(
"git+${url}.git#tag=v${pkgver}"
"git+https://source.puri.sm/Librem5/wlroots.git"
@@ -51,8 +51,4 @@ check() {
package() {
DESTDIR="${pkgdir}" meson install -C build
-
- rm -rf "${pkgdir}/usr/include/"
- rm -rf "${pkgdir}/usr/lib/pkgconfig/"
-
}