- 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.

OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=193
This commit is contained in:
Marguerite Su 2025-01-12 05:02:21 +00:00 committed by Git OBS Bridge
commit fff9a22aff
7 changed files with 2172 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
nemo-6.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea1081a2dc7b4b51d1663086300cf32960ca1e67523be16c18d4609c95a381a1
size 1483110

3
nemo-6.2.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68d829614beeb2596aa706db5ff070fcfc0e96ab7e3d2561772b52bed6c8ca38
size 1505198

3
nemo-6.4.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc4b2ed52fd69551a53fd95a008a738fc9c904fc79d41c8e39ec49bfd739094e
size 1510958

1976
nemo.changes Normal file

File diff suppressed because it is too large Load Diff

163
nemo.spec Normal file
View File

@ -0,0 +1,163 @@
#
# spec file for package nemo
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 1
Name: nemo
Version: 6.4.3
Release: 0
Summary: File browser for Cinnamon
License: GPL-2.0-or-later
URL: https://github.com/linuxmint/nemo
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: intltool
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: python3-gobject
BuildRequires: shared-mime-info
BuildRequires: pkgconfig(cinnamon-desktop)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(exempi-2.0)
BuildRequires: pkgconfig(gail-3.0)
BuildRequires: pkgconfig(glib-2.0)
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)
BuildRequires: pkgconfig(libselinux)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(polkit-agent-1)
BuildRequires: pkgconfig(tracker-sparql-3.0)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xapp) >= 1.9.0
Requires: desktop-file-utils >= 0.7
Requires: glib2-tools
Requires: gvfs >= 1.3.2
Requires: python3
Requires: shared-mime-info >= 0.50
Recommends: gdk-pixbuf-loader-rsvg
Recommends: gvfs-backends
Recommends: python3dist(xlrd)
Suggests: xdg-user-dirs
Suggests: xplayer
Suggests: xreader
Suggests: xviewer
%description
Nemo is the file manager for the Cinnamon desktop environment.
%package devel
Summary: Development files for Nemo
Requires: %{name} = %{version}
Requires: lib%{name}-extension%{sover} = %{version}
Requires: typelib-1_0-Nemo-3_0 = %{version}
%description devel
Nemo is the file manager for the Cinnamon desktop environment.
This package provides the development files for Nemo.
%package -n lib%{name}-extension%{sover}
Summary: Nemo extension shared libraries
Group: System/Libraries
%description -n lib%{name}-extension%{sover}
Nemo is the file manager for the Cinnamon desktop environment.
This package provides Nemo's shared libraries.
%package -n typelib-1_0-Nemo-3_0
Summary: File Browser for Cinnamon -- Introspection Bindings
Group: System/Libraries
%description -n typelib-1_0-Nemo-3_0
Nemo is the file manager for the Cinnamon desktop environment.
This package provides the GObject Introspection bindings for Nemo.
%prep
%autosetup
sed -i 's|/usr/bin/env bash|/usr/bin/bash|g' search-helpers/%{name}-epub2text
%build
%meson \
-Ddeprecated_warnings=true \
-Dexif=true \
-Dxmp=true \
-Dgtk_doc=true \
-Dselinux=true \
-Dempty_view=false \
-Dtracker=true \
--libexecdir=%{_libexecdir}/%{name}
%meson_build
%install
%meson_install
# We need to own this directory.
mkdir -p %{buildroot}%{_libdir}/nemo/extensions-3.0/
%fdupes %{buildroot}%{_datadir}
%post -n lib%{name}-extension%{sover}
%ldconfig
%postun -n lib%{name}-extension%{sover}
%ldconfig
%files
%license COPYING*
%doc AUTHORS README.md debian/changelog
%{_bindir}/%{name}*
%{_libexecdir}/%{name}
%{_datadir}/%{name}
%{_datadir}/applications/%{name}*.desktop
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man?/%{name}*%{?ext_man}
%{_datadir}/dbus-1/services/nemo.service
%{_datadir}/dbus-1/services/nemo.FileManager1.service
%{_datadir}/glib-2.0/schemas/org.nemo.gschema.xml
%{_datadir}/gtksourceview-{2.0,3.0,4}/*
%{_datadir}/polkit-1/actions/org.nemo.root.policy
%files -n typelib-1_0-Nemo-3_0
%{_libdir}/girepository-1.0/Nemo-3.0.typelib
%files -n lib%{name}-extension%{sover}
%dir %{_libdir}/%{name}
%dir %{_libdir}/%{name}/extensions-3.0
%{_libdir}/lib%{name}-extension.so.%{sover}*
%files devel
%{_includedir}/%{name}/
%{_libdir}/lib%{name}-extension.so
%{_libdir}/pkgconfig/lib%{name}-extension.pc
%{_datadir}/gir-1.0/Nemo-3.0.gir
%{_datadir}/gtk-doc/html/libnemo-extension
%changelog