SHA256
1
0
forked from pool/qhexedit2

Accepting request 492516 from X11:Utilities

1

OBS-URL: https://build.opensuse.org/request/show/492516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2017-05-03 13:58:22 +00:00 committed by Git OBS Bridge
commit 39d9623871
2 changed files with 7 additions and 1 deletions

View File

@ -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 Mon Jan 9 21:18:59 UTC 2017 - aloisio@gmx.com

View File

@ -113,7 +113,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{SOURCE1}
# Install icon # Install icon
install -d %{buildroot}%{_datadir}/pixmaps 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 %post
%desktop_database_post %desktop_database_post