Skip to content

Commit

Permalink
ristretto: update to 0.12.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhgutteridge committed Jul 27, 2022
1 parent f8143af commit 1fbcfa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions graphics/ristretto/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions graphics/ristretto/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1fbcfa5

Please sign in to comment.