Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New upstream release, but without any announcement or updated hash on
the forum...
|
|
|
|
|
|
|
|
|
|
THe SHA256 doesn't match the one given by
https://newsgroup.xnview.com/viewtopic.php?f=82&t=40411&p=162833#p162797,
for now I've put the actual sum.
|
|
Use SHA256 now available upstream:
https://newsgroup.xnview.com/viewtopic.php?f=82&t=40314
|
|
|
|
Setting QT_QPA_PLATFORMTHEME should now be working again.
|
|
|
|
libfreetype is now shipped in the archive, but we need to remove it
because it is not compatible with the system libfontconfig.
Additionally, the shipped platformthemes libs don't seem to have been
updated for the new Qt libs (5.12.6), so setting QT_QPA_PLATFORMTHEME
triggers:
Cannot mix incompatible Qt library (version 0x50907) with this library
(version 0x50c06)
Not much can be done about this, short of using the system Qt libs
(which is what my xnviewmp-system-libs package does).
|
|
|
|
And merry Christmas!
|
|
Bump for the previous fixes.
|
|
|
|
|
|
|
|
Drop the 32-bit package, it hasn't been updated for a year now. Also
update the optdepends for trash support (gio is now used instead of the
defunct gvfs-trash).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add the version number to the downloaded source archives. This talks
makepkg into redownloading the sources when there is a new release,
instead of keeping the old archive and failing the checksum. This also
has the nice side-effect of keeping previous source versions, should one
want to downgrade the package.
Since upstream does not always bump the version number when releasing
new sources, I had to use a trick to make it work. "-rel$srcrel" is
appended to the filename, and if new sources of the same version are
released, srcrel is incremented (and then reset to 1 when a new version
is released). Not beautiful, but it should do the job.
|
|
* Remove unnecessary dependencies (the qt5 packages already depend on
all the needed libraries).
* Add xnviewmp.desktop as a source.
* Remove xnviewmp.install which was not used anyway.
|
|
The second release of 0.84 doesn't have libcu 54 at all... Thanks
fuan_k for reporting this!
|
|
New upstream release. It fixes the libicu issue (and now provides both
54 and 56, just in case...).
Some people complained about font issues when using the system Qt libs,
so let's revert to using the bundled ones, now that they work again.
|