summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Booker2023-06-10 13:32:02 +1200
committerThomas Booker2023-06-10 13:32:02 +1200
commit3a6169c6db782189454ddbf97de000fb7776618d (patch)
treedfdd81864ce2383b9b1e0b6b904bb75d77295e31
parentd2bd733106c7beca54b469dd53d3b690463717dd (diff)
downloadaur-3a6169c6db782189454ddbf97de000fb7776618d.tar.gz
Add more makedepends and checkdepends. Also update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3f31517c197..dc635ffd4a6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = phosh-git
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
- pkgver = 0.27.0.r31.g35db9d16
+ pkgver = 0.28.0.r22.gd06c69b9
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phosh
arch = x86_64
arch = aarch64
arch = armv7h
license = GPL3
+ checkdepends = xorg-server-xvfb
makedepends = meson
makedepends = git
makedepends = wayland-protocols
+ makedepends = python-docutils
depends = gtk3
depends = libhandy>=1.1.90
depends = gnome-desktop
diff --git a/PKGBUILD b/PKGBUILD
index f3b165d7aa08..14de8e790917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=phosh-git
-pkgver=0.27.0.r31.g35db9d16
+pkgver=0.28.0.r22.gd06c69b9
pkgrel=1
pkgdesc='A pure Wayland shell prototype for GNOME on mobile devices'
arch=(x86_64 aarch64 armv7h)
@@ -32,6 +32,10 @@ makedepends=(
meson
git
wayland-protocols
+ python-docutils
+)
+checkdepends=(
+ xorg-server-xvfb
)
provides=(phosh)
conflicts=(phosh)