Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / accountsservice
Commits:
0efb8e53 by Jan Alexander Steffens (heftig) at 2026-03-02T03:29:09+01:00
25.34.76-2: Turn off homed again
It has issues:
- Choosing password on first login doesn't work
- We don't enable systemd-homed by default
- Deleting a user always deletes the homedir, even if the UI asked not to
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = accountsservice
pkgdesc = D-Bus interface for user account query and manipulation
pkgver = 25.34.76
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.freedesktop.org/accountsservice/accountsservice
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=accountsservice
pkgver=25.34.76
-pkgrel=1
+pkgrel=2
pkgdesc="D-Bus interface for user account query and manipulation"
url="https://gitlab.freedesktop.org/accountsservice/accountsservice"
arch=(x86_64)
@@ -52,7 +52,6 @@ prepare() {
build() {
local meson_options=(
-D admin_group=wheel
- -D create_homed=true
-D docbook=true
-D gtk_doc=true
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/accountsservice/-/commit/0efb8e53f2ac6a6f18a2f95bad63c6f2760b8a4a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/accountsservice/-/commit/0efb8e53f2ac6a6f18a2f95bad63c6f2760b8a4a
You're receiving this email because of your account on gitlab.archlinux.org.