summaryrefslogtreecommitdiff
path: root/irfanview/irfanview-common
Commit message (Collapse)AuthorAge
* fix #21 irfanview invocation problems againB Stack2020-07-14
|
* irfanview: improve filename handlingB Stack2020-06-18
| | | | fix #21
* irfanview 4.53-2 dpkg rc1B Stack2019-06-16
| | | | | | Split the calling script like the rpm. Still need to fix the icon png generation. I suspect the svg just needs to be rebuilt.
* irfanview 4.53-2: fix #7 invocation problem for rpmB Stack2019-06-16
Probably due to /bin/sh -> dash on devuan, my Irfanview invocation has been failing. This commit fixes it, and reduces the dependency on /usr/bin/winepath (however it still uses the actual wine winepath.exe which is a part of the wine binary release anyway in Fedora) The architecture of the invocation script has been split into common and arch-specific.
bgstack15