José Romildo Malaquias
6449117be9
lightdm_gtk_greeter: fix license
2021-03-31 19:10:51 -03:00
José Romildo Malaquias
73350f7cb7
lightdm_gtk_greeter: exo-csource was replaced by xdt-source
2021-03-31 19:10:51 -03:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook
2021-01-25 15:56:15 -06:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ollie Charles
1675b11cd4
Remove myself from maintainers sets
...
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
worldofpeace
d12c11e30c
treewide: use nix-update updateScript for packages I maintain
2020-07-29 12:33:39 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robin Gloster
f9f46dc327
treewide: NIX_*_FLAGS -> string
2019-12-31 00:15:46 +01:00
worldofpeace
2cb421afb9
lightdm: add patch to fix wayland sessions
...
This was a nixos specific issue.
2019-12-15 01:42:19 -05:00
R. RyanTM
7e3cde7770
lightdm_gtk_greeter: 2.0.6 -> 2.0.7
2019-12-01 18:49:12 +01:00
Jan Tojnar
5b11829a63
yelp-tools: move to top-level
2019-11-20 04:58:00 +01:00
worldofpeace
9d857244d9
lightdm: cleanup uneeded files
2019-10-13 13:55:12 -04:00
worldofpeace
dbb8aadf84
lightdm: hardcode path to plymouth
2019-10-13 13:51:53 -04:00
Jan Tojnar
f5ef80b46d
Merge branch 'staging-next' into staging
2019-09-18 21:16:01 +02:00
worldofpeace
6d7687871e
lightdm-mini-greeter: use wrapGAppsHook
2019-09-18 11:13:43 -04:00
worldofpeace
b558eb8329
nixos/lightdm-gtk-greeter: don't wrap in module
2019-09-18 11:13:43 -04:00
worldofpeace
6390197f08
lightdm: Move D-Bus conf file to share/dbus-1/system.d
...
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-16 13:59:09 -04:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
worldofpeace
59e68d3b74
treewide: don't use single quotes with placeholder
2019-09-03 13:01:42 -04:00
Niklas Hambüchen
9e78f76ade
treewide: Remove unnecessary --disable-static
( #66759 )
...
* freetype: Remove unnecessary `--disable-static`.
The true-by-default `dontDisableStatic` already takes care of it.
Fixes freetype not being overridable to have static libs.
* treewide: Remove unnecessary `--disable-static`.
The true-by-default `dontDisableStatic` already takes care of it.
Fixes these packages not being overridable to have static libs.
2019-08-31 08:10:53 -04:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Will Dietz
cb3c214602
lightdm: 1.28.0 -> 1.30.0
2019-05-18 18:18:34 -04: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
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
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 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
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
Tim Steinbach
e270f158ac
lightdm: 1.22.0 -> 1.24.0
2017-10-29 15:54:18 -04:00
Vladimír Čunát
6ecf46334b
lightdm: purge explicit usage of gcc6
...
I forgot to include the initial fix into the parent commit :-/
2017-09-03 10:01:19 +02:00
ndowens
7d076ab4fa
lightdm: 1.18.1 -> 1.22.0 ( #24545 )
...
Remove patch
2017-04-02 10:04:32 +01:00
Robin Gloster
d6d796812a
lightdm_qt: fix build
2017-03-11 14:52:42 +01:00
Tim Steinbach
e622d5a73d
lightdm: 1.19.4 -> 1.19.5
2016-10-14 21:28:18 -04:00
obadz
3cfcd937d3
ligthdm: 1.18.1 -> 1.19.4
...
Required applying patch from https://bugs.gentoo.org/show_bug.cgi?id=588764
to lightdm_gtk_greeter
2016-09-16 15:03:45 +01:00
Alexander Ried
f9f904b294
lightdm: 1.16.5 -> 1.18.1 ( #14834 )
2016-04-19 23:06:27 +01:00