Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
Copying from one package to another is evil...
|
|
The latest release has broken permissions for XnView, fix that, and
xnview_2.png as well while at it.
|
|
|
|
|
|
|
|
Looks like it is no longer in the archive, so there's nothing to remove!
|
|
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.
|
|
The bundled libs are broken in 0.84, some Qt 5 libraries are 5.6.1 and
others 5.6.2, the former depending on icu 54 and the latter on icu 56,
which is not even provided.
Since it actually works with the system libs, let's remove all that
mess. It may break at some point, but at least for now it's the easiest
option (and it's also much better to use the system libs).
Also added some cleanup (we use our own desktop file).
|
|
Adopted the package and bumped to 0.83.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed 64-bit version since there seems little point.
|
|
|