From 59fc8692595842afb14abbda5cc8bc8d11167d0cefb5c7e58f7cd328dd60c815 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 1 Apr 2015 13:46:28 +0000 Subject: [PATCH] Accepting request 293680 from home:dimstar:Factory - Add domination.png as icon (converted from resources/icon.ico): The .ico file at least is 32x32 pixels, whereas the provided pnt was only 16x16. OBS-URL: https://build.opensuse.org/request/show/293680 OBS-URL: https://build.opensuse.org/package/show/games/domination?expand=0&rev=5 --- domination.changes | 7 +++++++ domination.png | 3 +++ domination.spec | 5 +++-- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 domination.png diff --git a/domination.changes b/domination.changes index 6b66885..bbbd069 100644 --- a/domination.changes +++ b/domination.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 30 09:54:00 UTC 2015 - dimstar@opensuse.org + +- Add domination.png as icon (converted from resources/icon.ico): + The .ico file at least is 32x32 pixels, whereas the provided pnt + was only 16x16. + ------------------------------------------------------------------- Fri Nov 14 21:13:57 UTC 2014 - nemysis@gmx.ch diff --git a/domination.png b/domination.png new file mode 100644 index 0000000..88902ac --- /dev/null +++ b/domination.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11653fa0abebfc0df66d2027e07a38e78c9d025797946f65b9bdd6a695bc3c7 +size 579 diff --git a/domination.spec b/domination.spec index 81e3425..64aa1c7 100644 --- a/domination.spec +++ b/domination.spec @@ -1,7 +1,7 @@ # # spec file for package domination # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,7 @@ Source2: %{name}-Increment1GUI.sh Source3: %{name}-SimpleGUI.sh Source4: %{name}-SwingGUI.sh Source5: %{name}.desktop +Source6: %{name}.png %if 0%{?suse_version} BuildRequires: fdupes BuildRequires: update-desktop-files @@ -81,7 +82,7 @@ for f in *.jar *.htm *.txt *.ini ; do done # install icon -install -Dm 0644 resources/icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png +install -Dm 0644 %{S:6} %{buildroot}%{_datadir}/pixmaps/%{name}.png # install Desktop file install -Dm 0644 %{S:5} %{buildroot}%{_datadir}/applications/%{name}.desktop