[system-config-kdump] New icon

Roman Rakus rrakus at fedoraproject.org
Fri Oct 1 11:36:34 UTC 2010


commit 50e9c8d92a3057198ee4ae593b7e12c3b7090e70
Author: Roman Rakus <rrakus at redhat.com>
Date:   Fri Oct 1 13:32:28 2010 +0200

    New icon
    
    540288; use new icon from fedora design team
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 system-config-kdump-2.0.5-new_icon.patch |   27 +++++++++++++++++++++++++++
 system-config-kdump.png                  |  Bin 0 -> 4790 bytes
 system-config-kdump.spec                 |   11 ++++++++++-
 3 files changed, 37 insertions(+), 1 deletions(-)
---
diff --git a/system-config-kdump-2.0.5-new_icon.patch b/system-config-kdump-2.0.5-new_icon.patch
new file mode 100644
index 0000000..61b6a03
--- /dev/null
+++ b/system-config-kdump-2.0.5-new_icon.patch
@@ -0,0 +1,27 @@
+commit 42d5a8af0d15731a33870110d2764c772e025450
+Author: Roman Rakus <rrakus at redhat.com>
+Date:   Fri Oct 1 13:08:32 2010 +0200
+
+    New icon
+    
+    Used new icon from fedora design team:
+    https://fedorahosted.org/design-team/ticket/107
+    Also display this icon in main window.
+    
+    Signed-off-by: Roman Rakus <rrakus at redhat.com>
+
+diff --git a/pixmaps/system-config-kdump.png b/pixmaps/system-config-kdump.png
+index 90c0b8a..c9f5c9c 100644
+Binary files a/pixmaps/system-config-kdump.png and b/pixmaps/system-config-kdump.png differ
+diff --git a/src/system-config-kdump.glade b/src/system-config-kdump.glade
+index d9f6205..f2c5e19 100644
+--- a/src/system-config-kdump.glade
++++ b/src/system-config-kdump.glade
+@@ -6,6 +6,7 @@
+     <property name="title" translatable="yes">Kernel Dump Configuration</property>
+     <property name="default_width">600</property>
+     <property name="default_height">400</property>
++    <property name="icon_name">system-config-kdump</property>
+     <child>
+       <widget class="GtkVBox" id="vbox1">
+         <property name="visible">True</property>
diff --git a/system-config-kdump.png b/system-config-kdump.png
new file mode 100644
index 0000000..c9f5c9c
Binary files /dev/null and b/system-config-kdump.png differ
diff --git a/system-config-kdump.spec b/system-config-kdump.spec
index dd1da62..5e6a2a9 100644
--- a/system-config-kdump.spec
+++ b/system-config-kdump.spec
@@ -3,7 +3,7 @@
 Summary: A graphical interface for configuring kernel crash dumping
 Name: system-config-kdump
 Version: 2.0.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedorahosted.org/system-config-kdump/
 License: GPLv2+
 Group: System Environment/Base
@@ -22,18 +22,24 @@ Requires: python-slip-dbus
 Requires(pre): gtk2 >= 2.8.20
 Requires(pre): hicolor-icon-theme
 
+# new icon patch from upstream git
+Patch1: %{name}-%{version}-new_icon.patch
+Source1: %{name}.png
+
 %description
 system-config-kdump is a graphical tool for configuring kernel crash
 dumping via kdump and kexec.
 
 %prep
 %setup -q
+%patch1 -p1 -b .new_icon
 
 %build
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
+cp -p %{SOURCE1} pixmaps/
 make INSTROOT=$RPM_BUILD_ROOT install
 desktop-file-install --vendor system --delete-original       \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
@@ -86,6 +92,9 @@ fi
 %doc %{_datadir}/omf/system-config-kdump
 
 %changelog
+* Fri Oct 01 2010 Roman Rakus <rrakus at redhat.com> - 2.0.5-2
+- New icon (#540288)
+
 * Thu Sep 30 2010 Roman Rakus <rrakus at redhat.com> - 2.0.5-1
 - Release 2.0.5
 


More information about the scm-commits mailing list