Browse Source

3.4.1-alt4

- Added Spec fix by aris@, thanks to him
- Fix Group
sisyphus 3.4.1-alt4_0
Hihin Ruslan 3 years ago
parent
commit
9cb19530ed
  1. 11
      lightdm-webkit2-greeter.spec

11
lightdm-webkit2-greeter.spec

@ -4,13 +4,18 @@ 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 <ruslandh@altlinux.ru>
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
@ -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 <ruslandh@altlinux.ru> 3.4.1-alt1
- Initial build for Sisyphus

Loading…
Cancel
Save