From 5e7698a0246563e0e58dc239206ca9ff6e1ca65b Mon Sep 17 00:00:00 2001 From: travankor Date: Tue, 18 Sep 2018 16:10:12 -0700 Subject: [PATCH] lightdm: update to 1.28.0. --- srcpkgs/lightdm/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/lightdm/template b/srcpkgs/lightdm/template index 5a417f21a4..613aa48eb2 100644 --- a/srcpkgs/lightdm/template +++ b/srcpkgs/lightdm/template @@ -1,17 +1,18 @@ # Template file for 'lightdm' pkgname=lightdm -version=1.26.0 -revision=2 +version=1.28.0 +revision=1 build_style=gnu-configure configure_args="--sbindir=/usr/bin --with-greeter-session=lightdm-gtk-greeter --with-greeter-user=lightdm --disable-static --disable-tests $(vopt_enable gir introspection)" short_desc="Light Display Manager" maintainer="Juan RP " -license="GPL-3.0-only, LGPL-3.0-only" +license="GPL-3.0-or-later, LGPL-2.0-or-later" homepage="https://github.com/CanonicalLtd/lightdm" +changelog="https://raw.githubusercontent.com/CanonicalLtd/lightdm/master/NEWS" distfiles="https://github.com/CanonicalLtd/lightdm/releases/download/${version}/lightdm-${version}.tar.xz" -checksum=c95e14e9131b5f95ecba42faaab2cfa917371193caa54fa1b4322ad7a89334f0 +checksum=f20f599d8d7cf90b77a2df33c6e9e615abc443123b1b228de1c20a636aecfa07 build_options="gir" hostmakedepends="pkg-config intltool itstool $(vopt_if gir gobject-introspection)"