summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-01-26 14:15:25 +0100
committerPhilip Goto2022-01-26 14:15:25 +0100
commit13c3d26e27139e495e846ef859f50e34da8550d9 (patch)
tree33f4f62f9e815cf0bd76fe83889134fb4d241a83
parentf2cbe72a4708a5331ea85495121400478e1772bf (diff)
downloadaur-13c3d26e27139e495e846ef859f50e34da8550d9.tar.gz
Update to 0.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 8 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f67b8fddb57..1404488a82b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
- pkgver = 0.14.1
+ pkgver = 0.15.0
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phosh
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = phosh
depends = feedbackd
depends = libhandy
depends = phoc
- source = git+https://gitlab.gnome.org/World/Phosh/phosh.git#tag=v0.14.1
+ source = git+https://gitlab.gnome.org/World/Phosh/phosh.git#tag=v0.15.0
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
- sha256sums = SKIP
- sha256sums = SKIP
+ b2sums = SKIP
+ b2sums = SKIP
pkgname = phosh
diff --git a/PKGBUILD b/PKGBUILD
index 1a5dae9174d2..a9ce0c4939aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phosh
-pkgver=0.14.1
+pkgver=0.15.0
pkgrel=1
pkgdesc='A pure Wayland shell prototype for GNOME on mobile devices'
-url='https://gitlab.gnome.org/World/Phosh/phosh'
-license=('GPL3')
arch=(x86_64 aarch64 armv7h)
+url='https://gitlab.gnome.org/World/Phosh/phosh'
+license=(GPL3)
depends=(
callaudiod
feedbackd
@@ -20,12 +20,11 @@ makedepends=(
vala
wayland-protocols
)
-# checkdepends=(xorg-server-xvfb)
source=(
"git+${url}.git#tag=v${pkgver}"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
)
-sha256sums=('SKIP' 'SKIP')
+b2sums=('SKIP' 'SKIP')
prepare() {
cd phosh
@@ -40,12 +39,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
}