From 3425eea71b5ad0a17261994f31f431dfe3989912 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:56:45 +0100 Subject: [PATCH] package created using the webbuild interface [release 5.11.2-1mamba;Sun Oct 29 2017] --- README.md | 2 ++ breeze-grub.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 breeze-grub.spec diff --git a/README.md b/README.md index a06c7ae..94ee60d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # breeze-grub +KDE Plasma 5 Breeze theme for the Grub boot loader. + diff --git a/breeze-grub.spec b/breeze-grub.spec new file mode 100644 index 0000000..88f4c22 --- /dev/null +++ b/breeze-grub.spec @@ -0,0 +1,43 @@ +%define majver %(echo %version | cut -d. -f1-2) + +Name: breeze-grub +Version: 5.11.2 +Release: 1mamba +Summary: KDE Plasma 5 Breeze theme for the Grub boot loader +Group: Graphical Desktop/Look 'n' feel +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.kde.org +Source: https://download.kde.org/stable/plasma/%{version}/breeze-grub-%{version}.tar.xz +# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +KDE Plasma 5 Breeze theme for the Grub boot loader. + +%prep +%setup -q + +%build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +install -d %{buildroot}/boot/grub +cp -a breeze %{buildroot}/boot/grub + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%dir /boot/grub/breeze +/boot/grub/breeze/* +%doc COPYING + +%changelog +* Sun Oct 29 2017 Silvan Calarco 5.11.2-1mamba +- package created using the webbuild interface