You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.0 KiB
72 lines
2.0 KiB
3 years ago
|
Name: lightdm-webkit2-greeter
|
||
|
Version: 3.4.1
|
||
|
Release: alt1
|
||
|
|
||
|
Summary: A modern, visually appealing greeter for LightDM.
|
||
|
License: GPL-3.0
|
||
|
Group: Other
|
||
|
Url: https://github.com/JezerM/web-greeter
|
||
|
|
||
|
Packager: Hihin Ruslan <ruslandh@altlinux.ru>
|
||
|
|
||
|
Source: %name-%version.tar
|
||
|
|
||
|
BuildRequires: python3-devel
|
||
|
|
||
|
# Automatically added by buildreq on Mon May 09 2022
|
||
|
# optimized out: libgpg-error libqt5-core libqt5-xml libxcb-devel pkg-config python3 python3-base python3-module-PyQt5 python3-module-PyQt5-sip sh4 xorg-proto-devel
|
||
|
BuildRequires: libX11-devel python3-module-PyQt5-devel rsync zsh
|
||
|
|
||
|
BuildRequires: python3-module-pygobject3-devel python3-module-PyQtWebEngine python3-module-ruamel-yaml
|
||
|
BuildRequires: python3-module-pyinotify qt5-webengine-devel gem-gobject-introspection-devel libxcb-devel
|
||
|
BuildRequires: liblightdm-gobject lightdm-gir-devel lightdm-devel
|
||
|
BuildRequires: bash-completion zsh-completions
|
||
|
|
||
|
%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)\
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
%make clean
|
||
|
subst 's,\<lib\>,%_lib,g' Makefile
|
||
|
|
||
|
|
||
|
%build
|
||
|
#configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
%makeinstall_std
|
||
|
|
||
|
|
||
|
#check
|
||
|
#make check
|
||
|
|
||
|
%files
|
||
|
%_sysconfdir/lightdm/Xgreeter
|
||
|
%_sysconfdir/lightdm/web-greeter.yml
|
||
|
%_sysconfdir/xdg/lightdm/lightdm.conf.d/90-greeter-wrapper.conf
|
||
|
|
||
|
%_bindir/web-greeter
|
||
|
|
||
|
%dir %_libdir/web-greeter/
|
||
|
%_libdir/web-greeter/*
|
||
|
|
||
|
%_datadir/applications/*
|
||
|
%_datadir/bash-completion/*
|
||
|
%_datadir/metainfo/*
|
||
|
%_datadir/web-greeter/*
|
||
|
%_datadir/xgreeters
|
||
|
%_datadir/zsh/site-functions/*
|
||
|
|
||
|
%_docdir/web-greeter/*
|
||
|
|
||
|
%_man1dir/*
|
||
|
%doc *.md
|
||
|
|
||
|
%changelog
|
||
|
* Mon May 09 2022 Hihin Ruslan <ruslandh@altlinux.ru> 3.4.1-alt1
|
||
|
- Initial build for Sisyphus
|