Accepting request 1237120 from X11:Cinnamon:Factory
OBS-URL: https://build.opensuse.org/request/show/1237120 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nemo?expand=0&rev=54
This commit is contained in:
commit
2c0e0dd87a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68d829614beeb2596aa706db5ff070fcfc0e96ab7e3d2561772b52bed6c8ca38
|
||||
size 1505198
|
3
nemo-6.4.3.tar.gz
Normal file
3
nemo-6.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc4b2ed52fd69551a53fd95a008a738fc9c904fc79d41c8e39ec49bfd739094e
|
||||
size 1510958
|
29
nemo.changes
29
nemo.changes
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 04:53:24 UTC 2025 - Marguerite Su <i@marguerite.su>
|
||||
|
||||
- update to 6.4.3
|
||||
* I18n
|
||||
- update to 6.4.2
|
||||
* nemo-window-manage-views: fix null pointer ref
|
||||
- update to 6.4.1
|
||||
* remove unused libxml headers
|
||||
* fix inhibit name so nemo's desktop file is discovered by
|
||||
cinnamon-session for the logout dialog
|
||||
- update to 6.4.0
|
||||
* nemo_action_layout_editor.py: Fix non-initialized variable
|
||||
* tree-sidebar: Add missing properties menu item
|
||||
* search: Improve logging when loading search helpers.
|
||||
* search: Replace third-party OpenDocument search helper.
|
||||
* Add setting to disable auto-expanding of treeview rows during
|
||||
drag-and-drop operations.
|
||||
* actions: Cancel action update idle callbacks during dispose for
|
||||
non-NemoView types.
|
||||
* nemo-places-sidebar.c: Only register the special eject icon size
|
||||
once.
|
||||
* Guard against gdkx11 calls in a Wayland session.
|
||||
* places sidebar: Improve eject icon behavior.
|
||||
* layout editor: Add support for accelerator keys.
|
||||
* NemoAction: Add support for keyboard shortcuts.
|
||||
* Fix blocking when listing or entering a network location with an
|
||||
inaccessible host.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 03:29:04 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nemo
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 1
|
||||
Name: nemo
|
||||
Version: 6.2.8
|
||||
Version: 6.4.3
|
||||
Release: 0
|
||||
Summary: File browser for Cinnamon
|
||||
License: GPL-2.0-or-later
|
||||
@ -32,7 +32,6 @@ BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(cinnamon-desktop)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(exempi-2.0)
|
||||
@ -119,10 +118,6 @@ sed -i 's|/usr/bin/env bash|/usr/bin/bash|g' search-helpers/%{name}-epub2text
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%suse_update_desktop_file %{name}
|
||||
%suse_update_desktop_file %{name}-autostart
|
||||
%suse_update_desktop_file %{name}-autorun-software
|
||||
|
||||
# We need to own this directory.
|
||||
mkdir -p %{buildroot}%{_libdir}/nemo/extensions-3.0/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user