summary refs log tree commit diff
path: root/pkgs/development/libraries/accountsservice
AgeCommit message (Collapse)AuthorFilesLines
2022-10-09accountsservice: fix build with libxcryptFranz Pletz1-0/+2
2022-07-28accountsservice: fix crossArtturin1-1/+6
failure line is result = cc.run(code, name : 'value of WTMPX_FILENAME')
2022-03-01accountsservice: 22.07.5 → 22.08.8Jan Tojnar1-12/+2
https://gitlab.freedesktop.org/accountsservice/accountsservice/-/tags/22.08.8
2022-02-26accountsservice: Fix setting profile picture in GNOME SettingsJan Tojnar1-0/+9
GNOME Settings places the picture to /tmp for AccountsService to use. But accounts-daemon.service has PrivateTmp enabled so it cannot access it. Let’s apply upstream patch to remove this hardening until a proper solution is implemented.
2022-02-26accountsservice: clean upJan Tojnar1-13/+20
- Move patches to the customary location just below src. - Add brief explanation comment to each patch. - Correct license. - Add freedesktop team to maintainers.
2022-02-26accountsservice: 0.6.55 → 22.07.5Jan Tojnar3-48/+31
New version scheme (${year}.${week}.${number_of_commits_since_last_release}). https://gitlab.freedesktop.org/accountsservice/accountsservice/-/compare/0.6.55...22.07.5
2022-01-19accountsservice: build with systemd to allow user switchingLorenz Brun1-0/+2
2021-10-31accountsservice: fix typo, little format cleanupSandro Jäckel2-3/+4
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-05-24accountsservice: add patch for upstream issue #55Piotr Bogdan1-0/+5
https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/55
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-31accountsservice: fix vendor extensionsworldofpeace2-0/+24
Fixes #72396. The interface org.freedesktop.DisplayManager.AccountsService should now exist. This also actually fixes #45059.
2019-09-16accountsservice: Move D-Bus conf file to share/dbus-1/system.dworldofpeace1-0/+5
Since D-Bus 1.9.18 configuration files installed by third-party should go in share/dbus-1/system.d. The old location is for sysadmin overrides.
2019-09-03treewide: don't use single quotes with placeholderworldofpeace1-1/+1
2019-07-01accountsservice: cleanupworldofpeace2-22/+150
* set admin_group to wheel * use a fix-paths.patch * patch to create StateDirectory Comes from upstream and should eliminate us creating the directories with a wrapper script.
2019-07-01accountsservice: cleanup styleworldofpeace1-9/+38
2019-04-26accountsservice: 0.6.54 -> 0.6.55Will Dietz2-8/+8
https://cgit.freedesktop.org/accountsservice/tag/?h=0.6.55
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-10-10accountsservice: 0.6.50 -> 0.6.54 (#48112)Andrew Childs2-19/+25
2018-07-12accountsservice: 0.6.49 -> 0.6.50Pascal Wittmann1-2/+2
2018-05-14accountsservice: 0.6.47 -> 0.6.49R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/accountsservice/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.6.49 with grep in /nix/store/5n1xmzvhis54f8vahhwxv4pn2k82sqmc-accountsservice-0.6.49 - directory tree listing: https://gist.github.com/d4f52cc42677c263ff034c14fb7741e3 - du listing: https://gist.github.com/0a90eaba29c57c4f54c36a659416df96
2018-04-27accountsservice: change url to httpsPascal Wittmann1-2/+2
2018-04-26accountsservice: 0.6.46 -> 0.6.47R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/accountsservice/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.6.47 with grep in /nix/store/gd55py0d0scns044hqccrihgsv9k8g9r-accountsservice-0.6.47 - directory tree listing: https://gist.github.com/0f7bbf0eb1486bf773f561276689270a
2018-04-07accountsservice: 0.6.45 -> 0.6.46Pascal Wittmann1-2/+2
2017-06-18accountsservice: 0.6.43 -> 0.6.43Pascal Wittmann1-4/+5
2016-10-05accountsservice: 0.6.42 -> 0.6.43Alexander Ried2-30/+2
the patch for nixbld is not needed anymore since accountsservice now excludes all users with shell set to nologin. Previously this was only done for users in range 500 - minimum_uid (1000).
2016-09-01accountsservice: use exact store paths instead of /run/current-systemAlexander Ried1-3/+7
2016-09-01accountsservice: 0.6.40 -> 0.6.42Alexander Ried1-3/+3
2016-09-01accountsservice: add support for mutableUsers = falseAlexander Ried2-0/+131
Add code to accountsservice that returns an error if the environment variable NIXOS_USERS_PURE is set. This variable is set from the nixos accountsservice module if mutableUsers = false
2016-09-01accountsservice: add nixbld* to blacklistAlexander Ried2-2/+32
2016-09-01accountsservice: fix paths for nixosAlexander Ried1-0/+4
2016-09-01accountsservice: convert patch to default formatAlexander Ried2-3/+2
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-01-26accountsservice: update from 0.6.39 to 0.6.40Pascal Wittmann1-2/+2
2014-10-28accountsservice: update from 0.6.38 to 0.6.39Pascal Wittmann1-2/+2
2014-09-25accountsservice: update from 0.6.37 to 0.6.38, add meta-infos and adoptPascal Wittmann1-4/+8
2014-07-04accountsservice: update from 0.6.35 to 0.6.37Michael Raskin1-3/+3
2014-06-22accountsservice: add meta.descriptionBjørn Forsman1-0/+3
2014-06-22accountsservice: be consistent in naming (always two 's')Bjørn Forsman2-0/+40
The package is (correctly) named 'accountsservice' (with two 's'), but the attribute and expression path lacked one 's'. Fix it.