Accepting request 1130390 from X11:Cinnamon:Factory
- update to 6.0.0: * nemo-window-slot.c: Update the drop zone target each time the location changes, not just when the view type changes. * Fix some leaks, g_object_unref safety. * Use `activation_uri` as a second choice in `nemo_file_get_local_uri` * nemo-desktop-link.c: Fix warning when toggling the Trash icon in desktop settings. * Fix some style/icon problems. * search: Relax folder restrictions to allow gvfs locations. * compact view: Improve text and selection highlight alignment. * eel-gtk-extensions.c: (Wayland) Fix menu popup positioning, popup * nemo-file.c: Update hard-coded value for size of thumbnails. * Update issue template with a link to open and closed issues. * eel-gtk-extensions: Make wayland display check reusable. * nemo-view.c: Use an admin:/// uri for the 'Open as Root' action when running under Wayland. * nemo-window-slot: Set up dnd against the slot itself instead of updating the target data each time the location changes. * Fix issue when generating video thumbnails from network shares * nemo-thumbnails: Use g_file_peek_path to simplify network-to- local uri conversion. * Emphasize checking for duplicate existing issues in the bug report form. * nemo-window-slot.c: Disable drop bar, until circular reference can be resolved. * nemo-window.c: Don't update saved window state if the window is tiled when closing it. * Fix trying the same filename when moving a file with OBS-URL: https://build.opensuse.org/request/show/1130390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo?expand=0&rev=52
This commit is contained in:
commit
ab83d9153f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f872141603e28de026de4fb2355ab635e5f4b262bbcefeff1e874dbaf2ca690
|
||||
size 1498334
|
3
nemo-6.0.0.tar.gz
Normal file
3
nemo-6.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea1081a2dc7b4b51d1663086300cf32960ca1e67523be16c18d4609c95a381a1
|
||||
size 1483110
|
@ -1,16 +0,0 @@
|
||||
--- a/eel/eel-gtk-extensions.c
|
||||
+++ b/eel/eel-gtk-extensions.c
|
||||
@@ -285,9 +285,13 @@ eel_pop_up_context_menu (GtkMenu *menu,
|
||||
button = 0;
|
||||
}
|
||||
|
||||
+#if GTK_CHECK_VERSION (3, 22, 0)
|
||||
if (button > 0) {
|
||||
gtk_menu_popup_at_pointer (menu, (GdkEvent *) event);
|
||||
} else {
|
||||
+#else
|
||||
+ if (TRUE) {
|
||||
+#endif
|
||||
gtk_menu_popup (menu, /* menu */
|
||||
NULL, /* parent_menu_shell */
|
||||
NULL, /* parent_menu_item */
|
96
nemo.changes
96
nemo.changes
@ -1,3 +1,99 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 19:02:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 6.0.0:
|
||||
* nemo-window-slot.c: Update the drop zone target each time the
|
||||
location changes, not just when the view type changes.
|
||||
* Fix some leaks, g_object_unref safety.
|
||||
* Use `activation_uri` as a second choice in `nemo_file_get_local_uri`
|
||||
* nemo-desktop-link.c: Fix warning when toggling the Trash icon
|
||||
in desktop settings.
|
||||
* Fix some style/icon problems.
|
||||
* search: Relax folder restrictions to allow gvfs locations.
|
||||
* compact view: Improve text and selection highlight alignment.
|
||||
* eel-gtk-extensions.c: (Wayland) Fix menu popup positioning,
|
||||
popup
|
||||
* nemo-file.c: Update hard-coded value for size of thumbnails.
|
||||
* Update issue template with a link to open and closed issues.
|
||||
* eel-gtk-extensions: Make wayland display check reusable.
|
||||
* nemo-view.c: Use an admin:/// uri for the 'Open as Root'
|
||||
action when running under Wayland.
|
||||
* nemo-window-slot: Set up dnd against the slot itself instead
|
||||
of updating the target data each time the location changes.
|
||||
* Fix issue when generating video thumbnails from network
|
||||
shares
|
||||
* nemo-thumbnails: Use g_file_peek_path to simplify network-to-
|
||||
local uri conversion.
|
||||
* Emphasize checking for duplicate existing issues in the bug
|
||||
report form.
|
||||
* nemo-window-slot.c: Disable drop bar, until circular
|
||||
reference can be resolved.
|
||||
* nemo-window.c: Don't update saved window state if the window
|
||||
is tiled when closing it.
|
||||
* Fix trying the same filename when moving a file with
|
||||
duplicate name
|
||||
* Fix thumbnail creation for local files
|
||||
* file ops: Use symbolic tray icons.
|
||||
* nemo-view.c: Show detailed actions for some selection types
|
||||
* Fix meson.build deprecations up to 0.56.0
|
||||
* nemo-pathbar.c: Remove unnecessary g_object_unref.
|
||||
* nemo-desktop.c: Use Gtk to set the desktop window hint
|
||||
* nemo-desktop: Add csd-background to ignored-desktop-handlers.
|
||||
* list-view: Remove remaining unused 'drop zone' code.
|
||||
* nemo-list-view: Restrict drag-into-folder actions to be
|
||||
triggered only over text-covered regions of a given row.
|
||||
* nemo-list-view.c: Don't apply column-expand test unless there
|
||||
is a drag operation active.
|
||||
* search: Fix search directory view selection.
|
||||
* nemo-search-directory.c: Don't restart the search if the
|
||||
query hasn't changed.
|
||||
* advanced search: Fix path handling to prevent symbolic links
|
||||
escaping into forbidden locations.
|
||||
* Fix some leaks.
|
||||
* nemo-style-fallback-mandatory.css: Fix styling on inactive
|
||||
pane
|
||||
* nemo-window.c: Fix crash when unmounting a network location.
|
||||
* nemo-places-sidebar.c: Remove extra reference to selected
|
||||
sidebar file when using the popup menu.
|
||||
* nemo-file-utilities.c: Simplify symbolic device icon lookup.
|
||||
* Revert "nemo-list-view.c: Fix some tooltip markup warnings."
|
||||
* Disable view selection when viewing search results.
|
||||
* search: Fix tracker search, which was broken by
|
||||
3c691a8e0e80b5.
|
||||
* nemo-search-directory: Unset the search_running flag when the
|
||||
search completes.
|
||||
* search view: Fix sort column/direction not being remembered.
|
||||
* nemo-list-view.c: Don't try to work out a monospace font to
|
||||
use if no font family is set.
|
||||
* nemo-places-sidebar.c: Allocate extra space for the eject
|
||||
button when overlay-scrollbars are enabled.
|
||||
* nemo-list-view.c: Reset dynamic bottom margin when loading a
|
||||
new location.
|
||||
* l10n: Generate additional files
|
||||
13:00:41 +0100
|
||||
* nemo-view-dnd.c: Fix the check for a web link's title, and
|
||||
use the url if it's missing.
|
||||
* nemo-mime-actions.c: Prioritize an http link to open in a
|
||||
browser, regardless of the mimetype of the link's target.
|
||||
* nemo-file-management-properties.glade: Re-save under glade
|
||||
3.38.
|
||||
* preferences: Allow displaying dates using the system's
|
||||
current monospace font.
|
||||
* Reduce timeout delay for the click-to-rename feature.
|
||||
* thumbnails: Use multiple threads for generating thumbnails.
|
||||
* nemo-thumbnails: Restore compatibility with older glib
|
||||
versions, move all mutex locks off of the UI thread, clean up
|
||||
when nemo exits.
|
||||
* nemo-icon-container.c: Fix thumbnail prioritization in the
|
||||
icon, compact views.
|
||||
* Remove _prioritize_thumbnailing vfuncs in the icon
|
||||
containers.
|
||||
* Clean up nemo-thumbnails.c, add some thread/queue debugging.
|
||||
* nemo-thumbnails.c: Use LIFO sort for the thumbnailing thread.
|
||||
* nemo-thumbnails.c: Fix thread count when the setting is a
|
||||
positive value (specific count desired instead of automatic).
|
||||
- drop nemo-gtk-3.20.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 20:42:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -20,15 +20,13 @@
|
||||
%define sover 1
|
||||
%define typelib typelib-1_0-Nemo-3_0
|
||||
Name: nemo
|
||||
Version: 5.6.4
|
||||
Version: 6.0.0
|
||||
Release: 0
|
||||
Summary: File browser for Cinnamon
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/Other
|
||||
URL: https://github.com/linuxmint/nemo
|
||||
Source: https://github.com/linuxmint/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE nemo-gtk-3.20.patch -- Restore GTK+ 3.20 support.
|
||||
Patch0: nemo-gtk-3.20.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gtk-doc
|
||||
@ -107,7 +105,6 @@ This package provides the GObject Introspection bindings for Nemo.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -fcommon"
|
||||
|
Loading…
Reference in New Issue
Block a user