summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-11-05 13:21:13 +0100
committerPhilip Goto2021-11-05 13:21:13 +0100
commit386aaf3055d85df159c35519d9a53d0b9957081b (patch)
tree3d72f2c44f8dba18e88bee4c14fc3ac0ab6e1db3
parent91f6c34005a0ea6fdfdd2c2747e32d51f1756142 (diff)
downloadaur-386aaf3055d85df159c35519d9a53d0b9957081b.tar.gz
Update to 0.9.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f74823f71fb..174c1213f2e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = phoc-embedded-wlroots
pkgdesc = Wlroots based Phone compositor (matching wlroots embedded)
- pkgver = 0.8.0
- pkgrel = 2
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phoc
arch = x86_64
arch = aarch64
@@ -13,11 +13,12 @@ pkgbase = phoc-embedded-wlroots
makedepends = meson
makedepends = vala
depends = mutter
+ depends = seatd
depends = xcb-util-wm
depends = xcb-util-errors
provides = phoc
conflicts = phoc
- source = git+https://gitlab.gnome.org/World/Phosh/phoc.git#tag=v0.8.0
+ 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
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 61c2e07dc9ae..bca7a3c2fa77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phoc-embedded-wlroots
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc='Wlroots based Phone compositor (matching wlroots embedded)'
url='https://gitlab.gnome.org/World/Phosh/phoc'
-license=('GPL3')
+license=(GPL3)
arch=(x86_64 aarch64)
depends=(
mutter
+ seatd
xcb-util-wm
xcb-util-errors
)
@@ -37,7 +38,7 @@ prepare() {
}
build() {
- arch-meson phoc build -Dembed-wlroots=enabled
+ arch-meson phoc build -Dembed-wlroots=enabled --auto-features auto
meson compile -C build
}