Accepting request 323898 from Publishing
1 OBS-URL: https://build.opensuse.org/request/show/323898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/equalx?expand=0&rev=10
This commit is contained in:
commit
dccc2cf307
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 14:40:12 UTC 2015 - badshah400@gmail.com
|
||||
|
||||
- Use inkscape instead of convert to generate the hires icons;
|
||||
convert messes up the icon image geometry for unknown reasons.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 30 20:52:09 UTC 2015 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -26,7 +26,6 @@ Url: http://equalx.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/equalx/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE equalx-fix-desktop-file.patch badshah400@gmail.com -- Fix icon tag in desktop file and categories for compatibility with openSUSE defined ones
|
||||
Patch0: equalx-fix-desktop-file.patch
|
||||
BuildRequires: ImageMagick
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: ghostscript
|
||||
@ -80,7 +79,7 @@ install -D -p bin/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
pushd resources/icons/equalx
|
||||
for i in 256 512;
|
||||
do
|
||||
convert -density ${i}x -geometry ${i}x equalx.svg equalx-${i}x${i}.png
|
||||
inkscape -w ${i} -C equalx.svg -e equalx-${i}x${i}.png
|
||||
done
|
||||
popd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user