diff --git a/lightdm-webkit2-greeter.spec b/lightdm-webkit2-greeter.spec index 2299fef..f95e1a6 100644 --- a/lightdm-webkit2-greeter.spec +++ b/lightdm-webkit2-greeter.spec @@ -4,17 +4,22 @@ Release: alt4 Summary: A modern, visually appealing greeter for LightDM. License: GPL-3.0 -Group: Other +Group: Graphical desktop/Other Url: https://github.com/JezerM/web-greeter Packager: Hihin Ruslan ExcludeArch: ppc64le +Requires: lightdm +Provides: lightdm-greeter + +Requires: python3-module-ruamel-yaml python3-module-PyQt5 python3-module-PyQtWebEngine python3-module-pygobject3 liblightdm-gobject + Source: %name-%version.tar Source1: %name.conf -Patch: lightdm-webkit2-greeter-3.4.1-makefile.patch +Patch: lightdm-webkit2-greeter-3.4.1-makefile.patch Patch1: lightdm-webkit2-greeter-3.4.1-basedir.patch Patch2: lightdm-webkit2-greeter-3.4.1-opt.patch @@ -37,12 +42,11 @@ BuildRequires: bash-completion zsh-completions BuildRequires: /usr/bin/python3 -Requires: python3-module-ruamel-yaml python3-module-PyQt5 python3-module-PyQtWebEngine python3-module-pygobject3 liblightdm-gobject %description A modern, visually appealing greeter for LightDM, that allows to create web based themes with HTML, CSS and JavaScript. This is a fork of the Antergos web-greeter that tries to fix and improve this project for a modern and current use. Due to this, some API changes are needed, which implies that current themes would need to do changes to work correctly. -Also, check out nody-greeter, a greeter made in Node.js with Electron! (Actually, faster than Web Greeter)\ +Also, check out nody-greeter, a greeter made in Node.js with Electron! (Actually, faster than Web Greeter) %prep %setup @@ -111,4 +115,3 @@ install -m 644 %SOURCE1 %buildroot%_sysconfdir/lightdm/ * Mon May 09 2022 Hihin Ruslan 3.4.1-alt1 - Initial build for Sisyphus -