tuigreet/tuigreet.spec

52 lines
1.3 KiB
RPMSpec
Raw Normal View History

#
# spec file for package tuigreet
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: tuigreet
Accepting request 928514 from home:stdden:branches:X11:Wayland - Update to 0.7.1 * Upgraded greetd_ipc to 0.8.0. * Used async throughout tuigreet to prevent blocking the UI. * Better handle different kinds of PAM prompts (such as fingerprint scanner prompts). * Allow customizing power commands to shut down and reboot the machine. * Miscellaneous UI improvements and typo fixes. * Added Polish and Catalan translations. * Updated man page. - tuigreet version 0.7.0 * Upgraded greetd_ipc to 0.8.0. * Used async throughout tuigreet to prevent blocking the UI. * Better handle different kinds of PAM prompts (such as fingerprint scanner prompts). * Allow customizing power commands to shut down and reboot the machine. * Miscellaneous UI improvements and typo fixes. * Added Polish and Catalan translations. - tuigreet version 0.6.1 * manpage was added. - tuigreet version 0.6.0 * Added option to remember last selected session between runs. * Add customization of the password redaction character instead of *. * Added translations in Italian and Portugese. - tuigreet version 0.5.0. * tuigreet used to terminate on authentication failure, which would pose security issues if greetd was configured to restart automatically with an `initial_session` set. Now, tuigreet loops on failure and keeps running (#24). * Following the previous item, all manual means of exiting tuigreet have been removed (such as hitting the ESC key). * Added localization of the user interface, with initial translations in English, French and German (thanks to @brodi1 for the German translation). - tuigreet version 0.4.0 * Add a space at the end of prompts if missing. * Added option to add global padding to the terminal. * Added menu to shut down and reboot the machine. * Fixed issue with container padding and greeting message. - tuigreet version 0.3.1. * Fixed issue where popup menus would put the UI into an unrecoverable state * Fixed issue where closing a popup would not return to the correct mode * Fixed issue with the time format * Added options to provide custom directories to look for sessions desktop files - tuigreet version 0.3.0. * Fixed issue where popup menus would put the UI into an unrecoverable state * Fixed issue with the time format * Added options to provide custom directories to look for sessions desktop files OBS-URL: https://build.opensuse.org/request/show/928514 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/tuigreet?expand=0&rev=4
2021-11-01 08:16:11 +00:00
Version: 0.7.1
Release: 0
Summary: Graphical console greeter for greetd
License: GPL-3.0-only
Group: System/Management
URL: https://github.com/apognu/tuigreet
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
Source2: cargo_config
BuildRequires: cargo-packaging
Recommends: greetd
%description
Console UI greeter (using tui-rs)
%prep
%setup -qa1
mkdir .cargo
cp %{SOURCE2} .cargo/config
%build
%{cargo_build}
%install
%{cargo_install}
%files
%license LICENSE
%doc README.md
%{_bindir}/%{name}
%changelog