Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
3b88ab0a98 | |||
ce94372a9c | |||
7d695a4a6d | |||
d3b055b901 | |||
2c0e0dd87a | |||
fff9a22aff |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68d829614beeb2596aa706db5ff070fcfc0e96ab7e3d2561772b52bed6c8ca38
|
||||
size 1505198
|
3
nemo-6.4.5.tar.gz
Normal file
3
nemo-6.4.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06dc3c7884dc0ec8ce4d55ed48f0cd77cbf7bd6be5dba9ed883d49a43118ebdf
|
||||
size 1511087
|
49
nemo.changes
49
nemo.changes
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 21 10:17:08 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>
|
||||
|
||||
- update to 6.4.5
|
||||
* layout editor: Don't use gettext.install to set up the locale.
|
||||
* nemo-places-sidebar.c: Fix query-tooltip callback.
|
||||
* nemo-style-fallback-mandatory.css: Add fallback support for the
|
||||
floating status bar.
|
||||
- update to 6.4.4
|
||||
* nemo-places-sidebar.c: Remove delete key action for removing
|
||||
bookmarks.
|
||||
* nemo-places-sidebar.c: Fix bookmark renaming.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 22:25:36 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop pkgconfig(gtksourceview-2.0), pkgconfig(gtksourceview-3.0)
|
||||
and pkgconfig(gtksourceview-4) BuildRequires, not needed for
|
||||
building, instead just own %{_datadir}/gtksourceview-{2.0,3.0,4}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
13
nemo.spec
13
nemo.spec
@@ -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.5
|
||||
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)
|
||||
@@ -42,9 +41,6 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||
BuildRequires: pkgconfig(gtk+-wayland-3.0) >= 3.10.0
|
||||
BuildRequires: pkgconfig(gtk-doc)
|
||||
BuildRequires: pkgconfig(gtksourceview-2.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-4)
|
||||
BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libgsf-1)
|
||||
BuildRequires: pkgconfig(libnotify)
|
||||
@@ -119,10 +115,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/
|
||||
|
||||
@@ -147,6 +139,7 @@ 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
|
||||
%dir %{_datadir}/gtksourceview-{2.0,3.0,4}
|
||||
%{_datadir}/gtksourceview-{2.0,3.0,4}/*
|
||||
%{_datadir}/polkit-1/actions/org.nemo.root.policy
|
||||
|
||||
|
Reference in New Issue
Block a user