Received: by mail.netbsd.org (Postfix, from userid 605) id C605D85007; Mon, 14 May 2018 12:29:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 515B684EF3 for ; Mon, 14 May 2018 12:29:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ZKHSjMJLTvFa for ; Mon, 14 May 2018 12:29:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9098C84CE1 for ; Mon, 14 May 2018 12:29:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8B957FBEC; Mon, 14 May 2018 12:29:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152630097582780" MIME-Version: 1.0 Date: Mon, 14 May 2018 12:29:35 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/sysutils/caja To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180514122935.8B957FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152630097582780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: youri Date: Mon May 14 12:29:35 UTC 2018 Modified Files: pkgsrc/sysutils/caja: Makefile PLIST distinfo Log Message: Update caja to 1.20.2: drop CSS for GTK+ 3.14 Fix tasklist icon change when opening new tab Include local files with “” instead of <> search_dispose and search_finilize can’t be run after search finished add missing window icon to About dialog for extensions move libegg to the top srcdir and drop some leftovers WidthOfScreen and HeightOfScreen implementation caja-places-sidebar: fix refusal to unmount when sidebar is wide caja-places-sidebar: disable overlay scrollbar Fix: wrong behavior with key “enter” while renaming files in list view open folder in new window: ctrl + shift + w zoom-control: change zoom with mousewheel scroll over button View -> Visible Columns: fix vertical expand of dialog content reword Size on Disk column description a bit Fix: wrong behavior while renaming files icon-dnd: remove hardcoded highlight frame Fix: high cpu while loading background image list view: fix large icon margins on zooming out make sure scaling the desktop wallpaper works in all monitors remove weird +x attribute from a source file gtk 3.22: avoid deprecated gdk_screen_get_monitor functions: Adds columns autosizing Refresh all rows on zoom change Forces widget redraw on zoom pathbar: enable mousewheel scrolling like it was with GTK+2 libcaja-private: remove wrong link from internal README private: Ensure we allow launching .desktop files from trusted symlinks Fix: Scaling the desktop wallpaper doesn’t work open-with-dialog: set max-char-width for a label Fix “Open With” dialog “Open” button’s text misaligned avoid deprecated gdk_screen_width/height avoid deprecated gdk_screen_get_width/height avoid deprecated gdk_screen_make_display_name libegg: replace deprecated gtk_drag_begin eggsmclient: fix a build warning because of -Wcomment don’t use deprecated gtk_show_uri avoid deprecated gdk_screen_get_number Fix browsing/autorun media on insertion fix vertical Compact View scrolling in fm_icon_view_scroll_event() property-browser: add style class frame to scrolledwindows” Fix off-by-one error in caja-pathbar.c added feature: present the size on disk of files as we present the size of the file. restore DBus interface initialization CSS: Load a different caja-desktop.css with GTK 3.14 Use gtk+-3 bookmarks location Open With dialog: force icon size file: make caja_file_get_gicon return custom icons too Expand grid width to canvas use atk_component_get_extents instead of atk_component_get_position don’t parse .hidden files manually - GIO does it since 2.36 don’t check nonexistent MATE22_USER_DIR env var don’t check nonexistent ~/.mate2 directory eel-accessibility: remove unused code and outdated comments show correct right-click menu after making selection eel: Queue resizes on the canvas as elements change visibility Add size_request to IconContainer to work around unncecessary relayouting IconCanvasItem: fix overlapping filenames on hover eel: remove unneeded #include with condition eel: remove some unused code from eel-gdk-pixbuf-extensions fix build warning (no const needed there) fix build with gcc 4.9.2 (looks like it’s in c89 mode by default) search: added tag support (xattr::xdg.tags). Fix broken rename in list view by selectin file name cell. property-browser: add style class frame to scrolledwindows caja-application.c: Fix uninitialized variable Translations update To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/caja/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/caja/PLIST \ pkgsrc/sysutils/caja/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152630097582780 Content-Disposition: inline Content-Length: 3858 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/caja/Makefile diff -u pkgsrc/sysutils/caja/Makefile:1.11 pkgsrc/sysutils/caja/Makefile:1.12 --- pkgsrc/sysutils/caja/Makefile:1.11 Mon Apr 16 14:35:09 2018 +++ pkgsrc/sysutils/caja/Makefile Mon May 14 12:29:35 2018 @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2018/04/16 14:35:09 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2018/05/14 12:29:35 youri Exp $ -PKGREVISION= 3 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= caja-${VERSION:R}.3 +DISTNAME= caja-${VERSION:R}.2 CATEGORIES= sysutils -MASTER_SITES+= http://pub.mate-desktop.org/releases/${VERSION:R}/ COMMENT= File manager for the MATE desktop Index: pkgsrc/sysutils/caja/PLIST diff -u pkgsrc/sysutils/caja/PLIST:1.3 pkgsrc/sysutils/caja/PLIST:1.4 --- pkgsrc/sysutils/caja/PLIST:1.3 Fri Jun 23 17:06:33 2017 +++ pkgsrc/sysutils/caja/PLIST Mon May 14 12:29:35 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2017/06/23 17:06:33 youri Exp $ +@comment $NetBSD: PLIST,v 1.4 2018/05/14 12:29:35 youri Exp $ bin/caja bin/caja-autorun-software bin/caja-connect-server @@ -30,7 +30,6 @@ share/applications/caja-home.desktop share/applications/caja.desktop share/applications/mate-network-scheme.desktop share/caja/browser.xml -share/caja/caja-desktop-3.14.css share/caja/caja-desktop.css share/caja/caja-extras.placeholder share/caja/caja-suggested.placeholder @@ -138,13 +137,17 @@ share/locale/en_GB/LC_MESSAGES/caja.mo share/locale/eo/LC_MESSAGES/caja.mo share/locale/es/LC_MESSAGES/caja.mo share/locale/es_AR/LC_MESSAGES/caja.mo +share/locale/es_CL/LC_MESSAGES/caja.mo share/locale/es_CO/LC_MESSAGES/caja.mo +share/locale/es_ES/LC_MESSAGES/caja.mo share/locale/es_MX/LC_MESSAGES/caja.mo +share/locale/es_PR/LC_MESSAGES/caja.mo share/locale/et/LC_MESSAGES/caja.mo share/locale/eu/LC_MESSAGES/caja.mo share/locale/fa/LC_MESSAGES/caja.mo share/locale/fi/LC_MESSAGES/caja.mo share/locale/fr/LC_MESSAGES/caja.mo +share/locale/fr_CA/LC_MESSAGES/caja.mo share/locale/frp/LC_MESSAGES/caja.mo share/locale/fur/LC_MESSAGES/caja.mo share/locale/fy/LC_MESSAGES/caja.mo @@ -165,8 +168,10 @@ share/locale/it/LC_MESSAGES/caja.mo share/locale/ja/LC_MESSAGES/caja.mo share/locale/ka/LC_MESSAGES/caja.mo share/locale/kk/LC_MESSAGES/caja.mo +share/locale/km/LC_MESSAGES/caja.mo share/locale/kn/LC_MESSAGES/caja.mo share/locale/ko/LC_MESSAGES/caja.mo +share/locale/ks/LC_MESSAGES/caja.mo share/locale/ku/LC_MESSAGES/caja.mo share/locale/ku_IQ/LC_MESSAGES/caja.mo share/locale/ky/LC_MESSAGES/caja.mo Index: pkgsrc/sysutils/caja/distinfo diff -u pkgsrc/sysutils/caja/distinfo:1.3 pkgsrc/sysutils/caja/distinfo:1.4 --- pkgsrc/sysutils/caja/distinfo:1.3 Fri Jun 23 17:06:33 2017 +++ pkgsrc/sysutils/caja/distinfo Mon May 14 12:29:35 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.3 2017/06/23 17:06:33 youri Exp $ +$NetBSD: distinfo,v 1.4 2018/05/14 12:29:35 youri Exp $ -SHA1 (caja-1.18.3.tar.xz) = 9b591659df514712dadb1be5eab15f106b9ea75d -RMD160 (caja-1.18.3.tar.xz) = 375e3b84d494ae1d4e6dc36871a6ac59f0bb8698 -SHA512 (caja-1.18.3.tar.xz) = 845f7532fbf701fecc5b0e29036ee4b4d6c65f520d6d7fdbddd05d7e7bcd0f7bbd52c54cb45dbb0bd7a5bbf2ece11e584e5074e4c86954b2730baa469168a566 -Size (caja-1.18.3.tar.xz) = 3526224 bytes +SHA1 (caja-1.20.2.tar.xz) = d5539306fc3217502d9bd0f8363dab5b4c2d6cb8 +RMD160 (caja-1.20.2.tar.xz) = 3095e24b8a0860fc9fdb5e883957a0f39dc3d38b +SHA512 (caja-1.20.2.tar.xz) = 3285f6dfcf7aa60cdca25490e1dd99aebf3946b74d7c160477116870718ab46d2b7534d1d53371bc0212e5bdbe6638d9b081e8b9086678060b1648374233addb +Size (caja-1.20.2.tar.xz) = 3557280 bytes SHA1 (patch-eel_eel-background.c) = 9d0ed0d9f3c9004f6d9024837538cc26cdb410da SHA1 (patch-libcaja-private_caja-global-preferences.c) = 122d62430cf57e274f1e561783ca0f69d0de7d56 SHA1 (patch-libcaja-private_caja-global-preferences.h) = edac3dc74ad737ed9e5347e8eb5eb83866dcaadf --_----------=_152630097582780--