2018-07-27 17:37:49 +02:00
|
|
|
{ stdenv, fetchFromGitHub, pam, pkgconfig, autoconf, automake, libtool, libxcb
|
|
|
|
, glib, libXdmcp, itstool, intltool, libxklavier, libgcrypt, audit, busybox
|
2018-12-02 12:41:15 +01:00
|
|
|
, polkit, accountsservice, gtk-doc, gnome3, gobject-introspection, vala
|
2018-07-27 17:37:49 +02:00
|
|
|
, withQt4 ? false, qt4
|
2015-09-27 17:37:23 +02:00
|
|
|
, withQt5 ? false, qtbase
|
2015-03-10 01:32:49 +01:00
|
|
|
}:
|
2013-03-26 11:42:18 +01:00
|
|
|
|
2017-04-02 11:04:32 +02:00
|
|
|
with stdenv.lib;
|
|
|
|
|
2013-07-28 22:38:32 +02:00
|
|
|
stdenv.mkDerivation rec {
|
2018-07-27 17:37:49 +02:00
|
|
|
pname = "lightdm";
|
2018-08-30 23:37:06 +02:00
|
|
|
version = "1.28.0";
|
2013-03-26 11:42:18 +01:00
|
|
|
|
2018-07-27 17:37:49 +02:00
|
|
|
name = "${pname}-${version}";
|
|
|
|
|
2018-08-31 00:22:43 +02:00
|
|
|
outputs = [ "out" "dev" ];
|
|
|
|
|
2018-07-27 17:37:49 +02:00
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "CanonicalLtd";
|
|
|
|
repo = pname;
|
|
|
|
rev = version;
|
2018-08-30 23:37:06 +02:00
|
|
|
sha256 = "1mmqy1jdvgc0h0h9gli7n4vdv5p8m5019qjr5ni4h73iz6mjdj2b";
|
2013-03-26 11:42:18 +01:00
|
|
|
};
|
|
|
|
|
2018-07-27 17:37:49 +02:00
|
|
|
nativeBuildInputs = [
|
|
|
|
autoconf
|
|
|
|
automake
|
|
|
|
gnome3.yelp-tools
|
|
|
|
gnome3.yelp-xsl
|
2018-12-02 12:41:15 +01:00
|
|
|
gobject-introspection
|
2018-07-27 17:37:49 +02:00
|
|
|
gtk-doc
|
|
|
|
intltool
|
|
|
|
itstool
|
|
|
|
libtool
|
|
|
|
pkgconfig
|
|
|
|
vala
|
|
|
|
];
|
|
|
|
|
2013-07-28 22:38:32 +02:00
|
|
|
buildInputs = [
|
2018-07-27 17:37:49 +02:00
|
|
|
accountsservice
|
|
|
|
audit
|
|
|
|
glib
|
|
|
|
libgcrypt
|
|
|
|
libxcb
|
|
|
|
libXdmcp
|
|
|
|
libxklavier
|
|
|
|
pam
|
|
|
|
polkit
|
|
|
|
] ++ optional withQt4 qt4
|
|
|
|
++ optional withQt5 qtbase;
|
|
|
|
|
2018-09-19 21:23:56 +02:00
|
|
|
patches = [ ./run-dir.patch ];
|
2018-07-27 17:37:49 +02:00
|
|
|
|
|
|
|
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
|
2015-03-10 01:32:49 +01:00
|
|
|
|
|
|
|
configureFlags = [
|
|
|
|
"--localstatedir=/var"
|
|
|
|
"--sysconfdir=/etc"
|
2015-09-18 08:24:48 +02:00
|
|
|
"--disable-tests"
|
2018-07-27 17:37:49 +02:00
|
|
|
"--disable-static"
|
|
|
|
] ++ optional withQt4 "--enable-liblightdm-qt"
|
2017-04-02 11:04:32 +02:00
|
|
|
++ optional withQt5 "--enable-liblightdm-qt5";
|
2013-03-26 11:42:18 +01:00
|
|
|
|
2015-04-05 07:20:28 +02:00
|
|
|
installFlags = [
|
|
|
|
"sysconfdir=\${out}/etc"
|
|
|
|
"localstatedir=\${TMPDIR}"
|
|
|
|
];
|
2013-03-26 11:42:18 +01:00
|
|
|
|
2017-12-06 13:23:30 +01:00
|
|
|
prePatch = ''
|
2018-07-27 17:37:49 +02:00
|
|
|
substituteInPlace autogen.sh \
|
|
|
|
--replace "which" "${busybox}/bin/which"
|
|
|
|
|
2017-12-06 13:23:30 +01:00
|
|
|
substituteInPlace src/shared-data-manager.c \
|
2018-07-27 17:37:49 +02:00
|
|
|
--replace /bin/rm ${busybox}/bin/rm
|
2017-12-06 13:23:30 +01:00
|
|
|
'';
|
|
|
|
|
2017-04-02 11:04:32 +02:00
|
|
|
meta = {
|
2018-07-27 17:37:49 +02:00
|
|
|
homepage = https://github.com/CanonicalLtd/lightdm;
|
2018-08-31 00:11:08 +02:00
|
|
|
description = "A cross-desktop display manager.";
|
2015-03-10 01:32:49 +01:00
|
|
|
platforms = platforms.linux;
|
|
|
|
license = licenses.gpl3;
|
2018-07-27 17:37:49 +02:00
|
|
|
maintainers = with maintainers; [ ocharles wkennington worldofpeace ];
|
2013-03-26 11:42:18 +01:00
|
|
|
};
|
2013-07-28 22:38:32 +02:00
|
|
|
}
|