Dan Johansen pushed to branch main at Arch Linux / Packaging / Packages / phosh
Commits:
6b8a5fbd by Dan Johansen at 2025-07-14T16:47:42+02:00
upgpkg: 0.48.0-2
Remove -D callui-i18n=true as mentioned in #1 to resolve conflicts.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
pkgver = 0.48.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/World/Phosh/phosh
arch = x86_64
arch = aarch64
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=phosh
pkgver=0.48.0
-pkgrel=1
+pkgrel=2
pkgdesc='A pure Wayland shell prototype for GNOME on mobile devices'
arch=('x86_64' 'aarch64')
url='https://gitlab.gnome.org/World/Phosh/phosh'
@@ -72,7 +72,7 @@ prepare() {
build() {
arch-meson --libexecdir=/usr/lib/phosh \
-D tests=true -D phoc_tests=disabled \
- -D man=true -D gtk_doc=false -D callui-i18n=true \
+ -D man=true -D gtk_doc=false \
-D lockscreen-plugins=true phosh build
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh/-/commit/6b8a5fbd674b3776eaf02d6f5e1cc558e6ca955c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/phosh/-/commit/6b8a5fbd674b3776eaf02d6f5e1cc558e6ca955c
You're receiving this email because of your account on gitlab.archlinux.org.