summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-04-30 15:56:40 +0200
committerPhilip Goto2021-04-30 15:56:40 +0200
commitefb850a63e3dd1a3a1c92c8f2f85be14ed9fb060 (patch)
tree02aa8266a789249852df0076b1f88adbd6bdd057
parentbfce25388cab26e4bcbeaafc3d651fa988dcd37e (diff)
downloadaur-efb850a63e3dd1a3a1c92c8f2f85be14ed9fb060.tar.gz
Update to 0.10.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32300d8ba401..9ee94d0521ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
- pkgver = 0.10.1
+ pkgver = 0.10.2
pkgrel = 1
url = https://source.puri.sm/Librem5/phosh
arch = i686
@@ -16,7 +16,8 @@ pkgbase = phosh
depends = feedbackd
depends = libhandy
depends = phoc
- source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.10.1
+ depends = libwlroots.so=7
+ source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.10.2
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
source = file://wlroots.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c83c3f24da8c..1f6032f899ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phosh
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
pkgdesc="A pure Wayland shell prototype for GNOME on mobile devices"
url="https://source.puri.sm/Librem5/phosh"
@@ -11,6 +11,7 @@ depends=(
feedbackd
libhandy
phoc
+ libwlroots.so=7
)
makedepends=(
ctags
@@ -37,7 +38,7 @@ prepare() {
}
build() {
- arch-meson phosh build
+ arch-meson phosh build -D gtk_doc=true
meson compile -C build
}