Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | upgpkg: 1.02 | Kevin Brodsky | |
2022-08-17 | upgpkg: 1.01 | Kevin Brodsky | |
2022-05-04 | upgpkg: 1.00 | Kevin Brodsky | |
2022-01-22 | upgpkg: 0.99.7 | Kevin Brodsky | |
2021-12-10 | upgpkg: 0.99.6 | Kevin Brodsky | |
2021-12-09 | upgpkg: 0.99.5 | Kevin Brodsky | |
2021-12-02 | upgpkg: 0.99.4 | Kevin Brodsky | |
2021-09-23 | upgpkg: 0.99.1 | Kevin Brodsky | |
2021-09-17 | upgpkg: 0.99.0 | Kevin Brodsky | |
2021-06-14 | Use https URLs | Kevin Brodsky | |
2021-06-06 | upgpkg: 0.98.4 | Kevin Brodsky | |
2021-05-06 | upgpkg: 0.98.3 | Kevin Brodsky | |
2021-02-22 | upgpkg: 0.98.2 | Kevin Brodsky | |
2021-01-21 | upgpkg: 0.98.1 | Kevin Brodsky | |
2020-12-15 | upgpkg: 0.98.0 | Kevin Brodsky | |
2020-10-15 | upgpkg: 0.97.1 | Kevin Brodsky | |
2020-09-29 | upgpkg: 0.97-2 | Kevin Brodsky | |
New upstream release, but without any announcement or updated hash on the forum... | |||
2020-09-25 | upgpkg: 0.97.0 | Kevin Brodsky | |
2020-08-21 | Don't try to remove non-existing libfreetype | Kevin Brodsky | |
libfreetype has been removed from 0.96.5, remove the workaround. | |||
2020-08-21 | upgpkg: 0.96.5 | Kevin Brodsky | |
2020-07-01 | upgpkg: 0.96.4 | Kevin Brodsky | |
2020-06-25 | upgpkg: 0.96.3 | Kevin Brodsky | |
2020-05-08 | upgpkg: 0.96.2 | Kevin Brodsky | |
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. | |||
2020-04-23 | upgpkg: 0.96.1 + switch to SHA256 | Kevin Brodsky | |
Use SHA256 now available upstream: https://newsgroup.xnview.com/viewtopic.php?f=82&t=40314 | |||
2020-03-21 | upgpkg: 0.96 | Kevin Brodsky | |
2020-02-04 | upgpkg: 0.95-3 | Kevin Brodsky | |
Setting QT_QPA_PLATFORMTHEME should now be working again. | |||
2020-01-28 | upgpkg: 0.95-2 | Kevin Brodsky | |
2020-01-26 | upgpkg: 0.95 | Kevin Brodsky | |
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). | |||
2020-01-15 | upgpkg: 0.94.3 | Kevin Brodsky | |
2019-12-25 | upgpkg: 0.94.2 | Kevin Brodsky | |
And merry Christmas! | |||
2019-11-25 | upgpkg: 0.94.1-2 | Kevin Brodsky | |
Bump for the previous fixes. | |||
2019-11-22 | Fix stupid copy-paste | Kevin Brodsky | |
Copying from one package to another is evil... | |||
2019-11-21 | Fix permissions | Kevin Brodsky | |
The latest release has broken permissions for XnView, fix that, and xnview_2.png as well while at it. | |||
2019-11-21 | upgpkg: 0.94.1 | Kevin Brodsky | |
2019-11-14 | upgpkg: 0.94 | Kevin Brodsky | |
2019-03-16 | updpkg: 0.93.1-2 | Kevin Brodsky | |
2019-03-09 | Fix error removing XnView.desktop~ | Kevin Brodsky | |
Looks like it is no longer in the archive, so there's nothing to remove! | |||
2019-03-08 | updpkg: 0.93.1 + cleanup | Kevin Brodsky | |
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). | |||
2019-01-31 | updpkg: 0.93 | Kevin Brodsky | |
2018-09-21 | updpkg: 0.92 | Kevin Brodsky | |
2018-09-19 | updpkg: 0.91-2 | Kevin Brodsky | |
2018-09-14 | updpkg: 0.91 | Kevin Brodsky | |
2018-03-08 | updpkg: 0.90 | Kevin Brodsky | |
2018-01-17 | updpkg: 0.89 | Kevin Brodsky | |
2017-11-04 | updpkg: 0.88 | Kevin Brodsky | |
2017-09-07 | updpkg: 0.87 | Kevin Brodsky | |
2017-04-27 | updpkg: 0.86 | Kevin Brodsky | |
2017-04-04 | updpkg: 0.85 | Kevin Brodsky | |
2017-02-08 | updpkg: 0.84-4 [new 0.84 release] | Kevin Brodsky | |
2017-01-24 | Version source archives | Kevin Brodsky | |
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. |