From 0b3437973eb895e4c35c6877dac99c69fd115357 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 3 Jul 2023 16:37:16 +0300 Subject: [PATCH] update rpm icon --- SOURCES/application-x-rpm-redhat.svg | 99 ++++++++++++++++++++++++++++ SPECS/kora-icon-theme.spec | 7 +- 2 files changed, 105 insertions(+), 1 deletion(-) create mode 100644 SOURCES/application-x-rpm-redhat.svg diff --git a/SOURCES/application-x-rpm-redhat.svg b/SOURCES/application-x-rpm-redhat.svg new file mode 100644 index 0000000..37cf2f2 --- /dev/null +++ b/SOURCES/application-x-rpm-redhat.svg @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + rpm + diff --git a/SPECS/kora-icon-theme.spec b/SPECS/kora-icon-theme.spec index 3452f37..a694d8a 100644 --- a/SPECS/kora-icon-theme.spec +++ b/SPECS/kora-icon-theme.spec @@ -2,13 +2,14 @@ Name: kora-icon-theme Version: 1.5.7 -Release: 1%{?dist} +Release: 1%{?dist}.inferit Summary: Icon theme designed for Equinox GTK theme Group: User Interface/Desktops License: GPLv3 URL: https://github.com/bikass/kora Source0: https://github.com/bikass/kora/archive/refs/tags/v%{version}.tar.gz#/kora-%{version}.tar.gz +Source1: application-x-rpm-redhat.svg BuildArch: noarch BuildRequires: fdupes @@ -21,6 +22,7 @@ themes/panels. %prep %autosetup -n kora-%{version} +cp %{SOURCE1} kora/mimetypes/scalable/application-x-rpm-redhat.svg # Remove executable bits on all files find . -type f -exec chmod 0644 {} \; find . -type d -exec chmod 0755 {} \; @@ -68,5 +70,8 @@ done %changelog +* Mon Jul 3 2023 Arkady L. Shane - 1.5.7-1.inferit +- update rpm logo + * Mon Jun 19 2023 Arkady L. Shane - 1.5.7-1 - initial build for MSVSphere 9.2