- Update to version 3.0.0.
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=88
This commit is contained in:
parent
6d995bd91a
commit
ec04a5159f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79ca0e28b43ebb701a6449424be1be4224e9014bf1bb3b722d77b23ecb3afab9
|
|
||||||
size 1413445
|
|
3
nemo-3.0.0.tar.gz
Normal file
3
nemo-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8a7c56b212f8deaabaf3ff10bb572cede910e2c187434c33d253be9e0eb3fdf
|
||||||
|
size 1344099
|
@ -1,6 +1,6 @@
|
|||||||
--- a/libnemo-private/nemo-action.c
|
--- a/libnemo-private/nemo-action.c
|
||||||
+++ b/libnemo-private/nemo-action.c
|
+++ b/libnemo-private/nemo-action.c
|
||||||
@@ -1307,6 +1307,7 @@ check_gsettings_condition (NemoAction *a
|
@@ -1322,6 +1322,7 @@ check_gsettings_condition (NemoAction *a
|
||||||
g_strfreev (split);
|
g_strfreev (split);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
29
nemo.changes
29
nemo.changes
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 25 05:00:35 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 3.0.0:
|
||||||
|
* Fix wrong desktop size on Gtk 3.20+.
|
||||||
|
* Add missing includes.
|
||||||
|
* Fix pointer types, to avoid warning.
|
||||||
|
* Respect dbus_satisfied flag for menu enties on blank desktops.
|
||||||
|
* Fix printf format specifier.
|
||||||
|
* Don't draw the desktop on a cloned monitor.
|
||||||
|
* Fix some missing cast warnings.
|
||||||
|
* Fix fallback style for GTK 3.20+.
|
||||||
|
* Add style class nemo-window-pane.
|
||||||
|
* Add style class nemo-properties-dialog to GtkBuilder file.
|
||||||
|
* Add style class in nemo_desktop_window_init (same as Nautilus).
|
||||||
|
* Add style class to places sidebar.
|
||||||
|
* Add style class to nemo-window.
|
||||||
|
* Use a more specific class name for places sidebar.
|
||||||
|
* nemo-icon-info.c: Remove invalid
|
||||||
|
GTK_ICON_LOOKUP_GENERIC_FALLBACK flag (triggers warnings in
|
||||||
|
Gtk 3.20+).
|
||||||
|
* nemo-window: Add new flag NEMO_WINDOW_OPEN_FLAG_SEARCH and use
|
||||||
|
the same slot if this flag is passed to
|
||||||
|
nemo_window_slot_open_location_full to avoid opening a new
|
||||||
|
window (and a crash) when starting a search with the open in
|
||||||
|
new window preference enabled.
|
||||||
|
* Updated makepot and pot file.
|
||||||
|
- Rebase nemo-void-return-no-return.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 9 18:09:32 UTC 2016 - sor.alexei@meowr.ru
|
Wed Mar 9 18:09:32 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
%define typelib typelib-1_0-Nemo-3_0
|
%define typelib typelib-1_0-Nemo-3_0
|
||||||
Name: nemo
|
Name: nemo
|
||||||
Version: 2.8.7
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File browser for Cinnamon
|
Summary: File browser for Cinnamon
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -35,6 +35,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-gobject-devel
|
BuildRequires: python-gobject-devel
|
||||||
BuildRequires: python-polib
|
BuildRequires: python-polib
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
@ -64,10 +65,10 @@ Requires: python
|
|||||||
Requires: shared-mime-info >= 0.50
|
Requires: shared-mime-info >= 0.50
|
||||||
Recommends: gdk-pixbuf-loader-rsvg
|
Recommends: gdk-pixbuf-loader-rsvg
|
||||||
Recommends: gvfs-backends
|
Recommends: gvfs-backends
|
||||||
Suggests: eog
|
|
||||||
Suggests: evince
|
|
||||||
Suggests: totem
|
|
||||||
Suggests: xdg-user-dirs
|
Suggests: xdg-user-dirs
|
||||||
|
Suggests: xplayer
|
||||||
|
Suggests: xreader
|
||||||
|
Suggests: xviewer
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user