diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-07-27 01:15:44 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-07-27 01:15:44 +0000 |
commit | 1fbcfa505346f7873f80bdf6aba3e0b8d0625d5e (patch) | |
tree | fb0b4a884785ddef1816f6e37b0f065b86491bb1 /graphics | |
parent | f8143afc1b83b75c2679b9f1342824952cd8a571 (diff) | |
download | pkgsrc-1fbcfa505346f7873f80bdf6aba3e0b8d0625d5e.tar.gz |
ristretto: update to 0.12.3
Change log:
0.12.3 (2022-07-09)
======
- Bug Fixes:
- thumbnailer: Fall back on lower qualities in case of unsupported flavor (#81)
- Secure error handling when opening multiple files
- Use `G_FILE_MONITOR_WATCH_MOVES` for file monitoring
- Do not keep sticky state when current file is removed
- Fix management of transaction source id
- Correctly handle deletion when there is only one image (#89)
- Update iter list on insertion and deletion (#88)
- build: Fix intltool lock file problem during make distcheck
- Display error message on stderr
- i18n: Use `xfce_textdomain()` to initialize translations
- Ensure that an error is set if no pixbuf is available
- Fix some memory leaks
- Code Refactoring:
- flatpak: Some updates from Flathub
- Remove old icon files
- Remove TODO file
- Flatpak: Add libopenraw dependency
- Translation Updates:
Chinese (China), Danish, Greek, Korean, Malay, Portuguese (Brazil),
Turkish
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ristretto/Makefile | 7 | ||||
-rw-r--r-- | graphics/ristretto/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 40963335b2f..1e891d97099 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.60 2022/06/28 11:34:07 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2022/07/27 01:15:44 gutteridge Exp $ -VERSION= 0.12.2 +VERSION= 0.12.3 DISTNAME= ristretto-${VERSION} -EXTRACT_SUFX= .tar.bz2 -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://archive.xfce.org/src/apps/ristretto/${VERSION:R}/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= youri@NetBSD.org HOMEPAGE= https://goodies.xfce.org/projects/applications/ristretto diff --git a/graphics/ristretto/distinfo b/graphics/ristretto/distinfo index 9e58cbc96c2..5ac552499a1 100644 --- a/graphics/ristretto/distinfo +++ b/graphics/ristretto/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2022/01/20 01:03:55 gutteridge Exp $ +$NetBSD: distinfo,v 1.14 2022/07/27 01:15:44 gutteridge Exp $ -BLAKE2s (ristretto-0.12.2.tar.bz2) = 1092687edeb62f61f5c8ea6d26103864eaf24e2a8835403d42d1a7d1420a628a -SHA512 (ristretto-0.12.2.tar.bz2) = 39fc5868c3858e3667660b6411b3d39c19a2306be3d169e499aa11aff34a24e0ee8e745e15dfe301be48e1c6adce30129ed76270b025f5160cfa773467764379 -Size (ristretto-0.12.2.tar.bz2) = 612128 bytes +BLAKE2s (ristretto-0.12.3.tar.bz2) = 244c36010f36febfac11df0456e1b6dfdb4f0cc5976b875d9458ace7eb9bd65f +SHA512 (ristretto-0.12.3.tar.bz2) = c78ec55196fbf3bcb843b240faea1f7eb532bfdc519c125337ebb61d20ab8e01c818920c9ec1bdd97035f8b5ce9bcd2ffb338a91b8919ca48ab1010828a8d49d +Size (ristretto-0.12.3.tar.bz2) = 616251 bytes SHA1 (patch-src_Makefile.in) = efe5b0923709f5b2087e9faec15f11fcd8106924 |