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