Dan Johansen pushed to branch main at Arch Linux / Packaging / Packages / phosh
Commits:
e36d18b9 by Dan Johansen at 2026-01-09T20:05:11+01:00
upgpkg: 0.52.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = phosh
pkgdesc = A Wayland shell for GNOME on mobile devices
- pkgver = 0.51.0
+ pkgver = 0.52.1
pkgrel = 1
url = https://gitlab.gnome.org/World/Phosh/phosh
arch = x86_64
@@ -50,18 +50,19 @@ pkgbase = phosh
depends = phoc
depends = phosh-osk-provider
depends = polkit
+ depends = qrcodegen
depends = systemd-libs
depends = upower
depends = wayland
depends = xdg-desktop-portal-gtk
depends = xdg-desktop-portal-phosh
depends = xdg-desktop-portal-wlr
- source =
git+https://gitlab.gnome.org/World/Phosh/phosh.git?signed#tag=v0.51.0
+ source =
git+https://gitlab.gnome.org/World/Phosh/phosh.git?signed#tag=v0.52.1
source = git+https://gitlab.gnome.org/World/Phosh/libcall-ui.git
- source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
+ source = git+https://gitlab.gnome.org/guidog/libgnome-volume-control.git
source = phosh.pam
validpgpkeys = 0DB3932762F78E592F6522AFBB5A2C77584122D3
- b2sums =
76d05f99d3f4051ccf5f3ec9bd44ef12b218f5306bfba682451250186e7c0caf1fde71117866a9e3c5d021949bd14aa36917ca6df6eb6c5ed4768f8929c0a50e
+ b2sums =
855564e4c4a3e1757d72b70ceb448616fddddd7a5625c603bca1c720d0f9f40c71876577f8f77a28d7d01dc2e0b7d6e3b1bfbfa45169e802cabc8a7ff6620d69
b2sums = SKIP
b2sums = SKIP
b2sums =
d89e16605e2e8e29834f9537bd09ef3f76f1cf6420cdd99346a760cab8c7217f86898be66c24b206b464239fc8b5277150abd19bae81af72187a435bd8c2f869
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Philip Goto <[email protected]>
pkgname=phosh
-pkgver=0.51.0
+pkgver=0.52.1
pkgrel=1
pkgdesc='A Wayland shell for GNOME on mobile devices'
arch=(x86_64)
@@ -49,6 +49,7 @@ depends=(
phoc
phosh-osk-provider
polkit
+ qrcodegen
systemd-libs
upower
wayland
@@ -70,15 +71,13 @@ checkdepends=(
source=(
"git+https://gitlab.gnome.org/World/Phosh/phosh.git?signed#tag=v$pkgver"
git+https://gitlab.gnome.org/World/Phosh/libcall-ui.git
- git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
+ git+https://gitlab.gnome.org/guidog/libgnome-volume-control.git
phosh.pam
)
-b2sums=(
-
76d05f99d3f4051ccf5f3ec9bd44ef12b218f5306bfba682451250186e7c0caf1fde71117866a9e3c5d021949bd14aa36917ca6df6eb6c5ed4768f8929c0a50e
- SKIP
- SKIP
-
d89e16605e2e8e29834f9537bd09ef3f76f1cf6420cdd99346a760cab8c7217f86898be66c24b206b464239fc8b5277150abd19bae81af72187a435bd8c2f869
-)
+b2sums=('855564e4c4a3e1757d72b70ceb448616fddddd7a5625c603bca1c720d0f9f40c71876577f8f77a28d7d01dc2e0b7d6e3b1bfbfa45169e802cabc8a7ff6620d69'
+ 'SKIP'
+ 'SKIP'
+
'd89e16605e2e8e29834f9537bd09ef3f76f1cf6420cdd99346a760cab8c7217f86898be66c24b206b464239fc8b5277150abd19bae81af72187a435bd8c2f869')
validpgpkeys=(0DB3932762F78E592F6522AFBB5A2C77584122D3) # Guido Günther
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh/-/commit/e36d18b9b66bf26d01ce6df492f5739d634ae873
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh/-/commit/e36d18b9b66bf26d01ce6df492f5739d634ae873
You're receiving this email because of your account on gitlab.archlinux.org.