Commit graph

148 commits

Author SHA1 Message Date
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Will Dietz cb3c214602 lightdm: 1.28.0 -> 1.30.0 2019-05-18 18:18:34 -04:00
Will Dietz 60a9e6177d sddm: 0.18.0 -> 0.18.1 2019-03-31 11:37:03 -05:00
worldofpeace 0bdf2a391d lightdm: drop run-dir.patch
That patched the bundled configuration which is useless to NixOS.
2019-03-19 19:16:21 -04:00
worldofpeace 44298e76d5 lightdm: disable writing dmrc files to home
Can cause issues where lightdm prefers the last saved session in .dmrc
even if it doesn't exist anymore, preventing people from logging in to
a session.
2019-03-13 21:19:23 -04:00
Will Dietz 7971975f29 lightdm_gtk_greeter: fix configureFlags to not be one long string
For whatever reason, setting `configureFlagsArray` causes
the configure invocation to escape spaces between parameters:

configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/4bn8dsr743dp0g5j020jf8why5hkld3p-lightdm-gtk-greeter-2.0.6 --localstatedir=/var\ --sysconfdir=/etc\ --disable-indicator-services-command\ --enable-at-spi-command=/nix/store/li9bsxl8qja8qw0pa70xd572gw5hqsdm-at-spi2-core-2.30.1/libexec/at-spi-bus-launcher\ \ --launch-immediately

This actually doesn't break the build (!) but it does break
lightdm pretty badly for me and it's not hard to imagine why :).

Instead, use configureFlags as normal but just append the command
in `preConfigure` directly, so we can preserve the space.
2019-03-12 23:14:24 -05:00
worldofpeace cc29045d99 lightdm_gtk_greeter: disable indicator services
Needs upstart [0] and that's long gone now.

[0]: https://git.launchpad.net/lightdm-gtk-greeter/tree/configure.ac?id=f6ce16f2107de712a0edd8f5fb6853ea6ab8a399#n154
2019-03-12 22:46:39 -04:00
worldofpeace b5cac7566f lightdm_gtk_greeter: correct at-spi-command
Without manually setting the command with the
flag, it's hardcoded to some FHS path.
2019-03-12 22:46:39 -04:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Jan Tojnar a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Katharina Fey a6d0b9c5b5
ly: init at 0.2.1 2018-11-08 21:40:00 +01:00
Lysergia b0068a2abe lightdm-mini-greeter: 0.3.3 -> 0.3.4 (#49655)
New upstream release.
2018-11-03 17:24:00 +01:00
Lysergia 1ed146b438 lightdm-mini-greeter: 0.3.2 -> 0.3.3 (#49619)
New upstream release.
2018-11-02 03:08:19 +01:00
Andreas Rammhold 385e5ac847 sddm: 0.17.0 -> 0.18.0
Bumps to the latest stable version while fixing CVE-2018-14345 [1].

Changelog [2]:
 - Support theme supplied avatars
 - Compile against Qt 5.11
 - Fix platform detection for HighDPI
 - On close, switch VT to a running session if applicable
 - Better ConsoleKit support
 - Fix authentication when non-default hidden option ReuseSession=true is used (CVE-2018-14345)
 - Hide sessions with NoDisplay=true
 - Honor PAM's ambient supplemental groups
 - Cleanup socket destruction
 - Don't quit on SIGHUP
 - Updated translations

[1] https://nvd.nist.gov/vuln/detail/CVE-2018-14345
[2] https://github.com/sddm/sddm/releases/tag/v0.18.0
2018-10-26 12:17:58 +02:00
Matthew Bauer 7432fde1ad
Merge pull request #44920 from eadwu/init/lightdm-enso-os-greeter
lightdm-enso-os-greeter: init at 0.2.1
2018-10-08 13:54:31 -05:00
R. RyanTM 712da92800 lightdm_gtk_greeter: 2.0.5 -> 2.0.6 (#47021)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lightdm-gtk-greeter/versions
2018-09-28 22:36:18 +02:00
worldofpeace 34a94e3b75 lightdm: ensure run-directory is /run/lightdm (#46907) 2018-09-19 21:23:56 +02:00
worldofpeace cc424308df lightdm: split outputs 2018-08-30 18:22:43 -04:00
worldofpeace 2e1f7f4b98 lightdm: add description 2018-08-30 18:11:08 -04:00
R. RyanTM 83f876cb29 lightdm: 1.26.0 -> 1.28.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
lightdm
2018-08-30 14:37:06 -07:00
Jan Tojnar a82ea67994
Merge pull request #43633 from jfrankenau/fix-icon-cache
pulseeffects, lightdm-gtk-greeter, gxmessage, viking: depend on hicolor-icon-theme
2018-08-16 09:30:11 +02:00
Edmund Wu 2d1ecc482d
lightdm-enso-os-greeter: init at 0.2.1 2018-08-14 11:06:17 -04:00
Pascal Wittmann 0e3b4b6e7d
sddm: add license
see issue #43716
2018-08-04 18:43:42 +02:00
Pascal Wittmann d9290e55a3
slim: add license
see issue #43716
2018-08-04 18:26:41 +02:00
worldofpeace ed8fbbbfa9 lightdm: 1.24.0 -> 1.26.0
* now uses fetchFromGitHub too
2018-07-27 11:37:49 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Johannes Frankenau 10707eaf43 lightdm-gtk-greeter: depend on hicolor-icon-theme
This avoids conflicts on `share/icons/hicolor/icon-theme.cache`.
2018-07-16 20:55:21 +02:00
Matthew Justin Bauer 8180c32b73
Merge pull request #39153 from mnacamura/lightdm-mini-greeter
lightdm-mini-greeter: init at 0.3.2
2018-06-18 11:38:35 -04:00
Mitsuhiro Nakamura 83b389394b lightdm-mini-greeter: init at 0.3.2 2018-06-18 18:55:06 +09:00
Bastian Köcher 6c46706fa6 sddm: Fixes build with Qt 5.11 2018-06-12 14:27:11 +02:00
Matthew Bauer 52893d5276 treewide: move "extensions" drvs to dir
This cleans up the tree for pkgs/applications somewhat. Should not
change any hashes.
2018-04-17 13:50:49 -05:00
Will Dietz 09eaddf4eb sddm: add missing include for gettimeofday, fix w/musl 2018-03-31 00:09:02 -05:00
Will Dietz 5ed0ae686b slim: musl patch 2018-03-27 15:14:23 -05:00
Ryan Mulligan 6e6d0bd234 lightdm_gtk_greeter: 2.0.4 -> 2.0.5
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
/tmp/tmp.Ened4Ypstm /home/ryantm/.cache/nixpkgs
/home/ryantm/.cache/nixpkgs
- 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 2.0.5 with grep in /nix/store/w1whi2qkvm97pbk0mjigs7xhnd2vgczx-lightdm-gtk-greeter-2.0.5
- directory tree listing: https://gist.github.com/7fa4fc4e3d6e3d17e75f94d3a9798382
2018-03-25 01:36:43 -05:00
Frederik Rietdijk d10c201252 Merge remote-tracking branch 'upstream/master' into HEAD 2018-02-27 16:22:37 +01:00
Piotr Bogdan 65afa9eb08 lightdm-gtk-greeter: 2.0.3 -> 2.0.4 2018-02-27 14:13:31 +00:00
Frederik Rietdijk 4f08b0fbac Merge remote-tracking branch 'upstream/master' into HEAD 2018-02-26 10:50:18 +01:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Vladimír Čunát 0479e91309
lightdm-gtk-greeter: fix build by ignoring a warning 2018-02-24 22:30:24 +01:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Mateusz Kowalczyk 32a00e9290 lightdm-gtk-greeter: 2.0.1 -> 2.0.3 2017-12-17 13:58:47 +00:00
Jörg Thalheim 578575b13d
Merge pull request #32384 from rycee/lightdm/fix-rm-userdir
lightdm: fix removal of unused user data directories
2017-12-09 16:22:22 +00:00
Peter Hoeg 2017937302 sddm: 0.16.0 -> 0.17.0 2017-12-09 14:33:22 +08:00
Robert Helgesson 43c48a3c12
lightdm: fix removal of unused user data directories
This fixes errors such as

    Could not delete unused user data directory /var/lib/lightdm-data/.cache: Failed to execute child process “/bin/rm” (No such file or directory)
    Could not delete unused user data directory /var/lib/lightdm-data/.Xauthority: Failed to execute child process “/bin/rm” (No such file or directory)
    Could not delete unused user data directory /var/lib/lightdm-data/lightdm: Failed to execute child process “/bin/rm” (No such file or directory)
2017-12-06 13:23:30 +01:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Tim Steinbach e270f158ac
lightdm: 1.22.0 -> 1.24.0 2017-10-29 15:54:18 -04:00
Thomas Tuegel ef4a6bd181
sddm: remove HiDPI patch
Disabling HiDPI support seemed to resolve a segfault at SDDM startup, but that
was a red herring. The problem actually resulted from a QML cache invalidation
bug. It should be safe to enable HiDPI support again.
2017-10-19 07:07:24 -05:00
adisbladis 0d45be3d91
sddm: 0.15.0 -> 0.16.0 2017-10-19 11:09:24 +08:00
Peter Hoeg 02a23b7b24 sddm: theme background images use a relative path which breaks sddm-kcm 2017-10-16 14:25:23 +08:00