$ git show --format=fuller --patch-with-stat --summary bd572ee8de536379744631dc674e0643df45bf1f
commit bd572ee8de536379744631dc674e0643df45bf1f
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Sun Nov 19 17:17:50 2023 +0100
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Sun Nov 19 17:17:50 2023 +0100
Package missing icons
---
dnfdrake.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dnfdrake.spec b/dnfdrake.spec
index 2df6c23..1aaf681 100644
--- a/dnfdrake.spec
+++ b/dnfdrake.spec
@@ -3,7 +3,7 @@
Summary: A frontend for DNF
Name: dnfdrake
Version: 4.0.0
-Release: 1
+Release: 2
License: GPLv3
Group: Graphical desktop/KDE
URL: https://mib.pianetalinux.org
@@ -79,6 +79,7 @@ install -Dm 0644 OMA.png -t %{buildroot}/%{_datadir}/%{name}/
install -Dm 0755 FILE-EXTRA/%{name}.desktop -t %{buildroot}/%{_datadir}/applications
# icons
+install -Dm 0644 ICONS-EXTRA/* -t %{buildroot}%{_datadir}/%{name}/
install -Dm 0644 %{name}.svg -t %{buildroot}%{_iconsdir}/hicolor/scalable/apps/
for d in 16 32 48 64 72 128 256 512
do