pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ristretto



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Dec 16 22:44:43 UTC 2022

Modified Files:
        pkgsrc/graphics/ristretto: Makefile distinfo

Log Message:
ristretto: update to 0.12.4

Change log:

0.12.4 (2022-12-16)
======
- Dependency Changes:
  - GLib >= 2.56.0

- Appearance Changes:
  - thumbnailer: Increase thumbnail sizes (#81)

- Code Refactoring:
  - build: Let xdt-depends.m4 macros set GLib macros
  - flatpak: Update D-Bus permissions after changing file manager method
  - flatpak: Updates from Flathub
  - Remove duplicated RsttoMainWindow:device-scale property

- Bug Fixes:
  - use-thunar-properties: Add & improve comments (!37)
  - thumbnailer: Add a warning if D-Bus proxy creation failed
  - Allow Xfconf initialization to fail (#19)
  - thumbnailer: Add missing sanity checks
  - Use a better-known bus name and object path for D-Bus proxy (#95, !36)
  - Properly update iterator when browsing a list containing invalid files (#94)
  - thumbnailer: Remove invalid files after processing thumbnail queue (#94)

- Translation Updates:
  Kazakh, Korean, Occitan (post 1500), Polish, Portuguese


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/graphics/ristretto/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/ristretto/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ristretto/Makefile
diff -u pkgsrc/graphics/ristretto/Makefile:1.62 pkgsrc/graphics/ristretto/Makefile:1.63
--- pkgsrc/graphics/ristretto/Makefile:1.62     Thu Aug 11 05:08:46 2022
+++ pkgsrc/graphics/ristretto/Makefile  Fri Dec 16 22:44:43 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2022/08/11 05:08:46 gutteridge Exp $
+# $NetBSD: Makefile,v 1.63 2022/12/16 22:44:43 gutteridge Exp $
 
-VERSION=       0.12.3
+VERSION=       0.12.4
 DISTNAME=      ristretto-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  https://archive.xfce.org/src/apps/ristretto/${VERSION:R}/
 EXTRACT_SUFX=  .tar.bz2
@@ -29,7 +28,7 @@ LDFLAGS.SunOS=                -lX11
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.44.0
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.56.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libxfce4util+=   libxfce4util>=4.16.0

Index: pkgsrc/graphics/ristretto/distinfo
diff -u pkgsrc/graphics/ristretto/distinfo:1.14 pkgsrc/graphics/ristretto/distinfo:1.15
--- pkgsrc/graphics/ristretto/distinfo:1.14     Wed Jul 27 01:15:44 2022
+++ pkgsrc/graphics/ristretto/distinfo  Fri Dec 16 22:44:43 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2022/07/27 01:15:44 gutteridge Exp $
+$NetBSD: distinfo,v 1.15 2022/12/16 22:44:43 gutteridge Exp $
 
-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
+BLAKE2s (ristretto-0.12.4.tar.bz2) = 6482957e5f08bd19f87a9722a4a798192922f8e29a0d7cb04203d3e1745a59e7
+SHA512 (ristretto-0.12.4.tar.bz2) = 666e127646b9f30bed54d8605c4892d302b15dff39e8b532ebb3da22dc5700414e6d7bcb29d8d66f6a8a7d487cff50b0a0cc610d8b4616479397ebf987ff409b
+Size (ristretto-0.12.4.tar.bz2) = 619084 bytes
 SHA1 (patch-src_Makefile.in) = efe5b0923709f5b2087e9faec15f11fcd8106924



Home | Main Index | Thread Index | Old Index