summary refs log tree commit diff
path: root/pkgs/development/libraries/accountsservice
Commit message (Collapse)AuthorAge
* accountsservice: fix vendor extensionsworldofpeace2019-10-31
| | | | | | | Fixes #72396. The interface org.freedesktop.DisplayManager.AccountsService should now exist. This also actually fixes #45059.
* accountsservice: Move D-Bus conf file to share/dbus-1/system.dworldofpeace2019-09-16
| | | | | 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.
* treewide: don't use single quotes with placeholderworldofpeace2019-09-03
|
* accountsservice: cleanupworldofpeace2019-07-01
| | | | | | | | | * 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.
* accountsservice: cleanup styleworldofpeace2019-07-01
|
* accountsservice: 0.6.54 -> 0.6.55Will Dietz2019-04-26
| | | | https://cgit.freedesktop.org/accountsservice/tag/?h=0.6.55
* gobject-introspection: rename packageJan Tojnar2018-12-02
| | | | camelCase package name was a huge inconsistency in GNOME package set.
* accountsservice: 0.6.50 -> 0.6.54 (#48112)Andrew Childs2018-10-10
|
* accountsservice: 0.6.49 -> 0.6.50Pascal Wittmann2018-07-12
|
* accountsservice: 0.6.47 -> 0.6.49R. RyanTM2018-05-14
| | | | | | | | | | | | | | 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
* accountsservice: change url to httpsPascal Wittmann2018-04-27
|
* accountsservice: 0.6.46 -> 0.6.47R. RyanTM2018-04-26
| | | | | | | | | | | | | 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
* accountsservice: 0.6.45 -> 0.6.46Pascal Wittmann2018-04-07
|
* accountsservice: 0.6.43 -> 0.6.43Pascal Wittmann2017-06-18
|
* accountsservice: 0.6.42 -> 0.6.43Alexander Ried2016-10-05
| | | | | | | 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).
* accountsservice: use exact store paths instead of /run/current-systemAlexander Ried2016-09-01
|
* accountsservice: 0.6.40 -> 0.6.42Alexander Ried2016-09-01
|
* accountsservice: add support for mutableUsers = falseAlexander Ried2016-09-01
| | | | | | 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
* accountsservice: add nixbld* to blacklistAlexander Ried2016-09-01
|
* accountsservice: fix paths for nixosAlexander Ried2016-09-01
|
* accountsservice: convert patch to default formatAlexander Ried2016-09-01
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* accountsservice: update from 0.6.39 to 0.6.40Pascal Wittmann2015-01-26
|
* accountsservice: update from 0.6.38 to 0.6.39Pascal Wittmann2014-10-28
|
* accountsservice: update from 0.6.37 to 0.6.38, add meta-infos and adoptPascal Wittmann2014-09-25
|
* accountsservice: update from 0.6.35 to 0.6.37Michael Raskin2014-07-04
|
* accountsservice: add meta.descriptionBjørn Forsman2014-06-22
|
* accountsservice: be consistent in naming (always two 's')Bjørn Forsman2014-06-22
The package is (correctly) named 'accountsservice' (with two 's'), but the attribute and expression path lacked one 's'. Fix it.