Add translations for the new spinner/bgrt offline-updates splash
This commit is contained in:
parent
21a0365db7
commit
373f3f4c11
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
Summary: Graphical Boot Animation and Logger
|
||||
Name: plymouth
|
||||
Version: 0.9.4
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/Plymouth
|
||||
|
||||
@ -20,6 +20,8 @@ BuildRequires: libxslt, docbook-style-xsl
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pango-devel >= 1.21.0
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
|
||||
Requires: %{name}-core-libs = %{version}-%{release}
|
||||
Requires: %{name}-scripts = %{version}-%{release}
|
||||
@ -238,6 +240,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%find_lang %{name}
|
||||
|
||||
# Glow isn't quite ready for primetime
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/glow/
|
||||
@ -313,7 +316,7 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%doc AUTHORS README
|
||||
%dir %{_datadir}/plymouth
|
||||
@ -411,6 +414,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 4 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-4
|
||||
- Add translations for the new spinner/bgrt offline-updates splash
|
||||
|
||||
* Wed Feb 13 2019 Hans de Goede <jwrdegoede@fedoraproject.org> - 0.9.4-3
|
||||
- Add patches from upstream for:
|
||||
- Monitor hotplug support, this fixes issues with monitors on DP-MST
|
||||
|
Loading…
Reference in New Issue
Block a user