Accepting request 932350 from home:andythe_great:branches:X11:Cinnamon:Factory
- Update to version 5.2.0. * nemo-desktop-overlay.glade: Fix label marked untranslatable. * makepot: Add shortcuts ui file. * nemo-view.c: Follow the same invocation rules for bulk renaming as we do for normal renaming. * Install language definitions to gtksourceview-4. * nemo-file.h: Use the correct icon names for read-only and unreadable emblems. * mount-archive.nemo_action: Use gnome-disk-image-mounter instead of gvfsd-archive. * debian/control: Add gnome-disk-utility to recommends (for image mount action). * Add a manpage for nemo-desktop and clean up nemo's a bit. * nemo-toolbar.c: Use flat button style * extension gir: Export 'libnemo-extension' to the gir * actions: Refactor to remove unnecessary methods. * actions: Add new conversion token for a file's parent uri (with selection_count > 0) and location uri (selection_count == 0). * actions: Add UriScheme specifier in the action definition. * nemo-window-manager-views.c: When removing a folder, don't close the entire window if that folder is open on another tab. * nemo-window.c: Don't ignore tab events when renaming. * nemo-directory-async.c: Don't write the entire buffer into the pixbuf loader all at once. * copy/paste: Make the clipboard contents persist after the process ends. * nemo-search-engine-advanced.c: Ensure a path before using it as a key in the skip table - g_str_hash cannot be NULL. * search: Update tooltip text (#2810) * file operations: Add duplicate button (#2841) * file-operations: Rename button label in previous commit * l10n: Generate files * l10n: Update POT OBS-URL: https://build.opensuse.org/request/show/932350 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=177
This commit is contained in:
parent
c0d565606b
commit
aa0903e68c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe4b2ece1b985c7f4dcc2aaa4b50216173828965dcb9a3222bf33713d9b99ca2
|
||||
size 1487269
|
3
nemo-5.2.0.tar.gz
Normal file
3
nemo-5.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b48afe5faf238c3b2e39dd94def90282bd4f747e621ec8c9ff3f6ad01603e36
|
||||
size 1491075
|
38
nemo.changes
38
nemo.changes
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 18 20:27:44 UTC 2021 - andy great <andythe_great@pm.me>
|
||||
|
||||
- Update to version 5.2.0.
|
||||
* nemo-desktop-overlay.glade: Fix label marked untranslatable.
|
||||
* makepot: Add shortcuts ui file.
|
||||
* nemo-view.c: Follow the same invocation rules for bulk renaming
|
||||
as we do for normal renaming.
|
||||
* Install language definitions to gtksourceview-4.
|
||||
* nemo-file.h: Use the correct icon names for read-only and
|
||||
unreadable emblems.
|
||||
* mount-archive.nemo_action: Use gnome-disk-image-mounter
|
||||
instead of gvfsd-archive.
|
||||
* debian/control: Add gnome-disk-utility to recommends
|
||||
(for image mount action).
|
||||
* Add a manpage for nemo-desktop and clean up nemo's a bit.
|
||||
* nemo-toolbar.c: Use flat button style
|
||||
* extension gir: Export 'libnemo-extension' to the gir
|
||||
* actions: Refactor to remove unnecessary methods.
|
||||
* actions: Add new conversion token for a file's parent uri
|
||||
(with selection_count > 0) and location uri
|
||||
(selection_count == 0).
|
||||
* actions: Add UriScheme specifier in the action definition.
|
||||
* nemo-window-manager-views.c: When removing a folder, don't
|
||||
close the entire window if that folder is open on another tab.
|
||||
* nemo-window.c: Don't ignore tab events when renaming.
|
||||
* nemo-directory-async.c: Don't write the entire buffer into
|
||||
the pixbuf loader all at once.
|
||||
* copy/paste: Make the clipboard contents persist after the
|
||||
process ends.
|
||||
* nemo-search-engine-advanced.c: Ensure a path before using it
|
||||
as a key in the skip table - g_str_hash cannot be NULL.
|
||||
* search: Update tooltip text (#2810)
|
||||
* file operations: Add duplicate button (#2841)
|
||||
* file-operations: Rename button label in previous commit
|
||||
* l10n: Generate files
|
||||
* l10n: Update POT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 09:17:59 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define sover 1
|
||||
%define typelib typelib-1_0-Nemo-3_0
|
||||
Name: nemo
|
||||
Version: 5.0.5
|
||||
Version: 5.2.0
|
||||
Release: 0
|
||||
Summary: File browser for Cinnamon
|
||||
License: GPL-2.0-or-later
|
||||
@ -172,7 +172,9 @@ mkdir -p %{buildroot}%{_libdir}/nemo/extensions-3.0/
|
||||
%{_datadir}/dbus-1/services/nemo.service
|
||||
%{_datadir}/dbus-1/services/nemo.FileManager1.service
|
||||
%{_datadir}/glib-2.0/schemas/org.nemo.gschema.xml
|
||||
%{_datadir}/gtksourceview-?.0/language-specs/%{name}_action.lang
|
||||
%dir %{_datadir}/gtksourceview-*
|
||||
%dir %{_datadir}/gtksourceview-*/language-specs
|
||||
%{_datadir}/gtksourceview-*/language-specs/%{name}_*.lang
|
||||
%{_datadir}/polkit-1/actions/org.nemo.root.policy
|
||||
|
||||
%files -n %{typelib}
|
||||
|
Loading…
Reference in New Issue
Block a user