Dominique Leuenberger 2015-04-07 07:29:09 +00:00 committed by Git OBS Bridge
commit 887421b48a
3 changed files with 13 additions and 2 deletions

View File

@ -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

3
domination.png Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d11653fa0abebfc0df66d2027e07a38e78c9d025797946f65b9bdd6a695bc3c7
size 579

View File

@ -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