Accepting request 492481 from home:bmwiedemann:branches:X11:Utilities
Use convert -strip to not have timestamps in png files to make build fully reproducible OBS-URL: https://build.opensuse.org/request/show/492481 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=19
This commit is contained in:
parent
c5b82cb91d
commit
629edfeb2b
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 2 12:48:42 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
- Use convert -strip to not have timestamps in png files
|
||||
to make build fully reproducible
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 21:18:59 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
|
@ -113,7 +113,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1}
|
||||
|
||||
# Install icon
|
||||
install -d %{buildroot}%{_datadir}/pixmaps
|
||||
convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/qhexedit.png
|
||||
convert -strip doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/qhexedit.png
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
|
Loading…
Reference in New Issue
Block a user