Plasma 5.23 Beta. Tested on TW Live, seems to work.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/grub2-theme-breeze?expand=0&rev=118
This commit is contained in:
parent
a98910a767
commit
506f708774
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b288fb1fa360542497a3048f3d106799254c6d0c5fbccd82d7a303561bd08dc
|
||||
size 3144508
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmEuEtsACgkQ7JTRj38F
|
||||
mX7tOggAr/YeeVLdekSTxMINEEIEblpbkDToU14tzwbNLWQMKLcZCYTODut3Yyo8
|
||||
+Dhq3aTm/MrWIvVysRuw3z7hkqBWuXm+eWzDyEHSX4Ae6uOT5CM29vH0pEk+bBDV
|
||||
AzdJDaD3aRAVcpD44Gdt1KMMw2o6BEa14HW0iNX0S+EOIv6he1MupaGzaVLW0lUe
|
||||
TpxkbNMFU91xE9vjU1rhQIIX+ChrSmvbeGIDfiAuLLqrJdNSQ+lbWgplQwL5fBWa
|
||||
xuI9FiCvWk0b16vvFP6ovei4/iyr4ijavm98eGwnnZOhQOda/RaODo2jlHWh8uRM
|
||||
U+czLS1tHG6guB2qMfqhJkRT/ALPig==
|
||||
=vYKZ
|
||||
-----END PGP SIGNATURE-----
|
3
breeze-grub-5.22.90.tar.xz
Normal file
3
breeze-grub-5.22.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f114a27ed9c6ac665674b4b1032e8d59e076fbef02ab5d6ca6cbd0ac4f575fb
|
||||
size 3168652
|
11
breeze-grub-5.22.90.tar.xz.sig
Normal file
11
breeze-grub-5.22.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmFDASMACgkQ7JTRj38F
|
||||
mX649ggAuHDFaLUhnHyU2uk81ywNcacgbTQAmhtnAfEEfaCISgRWAwcwGRO/oefX
|
||||
eFG0R+5w6CxHavhyCI5qifV4HVm5xR1d0I5Wk3tWFLv3u+FaQcxioFb92nbBtQkU
|
||||
ZoXXaAK3aCVir7eJfR8LhTRYQEyrMv/G39qRZ4ol87cVV2N5DL7friUGHMRj6GxI
|
||||
rITz9akXNvDResrka01T3312wEN1bIbISUPDM0xmLNb8ANTbUIxbaZAVxvD2pTm5
|
||||
rnULsrctX964DH7O9vw9i5QhpvwymMwQ2ws9NpMmTBRdZIVQ0F/HX+Xm6OijrtsN
|
||||
FEB6hoo5zIoTrMd306r4RGH45P3bGA==
|
||||
=4t+3
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 13:04:48 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.22.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma/5/5.22.90
|
||||
- Changes since 5.22.5:
|
||||
* add gitlab-ci.yml
|
||||
* add license files for unifont
|
||||
* Add license information in SPDX format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 31 19:08:38 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -18,15 +18,15 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: grub2-theme-breeze
|
||||
Version: 5.22.5
|
||||
Version: 5.22.90
|
||||
Release: 0
|
||||
Summary: Plasma branding for GRUB2's graphical console
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Boot
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/breeze-grub-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/breeze-grub-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/breeze-grub-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/breeze-grub-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
@ -40,14 +40,13 @@ Plasma branding for the GRUB2's graphical console.
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/boot/grub/themes/
|
||||
find . -type f ! -name "COPYING" -exec install -D -m644 {} %{buildroot}/boot/grub2/themes/{} \;
|
||||
mkdir -p %{buildroot}/boot/grub2/themes/breeze/
|
||||
cp -a breeze %{buildroot}/boot/grub2/themes/breeze/
|
||||
|
||||
%files
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%dir /boot/grub2
|
||||
%dir /boot/grub2/themes
|
||||
/boot/grub2/themes/breeze
|
||||
/boot/grub2/themes/mkfont.sh
|
||||
/boot/grub2/themes/breeze/
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user