Subject: CVS commit: pkgsrc/sysutils/caja
From: David H. Gutteridge
Date: 2019-12-30 23:39:31
Message id: 20191230223931.B3D33FA97@cvs.NetBSD.org

Log Message:
caja: update to caja 1.22.2

Change log:

caja 1.22.2

  * update translations
  * caja-progress-info: use NotifyNotification instead of GNotification
  * Update Korean translation which prevents a segfault on file move
  * Use the same view settings for search results as the folder being searched
  * fix build error about fm-empty-view
  * preferences: Render extension icons as cairo_surfaces
  * preferences: Render media icons as cairo_surface
  * Replace gdkpixbuf with cairo_surfaces in a few more places
  * sidebar: Render info icon as vector
  * caja-location-dialog: Fix 'cppcheck' and 'clang' warnings
  * eel-editable-label: Use 'memmove' instead of 'memcpy'
  * caja-file: avoid shifting signed 32-bit value by 31 bits
  * caja-icon-canvas-item: initialize variable 'scale'
  * caja-application: avoid NULL inside 'g_object_unref'
  * fm-desktop-icon-view: remove dead code
  * caja-file-operations: make sure 'error' isn't NULL
  * caja-open-with-dialog: make sure there is error before showing it
  * caja-sidebar-title: avoid 'NULL' inside 'setup_gc_with_fg'
  * caja-autorun: avoid NULL in 'memcpy'
  * eel-editable-label: call argument with initialized value
  * configure.ac: fix portability issue with test
  * eel-canvas: Fix warning: Undefined or garbage value returned to caller
  * caja-window: Fix garbage value
  * Fix attempt to free released memory
  * Render file-conflict icons as cairo_surface vectors
  * file-conflict-dialog: don't scale icons twice on hidpi monitors
  * desktop icon view: disconnect callback from correct GSettings instance
  * hidpi: ensure all icons are properly scaled

Files:
RevisionActionfile
1.22modifypkgsrc/sysutils/caja/Makefile
1.8modifypkgsrc/sysutils/caja/PLIST
1.9modifypkgsrc/sysutils/caja/distinfo
1.1removepkgsrc/sysutils/caja/patches/patch-configure