Skip to content

Commit

Permalink
gdm: Use proper userdb dirs
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Feb 2, 2024
1 parent 80c8871 commit 74d0bed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Binary file modified g/gdm/manifest.x86_64.bin
Binary file not shown.
12 changes: 6 additions & 6 deletions g/gdm/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
"/usr/lib/systemd/system/gdm.service",
"/usr/lib/systemd/user/[email protected]/session.conf",
"/usr/lib/udev/rules.d/61-gdm.rules",
"/usr/lib/userdb/21.group",
"/usr/lib/userdb/21.user",
"/usr/lib/userdb/gdm.group",
"/usr/lib/userdb/gdm.user",
"/usr/sbin/gdm",
"/usr/share/dbus-1/system.d/gdm.conf",
"/usr/share/dconf/profile/gdm",
Expand Down Expand Up @@ -237,11 +241,7 @@
"/usr/share/locale/zh_CN/LC_MESSAGES/gdm.mo",
"/usr/share/locale/zh_HK/LC_MESSAGES/gdm.mo",
"/usr/share/locale/zh_TW/LC_MESSAGES/gdm.mo",
"/usr/share/locale/zu/LC_MESSAGES/gdm.mo",
"/usr/share/userdb/21.group",
"/usr/share/userdb/21.user",
"/usr/share/userdb/gdm.group",
"/usr/share/userdb/gdm.user"
"/usr/share/locale/zu/LC_MESSAGES/gdm.mo"
],
"name": "gdm",
"provides": [
Expand Down Expand Up @@ -299,6 +299,6 @@
}
},
"source-name": "gdm",
"source-release": "2",
"source-release": "3",
"source-version": "45.0.1"
}
10 changes: 5 additions & 5 deletions g/gdm/stone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : gdm
version : 45.0.1
release : 2
release : 3
homepage : https://gitlab.gnome.org/GNOME/gdm
upstreams :
- https://download.gnome.org/sources/gdm/45/gdm-45.0.1.tar.xz : 6572578c05e3c6569d6ed269f7de2aaf3a035657654586d8243907bb7a6ffa85
Expand Down Expand Up @@ -46,7 +46,7 @@ build : |
install : |
%meson_install
# TODO: Finish stateless + dependencies
%install_file %(pkgdir)/gdm.group %(installroot)%(datadir)/userdb/gdm.group
ln -s gdm.group %(installroot)%(datadir)/userdb/21.group
%install_file %(pkgdir)/gdm.user %(installroot)%(datadir)/userdb/gdm.user
ln -s gdm.user %(installroot)%(datadir)/userdb/21.user
%install_file %(pkgdir)/gdm.group %(installroot)%(libdir)/userdb/gdm.group
ln -s gdm.group %(installroot)%(libdir)/userdb/21.group
%install_file %(pkgdir)/gdm.user %(installroot)%(libdir)/userdb/gdm.user
ln -s gdm.user %(installroot)%(libdir)/userdb/21.user

0 comments on commit 74d0bed

Please sign in to comment.