automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]
This commit is contained in:
parent
a79dc02d1e
commit
1b8612c3b7
@ -1,4 +1,4 @@
|
|||||||
# breeze-grub
|
# breeze-grub
|
||||||
|
|
||||||
KDE Plasma 5 Breeze theme for the Grub boot loader.
|
KDE Plasma Breeze theme for the Grub boot loader.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--- breeze-grub-5.25.4/breeze/theme.txt.orig 2022-08-03 13:01:46.406967365 +0200
|
--- breeze-grub-6.0.0/breeze/theme.txt 2024-02-21 16:39:35.000000000 +0100
|
||||||
+++ breeze-grub-5.25.4/breeze/theme.txt 2022-08-03 13:06:23.367540441 +0200
|
+++ breeze-grub-6.0.0.patched/breeze/theme.txt 2024-03-02 12:19:52.004416930 +0100
|
||||||
@@ -13,7 +13,12 @@
|
@@ -13,7 +13,12 @@
|
||||||
message-font: "Unifont Regular 14"
|
message-font: "Unifont Regular 14"
|
||||||
message-color: "#7f8c8d"
|
message-color: "#7f8c8d"
|
||||||
@ -17,7 +17,7 @@
|
|||||||
@@ -26,13 +31,13 @@
|
@@ -26,13 +31,13 @@
|
||||||
text = "Select Operating System"
|
text = "Select Operating System"
|
||||||
align = "center"
|
align = "center"
|
||||||
font = "Unifont Regular 32"
|
font = "Unifont Bold 16"
|
||||||
- color = "#ffffff"
|
- color = "#ffffff"
|
||||||
+ color = "#35ff35"
|
+ color = "#35ff35"
|
||||||
}
|
}
|
||||||
@ -32,7 +32,7 @@
|
|||||||
# effectively 50px are below and the remaining 150 above
|
# effectively 50px are below and the remaining 150 above
|
||||||
top = 50%-150
|
top = 50%-150
|
||||||
@@ -48,17 +53,17 @@
|
@@ -48,17 +53,17 @@
|
||||||
item_font = "Unifont Regular 16"
|
item_font = "Unifont Regular 16"
|
||||||
item_color = "#7f8c8d"
|
item_color = "#7f8c8d"
|
||||||
selected_item_font = "Unifont Bold 16"
|
selected_item_font = "Unifont Bold 16"
|
||||||
- selected_item_color = "#ffffff"
|
- selected_item_color = "#ffffff"
|
@ -1,32 +1,32 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define plasmaver %(echo %{version} | cut -d. -f1-3)
|
%define plasmaver %(echo %{version} | cut -d. -f1-3)
|
||||||
Name: breeze-grub
|
Name: breeze-grub
|
||||||
Version: 5.27.10
|
Version: 6.0.2
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: KDE Plasma 5 Breeze theme for the Grub boot loader
|
Summary: KDE Plasma Breeze theme for the Grub boot loader
|
||||||
Group: Graphical Desktop/Look 'n' feel
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/it/plasma-desktop/
|
||||||
Source: https://download.kde.org/stable/plasma/%{plasmaver}/breeze-grub-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/breeze-grub-%{version}.tar.xz
|
||||||
Source1: breeze-grub-background.png
|
Source1: breeze-grub-background.png
|
||||||
Patch0: breeze-grub-5.25.4-theme-openmamba.patch
|
Patch0: breeze-grub-6.0.0-theme-openmamba.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(post): breeze-grub-theme = %{?epoch:%epoch:}%{version}-%{release}
|
Requires(post): breeze-grub-theme = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KDE Plasma 5 Breeze theme for the Grub boot loader.
|
KDE Plasma Breeze theme for the Grub boot loader.
|
||||||
|
|
||||||
%package theme
|
%package theme
|
||||||
Group: Graphical Desktop/Look 'n' feel
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
Summary: Settings for the KDE Plasma 5 Breeze theme for the Grub boot loader
|
Summary: Settings for the KDE Plasma Breeze theme for the Grub boot loader
|
||||||
Requires: breeze-grub
|
Requires: breeze-grub
|
||||||
|
|
||||||
%description theme
|
%description theme
|
||||||
Settings for the KDE Plasma 5 Breeze theme for the Grub boot loader.
|
Settings for the KDE Plasma Breeze theme for the Grub boot loader.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -71,9 +71,24 @@ fi
|
|||||||
%{_datadir}/grub/themes/breeze/theme.txt
|
%{_datadir}/grub/themes/breeze/theme.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.27.10-2mamba
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0.0-1mamba
|
||||||
|
- update to 6.0.0
|
||||||
|
|
||||||
|
* Mon Feb 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.93.0-2mamba
|
||||||
- replace background.png with 8bpp instead of grayscale to fix loading with grub 2.12
|
- replace background.png with 8bpp instead of grayscale to fix loading with grub 2.12
|
||||||
|
|
||||||
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jan 20 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
* Wed Dec 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user