summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-12-18 21:07:29 +0100
committerPhilip Goto2021-12-18 21:07:29 +0100
commitfc193ca3c91ca596f93f845c38e1bcb26a856a39 (patch)
treee1222e7a462b89f77698241c3f53e4c4c0152a78
parentf33b98bfac6213018f164c27df1a02086d1a0c76 (diff)
downloadaur-fc193ca3c91ca596f93f845c38e1bcb26a856a39.tar.gz
Update to 0.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28e2c415852a..badea37466e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = phoc-embedded-wlroots
pkgdesc = Wlroots based Phone compositor (matching wlroots embedded)
- pkgver = 0.9.0
- pkgrel = 3
+ pkgver = 0.11.0
+ pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phoc
arch = x86_64
arch = aarch64
license = GPL3
- checkdepends = xorg-server-xvfb
makedepends = ctags
makedepends = git
makedepends = libhandy
@@ -15,12 +14,13 @@ pkgbase = phoc-embedded-wlroots
makedepends = wayland-protocols
depends = mutter
depends = seatd
- depends = xcb-util-wm
depends = xcb-util-errors
+ depends = xcb-util-renderutil
+ depends = xcb-util-wm
provides = phoc
conflicts = phoc
conflicts = wlroots
- source = git+https://gitlab.gnome.org/World/Phosh/phoc.git#tag=v0.9.0
+ source = git+https://gitlab.gnome.org/World/Phosh/phoc.git#tag=v0.11.0
source = git+https://source.puri.sm/Librem5/wlroots.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 367f734ef49c..534a89c2f774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phoc-embedded-wlroots
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.11.0
+pkgrel=1
pkgdesc='Wlroots based Phone compositor (matching wlroots embedded)'
url='https://gitlab.gnome.org/World/Phosh/phoc'
license=(GPL3)
@@ -10,8 +10,9 @@ arch=(x86_64 aarch64)
depends=(
mutter
seatd
- xcb-util-wm
xcb-util-errors
+ xcb-util-renderutil
+ xcb-util-wm
)
makedepends=(
ctags
@@ -21,7 +22,6 @@ makedepends=(
vala
wayland-protocols
)
-checkdepends=(xorg-server-xvfb)
provides=(phoc)
conflicts=(phoc wlroots)
source=(
@@ -43,12 +43,6 @@ build() {
meson compile -C build
}
-check() {
- dbus-run-session xvfb-run \
- -s '-screen 0 1920x1080x24 -nolisten local' \
- meson test -C build --print-errorlogs
-}
-
package() {
DESTDIR="${pkgdir}" meson install -C build
}