Index: head/x11-fm/nautilus/files/patch-src_meson.build =================================================================== --- head/x11-fm/nautilus/files/patch-src_meson.build (revision 550522) +++ head/x11-fm/nautilus/files/patch-src_meson.build (nonexistent) @@ -1,50 +0,0 @@ -diff --git a/src/meson.build b/src/meson.build -index 0979128c8ed4ab828f6d546ab86c301ab0c3f98c..c6fbd8808c3ecc0a30af14d621e24f921be2eb55 100644 ---- src/meson.build -+++ src/meson.build -@@ -1,3 +1,13 @@ -+resources = gnome.compile_resources( -+ 'nautilus-resources', -+ join_paths( -+ 'resources', 'nautilus.gresource.xml' -+ ), -+ source_dir: 'resources', -+ c_name: 'nautilus', -+ extra_args: '--manual-register' -+) -+ - libnautilus_sources = [ - gnome.mkenums( - 'nautilus-enum-types', -@@ -10,15 +20,8 @@ libnautilus_sources = [ - 'nautilus-search-provider.h' - ] - ), -- gnome.compile_resources( -- 'nautilus-resources', -- join_paths( -- 'resources', 'nautilus.gresource.xml' -- ), -- source_dir: 'resources', -- c_name: 'nautilus', -- extra_args: '--manual-register' -- ), -+ # The header is only used by the main executable, no need to add it here. -+ resources[0], - gnome.gdbus_codegen( - 'nautilus-freedesktop-generated', - join_paths( -@@ -294,7 +297,12 @@ libnautilus_dep = declare_dependency( - nautilus_include_dirs, - libnautilus_include_dirs - ], -- dependencies: nautilus_deps -+ dependencies: nautilus_deps, -+ # nautilus-main.c, which is part of the main Nautilus executable, uses -+ # the header, generated by glib-compile-resources. Passing it on from here -+ # will ensure that an internal compile-time dependency is placed on this file, -+ # thus avoiding failures that are difficult to reproduce. -+ sources: resources[1] - ) - - nautilus = executable( Property changes on: head/x11-fm/nautilus/files/patch-src_meson.build ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-fm/nautilus/files/patch-data_meson.build =================================================================== --- head/x11-fm/nautilus/files/patch-data_meson.build (revision 550522) +++ head/x11-fm/nautilus/files/patch-data_meson.build (nonexistent) @@ -1,28 +0,0 @@ -From git master. Fixes the same 512x512 icon being installed as all sizes. ---- data/meson.build.orig 2018-06-24 22:58:44 UTC -+++ data/meson.build -@@ -8,17 +8,15 @@ - # https://gitlab.gnome.org/GNOME/nautilus/merge_requests/144 - ########## - foreach icon_size: ['16x16', '22x22', '24x24', '32x32', '48x48', '512x512'] -- configure_file( -- command: [ -- 'cp', '@INPUT@', '@OUTPUT@' -- ], -- input: files( -- join_paths('icons', 'hicolor', icon_size, 'apps', 'org.gnome.Nautilus.png') -- ), -- install_dir: join_paths(datadir, 'icons', 'hicolor', icon_size, 'apps'), -- output: '@0@.png'.format(application_id) -+ icondir = join_paths('icons', 'hicolor', icon_size, 'apps') -+ -+ install_data( -+ join_paths(icondir, 'org.gnome.Nautilus.png'), -+ install_dir: join_paths(datadir, icondir), -+ rename: '@0@.png'.format(application_id) - ) - endforeach -+ - - configure_file( - command: [ Property changes on: head/x11-fm/nautilus/files/patch-data_meson.build ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11-fm/nautilus/Makefile =================================================================== --- head/x11-fm/nautilus/Makefile (revision 550522) +++ head/x11-fm/nautilus/Makefile (revision 550523) @@ -1,40 +1,41 @@ # Created by: ade, archie # $FreeBSD$ PORTNAME= nautilus -PORTVERSION= 3.28.1 -PORTREVISION= 5 +PORTVERSION= 3.36.3 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= File manager for the GNOME desktop LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgnome-autoar-0.so:archivers/gnome-autoar \ libgexiv2.so:graphics/gexiv2 \ - libtracker-sparql-2.0.so:sysutils/tracker + libtracker-sparql-2.0.so:sysutils/tracker \ + libtotem.so:multimedia/totem PORTSCOUT= limitw:1,even USES= compiler:c11 desktop-file-utils gettext gnome \ localbase meson pkgconfig python:3.4+,build tar:xz xorg USE_GNOME= cairo gdkpixbuf2 gnomedesktop3 +USE_GSTREAMER1= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes USE_XORG= x11 MESON_ARGS= -Denable-packagekit=false \ -Denable-selinux=false BINARY_ALIAS= python3=${PYTHON_VERSION} GLIB_SCHEMAS= org.gnome.nautilus.gschema.xml OPTIONS_DEFINE= GVFS OPTIONS_DEFAULT=GVFS GVFS_USE= GNOME=gvfs .include Index: head/x11-fm/nautilus/distinfo =================================================================== --- head/x11-fm/nautilus/distinfo (revision 550522) +++ head/x11-fm/nautilus/distinfo (revision 550523) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525501674 -SHA256 (gnome/nautilus-3.28.1.tar.xz) = 9ce878fc9d9f950475c504066ce5f8e98a8cfbf15051724469e865ea85bab0a5 -SIZE (gnome/nautilus-3.28.1.tar.xz) = 3262520 +TIMESTAMP = 1601393155 +SHA256 (gnome/nautilus-3.36.3.tar.xz) = b6cafc7ab1e70a64383de391b6097fcccbf36b208f8502d8c46423224fd30ef8 +SIZE (gnome/nautilus-3.36.3.tar.xz) = 3201908 Index: head/x11-fm/nautilus/pkg-plist =================================================================== --- head/x11-fm/nautilus/pkg-plist (revision 550522) +++ head/x11-fm/nautilus/pkg-plist (revision 550523) @@ -1,152 +1,150 @@ bin/nautilus bin/nautilus-autorun-software include/nautilus/libnautilus-extension/nautilus-column-provider.h include/nautilus/libnautilus-extension/nautilus-column.h include/nautilus/libnautilus-extension/nautilus-extension-enum-types.h include/nautilus/libnautilus-extension/nautilus-extension-types.h include/nautilus/libnautilus-extension/nautilus-file-info.h include/nautilus/libnautilus-extension/nautilus-info-provider.h include/nautilus/libnautilus-extension/nautilus-location-widget-provider.h include/nautilus/libnautilus-extension/nautilus-menu-item.h include/nautilus/libnautilus-extension/nautilus-menu-provider.h include/nautilus/libnautilus-extension/nautilus-menu.h include/nautilus/libnautilus-extension/nautilus-property-page-provider.h include/nautilus/libnautilus-extension/nautilus-property-page.h include/nautilus/nautilus-extension.h lib/girepository-1.0/Nautilus-3.0.typelib lib/libnautilus-extension.so lib/libnautilus-extension.so.1 lib/libnautilus-extension.so.1.5.0 lib/nautilus/extensions-3.0/libnautilus-image-properties.so lib/nautilus/extensions-3.0/libnautilus-sendto.so +lib/nautilus/extensions-3.0/libtotem-properties-page.so libdata/pkgconfig/libnautilus-extension.pc share/applications/nautilus-autorun-software.desktop share/applications/org.gnome.Nautilus.desktop share/dbus-1/services/org.freedesktop.FileManager1.service share/dbus-1/services/org.gnome.Nautilus.service share/gir-1.0/Nautilus-3.0.gir share/gnome-shell/search-providers/org.gnome.Nautilus.search-provider.ini -share/icons/hicolor/16x16/apps/org.gnome.Nautilus.png -share/icons/hicolor/22x22/apps/org.gnome.Nautilus.png -share/icons/hicolor/24x24/apps/org.gnome.Nautilus.png -share/icons/hicolor/32x32/apps/org.gnome.Nautilus.png -share/icons/hicolor/48x48/apps/org.gnome.Nautilus.png -share/icons/hicolor/512x512/apps/org.gnome.Nautilus.png +share/icons/hicolor/scalable/apps/org.gnome.Nautilus.svg share/icons/hicolor/symbolic/apps/org.gnome.Nautilus-symbolic.svg share/locale/af/LC_MESSAGES/nautilus.mo share/locale/am/LC_MESSAGES/nautilus.mo share/locale/an/LC_MESSAGES/nautilus.mo share/locale/ar/LC_MESSAGES/nautilus.mo share/locale/as/LC_MESSAGES/nautilus.mo share/locale/ast/LC_MESSAGES/nautilus.mo share/locale/az/LC_MESSAGES/nautilus.mo share/locale/be/LC_MESSAGES/nautilus.mo share/locale/be@latin/LC_MESSAGES/nautilus.mo share/locale/bg/LC_MESSAGES/nautilus.mo share/locale/bn/LC_MESSAGES/nautilus.mo share/locale/bn_IN/LC_MESSAGES/nautilus.mo share/locale/bo/LC_MESSAGES/nautilus.mo share/locale/br/LC_MESSAGES/nautilus.mo share/locale/bs/LC_MESSAGES/nautilus.mo share/locale/ca/LC_MESSAGES/nautilus.mo share/locale/ca@valencia/LC_MESSAGES/nautilus.mo +share/locale/ckb/LC_MESSAGES/nautilus.mo share/locale/crh/LC_MESSAGES/nautilus.mo share/locale/cs/LC_MESSAGES/nautilus.mo share/locale/cy/LC_MESSAGES/nautilus.mo share/locale/da/LC_MESSAGES/nautilus.mo share/locale/de/LC_MESSAGES/nautilus.mo share/locale/dz/LC_MESSAGES/nautilus.mo share/locale/el/LC_MESSAGES/nautilus.mo share/locale/en@shaw/LC_MESSAGES/nautilus.mo share/locale/en_CA/LC_MESSAGES/nautilus.mo share/locale/en_GB/LC_MESSAGES/nautilus.mo share/locale/eo/LC_MESSAGES/nautilus.mo share/locale/es/LC_MESSAGES/nautilus.mo share/locale/et/LC_MESSAGES/nautilus.mo share/locale/eu/LC_MESSAGES/nautilus.mo share/locale/fa/LC_MESSAGES/nautilus.mo share/locale/fi/LC_MESSAGES/nautilus.mo share/locale/fr/LC_MESSAGES/nautilus.mo share/locale/fur/LC_MESSAGES/nautilus.mo share/locale/fy/LC_MESSAGES/nautilus.mo share/locale/ga/LC_MESSAGES/nautilus.mo share/locale/gd/LC_MESSAGES/nautilus.mo share/locale/gl/LC_MESSAGES/nautilus.mo share/locale/gu/LC_MESSAGES/nautilus.mo share/locale/gv/LC_MESSAGES/nautilus.mo share/locale/ha/LC_MESSAGES/nautilus.mo share/locale/he/LC_MESSAGES/nautilus.mo share/locale/hi/LC_MESSAGES/nautilus.mo share/locale/hr/LC_MESSAGES/nautilus.mo share/locale/hu/LC_MESSAGES/nautilus.mo share/locale/hy/LC_MESSAGES/nautilus.mo share/locale/id/LC_MESSAGES/nautilus.mo share/locale/ig/LC_MESSAGES/nautilus.mo share/locale/io/LC_MESSAGES/nautilus.mo share/locale/is/LC_MESSAGES/nautilus.mo share/locale/it/LC_MESSAGES/nautilus.mo share/locale/ja/LC_MESSAGES/nautilus.mo share/locale/ka/LC_MESSAGES/nautilus.mo share/locale/kk/LC_MESSAGES/nautilus.mo share/locale/km/LC_MESSAGES/nautilus.mo share/locale/kn/LC_MESSAGES/nautilus.mo share/locale/ko/LC_MESSAGES/nautilus.mo share/locale/ku/LC_MESSAGES/nautilus.mo share/locale/ky/LC_MESSAGES/nautilus.mo share/locale/li/LC_MESSAGES/nautilus.mo share/locale/ln/LC_MESSAGES/nautilus.mo share/locale/lt/LC_MESSAGES/nautilus.mo share/locale/lv/LC_MESSAGES/nautilus.mo share/locale/mai/LC_MESSAGES/nautilus.mo share/locale/mg/LC_MESSAGES/nautilus.mo share/locale/mi/LC_MESSAGES/nautilus.mo +share/locale/mjw/LC_MESSAGES/nautilus.mo share/locale/mk/LC_MESSAGES/nautilus.mo share/locale/ml/LC_MESSAGES/nautilus.mo share/locale/mn/LC_MESSAGES/nautilus.mo share/locale/mr/LC_MESSAGES/nautilus.mo share/locale/ms/LC_MESSAGES/nautilus.mo share/locale/my/LC_MESSAGES/nautilus.mo share/locale/nb/LC_MESSAGES/nautilus.mo share/locale/nds/LC_MESSAGES/nautilus.mo share/locale/ne/LC_MESSAGES/nautilus.mo share/locale/nl/LC_MESSAGES/nautilus.mo share/locale/nn/LC_MESSAGES/nautilus.mo share/locale/nso/LC_MESSAGES/nautilus.mo share/locale/oc/LC_MESSAGES/nautilus.mo share/locale/or/LC_MESSAGES/nautilus.mo share/locale/pa/LC_MESSAGES/nautilus.mo share/locale/pl/LC_MESSAGES/nautilus.mo share/locale/ps/LC_MESSAGES/nautilus.mo share/locale/pt/LC_MESSAGES/nautilus.mo share/locale/pt_BR/LC_MESSAGES/nautilus.mo share/locale/ro/LC_MESSAGES/nautilus.mo share/locale/ru/LC_MESSAGES/nautilus.mo share/locale/rw/LC_MESSAGES/nautilus.mo share/locale/si/LC_MESSAGES/nautilus.mo share/locale/sk/LC_MESSAGES/nautilus.mo share/locale/sl/LC_MESSAGES/nautilus.mo share/locale/sq/LC_MESSAGES/nautilus.mo share/locale/sr/LC_MESSAGES/nautilus.mo share/locale/sr@ije/LC_MESSAGES/nautilus.mo share/locale/sr@latin/LC_MESSAGES/nautilus.mo share/locale/sv/LC_MESSAGES/nautilus.mo share/locale/ta/LC_MESSAGES/nautilus.mo share/locale/te/LC_MESSAGES/nautilus.mo share/locale/tg/LC_MESSAGES/nautilus.mo share/locale/th/LC_MESSAGES/nautilus.mo share/locale/tk/LC_MESSAGES/nautilus.mo share/locale/tr/LC_MESSAGES/nautilus.mo share/locale/ug/LC_MESSAGES/nautilus.mo share/locale/uk/LC_MESSAGES/nautilus.mo share/locale/uz/LC_MESSAGES/nautilus.mo share/locale/uz@cyrillic/LC_MESSAGES/nautilus.mo share/locale/vi/LC_MESSAGES/nautilus.mo share/locale/wa/LC_MESSAGES/nautilus.mo share/locale/xh/LC_MESSAGES/nautilus.mo share/locale/yi/LC_MESSAGES/nautilus.mo share/locale/yo/LC_MESSAGES/nautilus.mo share/locale/zh_CN/LC_MESSAGES/nautilus.mo share/locale/zh_HK/LC_MESSAGES/nautilus.mo share/locale/zh_TW/LC_MESSAGES/nautilus.mo share/locale/zu/LC_MESSAGES/nautilus.mo share/metainfo/org.gnome.Nautilus.appdata.xml