summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2022-11-27 04:43:12 +0000
committergutteridge <gutteridge@pkgsrc.org>2022-11-27 04:43:12 +0000
commit827e9a1ab614806975e714b5e7baf6a733ee446b (patch)
treeeca20ada36a008cef7165ea51ce900ef55c72b56 /sysutils
parent28df141f62acc48684191a0126a04136acd4664a (diff)
downloadpkgsrc-827e9a1ab614806975e714b5e7baf6a733ee446b.tar.gz
caja: update to 1.26.1
Change log: ### caja 1.26.1 * tx: sync with transifex * Fix Caja does not show icons of application launchers * caja-mime-actions: fix memory leak * caja-bookmark: fix memory leak * caja-bookmark: drop create_image_cairo_for_bookmark * caja-file-conflict-dialog: Move to automatic signal disconnection * caja-file-conflict-dialog: Properly release references on dispose() * caja-file-conflict-dialog: update the icons once * caja-module: fix memory leak * caja-sidebar-title: fix memory leak * fm-directory-view: fix memory leak * eel-background: fix memory leak * caja-application: avoid SEGV when profiling/debugging code * caja-places-sidebar: fix right-click menu height ### caja 1.26.0 * update translations * Update copyright to 2021 ### caja 1.25.3 * update translations * caja-directory.c: Fix memory leak. * caja-bookmarks-window.ui: expand child widgets, sane default size * caja-bookmarks-window.ui: remove deprecated GtkAlignment, remove empty labels * caja-file-management-properties.ui: remove deprecated GtkAlignment (use * update resource for transifex * travis: disable travis builds for ubuntu * Add creation time support * caja-window: remove -Wcast-function-type warning * caja-window-menus: remove -Wcast-function-type warning * caja-window-manage-views: remove -Wcast-function-type warning * caja-property-browser: remove -Wcast-function-type warning * icon view: Add a directory setting to block moving icons * Improved filesystem check on dnd * No longer need to check the locale.h header as it's part of C90 * warning: missing initializer for a field of ‘GtkActionEntry’ * caja-places-sidebar: gnome-disk-utility ignores the --xid option * keep one .desktop suffix on desktop file renaming * caja-pathbar: Fix cppcheck warning nullPointerRedundantCheck * caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE * cppcheck warning: Local variable 'combo_box' shadows outer argument * Rename wallpaper pattern name from MATE to GNOME * caja-window: Fix cppcheck warning unusedAllocatedMemory * caja-file-management-properties: Do not cast the instance to GObject when connecting a signal * caja-file-management-properties: use gtk_builder_new_from_file * Fix warnings about xmlChar cast * caja-customization-data: keep the key of the hash table if exists * caja-customization-data: Do not build the path to the browser.xml file * caja-directory-async: drop istr_set_insert, use g_hash_table_add instead * build: allow users to disable gettext support (--disable-nls) * build: Use PACKAGE_URL variable * build: underline package name and version in configure summary * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME ### caja 1.25.2 * update translations * build: fix dist target * i18n: Fix fetching all keywords on desktop files * Fix desktop file validation warning * caja-places-sidebar: upgrade format drive item * Update copyright to 2021 ### caja 1.25.1 * update translations * Remove warning -Wtype-limits * caja-bookmarks-window: upgrade ui file * caja-file-operations: Let user mark trusted launcher * caja-directory-async: trust marked launchers * gio set PATH "metadata::caja-trusted-launcher" true * caja-directory-async: trust also launchers from user desktop * caja-directory-async: trust only system launchers * caja-file-management-properties: use g_list_free_full * caja-icon-container: warning -Wold-style-declaration * file-operations: don't attempt to move into the source dir * test-eel-pixbuf-scale: Profile only the scaling functions just once * Remove the use of the gettimeofday function * test-eel-image-table: Fix the filename for the test image * test-eel-image-table: Use the UTF-8 encoding for the file itself * test-eel-labeled-image: Fix showing the image on the controls * fm-properties-window: make the location of system folders portable * Remove unused macros * Duplicate tabs using the scroll wheel * middle-clicking the reload button duplicates tab * Fix i18n in backgrounds and emblems dialog * fix distcheck error on archlinux and fedora * use pango-devel as BR for fedora * fm-directory-view: Error message when a link could not be created * travis: use ubuntu:rolling tag to fix building * eel-editable-label: Consecutive break/return statements are unnecessary * tx: fix build error with Hebrew language * Travis CI: debian build: add -Wunused-macros to CFLAGS * Remove trailing spaces/tabs * caja-dnd: Create links by default on dnd from Web Browsers * Add a "Bookmarks" sidebar to Caja * Guard block is missing * caja-notebook: Add notebook scroll event * fm-icon-view: totem-audio-preview was removed in totem 2.25.90 * caja-file-management-properties: Reduce the height of the dialog * Remove unused variable from eel_notebook_scroll_event_cb * fm-properties-window: Do not display Modified field for mounted points * add required libraries for libegg * caja properties-window: display dir last modified * Travis CI: enable irc notifications with tagged commits * update submodule ### caja 1.25.0 * update translations * Add informations about translation contribution * caja-window-slot: fix window icon replacement/alternation * fm-properties: Don't show notebook arrows * caja-file-management-properties: Remove caja_file_management_properties_size_group_create * caja-file-management-properties.ui: Fix deprecations * Replace GtkStateType (GTK2 enum) with GtkStateFlags (GTK3 enum) * caja-file: remove warning GTimeVal is deprecated * update README * mate-submodules: use git submodule for libegg * Remove the warning: the address of ‘iter’ will never be NULL * support an explicit --select command line option * tx: pull slowak translation from server * build: silent build warnings for distcheck * Fix -Wmissing-prototypes build warnings * Remove warnings about function declaration isn’t a prototype * caja-window-menus: website-label, consistency with other about-dialog * use MATE_COMPILE_WARNINGS from mate-common * fix runtime warning from newly unused code * Confirm before deleting during an undo operation * Updating the link of caja * Update authors * Look for caja extensions at $CAJA_EXTENSION_DIRS
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/caja/Makefile3
-rw-r--r--sysutils/caja/PLIST6
-rw-r--r--sysutils/caja/distinfo8
3 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/caja/Makefile b/sysutils/caja/Makefile
index 8b0a04c7259..355c9add8ed 100644
--- a/sysutils/caja/Makefile
+++ b/sysutils/caja/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.37 2022/11/23 16:21:04 adam Exp $
+# $NetBSD: Makefile,v 1.38 2022/11/27 04:43:12 gutteridge Exp $
-PKGREVISION= 4
.include "../../meta-pkgs/mate/Makefile.common"
DISTNAME= caja-${VERSION:R}.1
diff --git a/sysutils/caja/PLIST b/sysutils/caja/PLIST
index 52a14f7f717..19bcf51ba4b 100644
--- a/sysutils/caja/PLIST
+++ b/sysutils/caja/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/08/06 00:02:02 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/11/27 04:43:12 gutteridge Exp $
bin/caja
bin/caja-autorun-software
bin/caja-connect-server
@@ -50,16 +50,16 @@ share/caja/patterns/camouflage.png
share/caja/patterns/chalk.jpg
share/caja/patterns/cork.png
share/caja/patterns/countertop.png
-share/caja/patterns/dark-mate.jpg
+share/caja/patterns/dark-gnome.jpg
share/caja/patterns/dots.png
share/caja/patterns/fibers.png
share/caja/patterns/fleur_de_lis.png
share/caja/patterns/floral.png
share/caja/patterns/fossil.png
+share/caja/patterns/gnome.jpg
share/caja/patterns/green_weave.png
share/caja/patterns/ice.png
share/caja/patterns/manila_paper.png
-share/caja/patterns/mate.jpg
share/caja/patterns/moss_ridge.png
share/caja/patterns/numbers.png
share/caja/patterns/ocean_stripes.png
diff --git a/sysutils/caja/distinfo b/sysutils/caja/distinfo
index 7c7b1755222..f6d51c06946 100644
--- a/sysutils/caja/distinfo
+++ b/sysutils/caja/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:19:24 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/11/27 04:43:12 gutteridge Exp $
-BLAKE2s (caja-1.24.1.tar.xz) = 83e7082b478b2e52704d358e119d99d7a0eda7aaf535f16c6128d18bf5cb5a57
-SHA512 (caja-1.24.1.tar.xz) = 34ba1e384e3de4ee3e6dddafa4ef4ccd5f626352cf5b42d6178e96395762653478cbdabb109cd0f2418ed463fd4743ef8a34be0a6b4294ad5355fea6dbfd53cc
-Size (caja-1.24.1.tar.xz) = 5308268 bytes
+BLAKE2s (caja-1.26.1.tar.xz) = 93dee8c5088ab7e3984396ffc7fa7710760031abd9c2f7720e7b1cf8e9f3c4aa
+SHA512 (caja-1.26.1.tar.xz) = e5d14d1a5f0ae9f86d3250e5a2d10a4e0afdc7ba1b52fcac4c8efc0a4c555d0208be3caf3aac19cc4938fe4c20e82f1f81d259d30e5d8fffbc78708664d23d4e
+Size (caja-1.26.1.tar.xz) = 5263564 bytes
SHA1 (patch-eel_eel-background.c) = 9d0ed0d9f3c9004f6d9024837538cc26cdb410da
SHA1 (patch-src_caja-file-management-properties.h) = 4529eb0c91c39c1d1b1983da23074adfeb28c1a8