forked from pool/nemo-extensions
- Update to version 3.0.0.
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=23
This commit is contained in:
parent
60dffe4385
commit
de88e5e0cb
3
nemo-extensions-3.0.0.tar.gz
Normal file
3
nemo-extensions-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b62b81d40a268509c5d3be58aed4d232c05433f028a6197a00b2dd0964578605
|
||||||
|
size 1161110
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 25 05:00:35 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 3.0.0 (changes since 2.8.0):
|
||||||
|
* nemo-share: Purge useless samba auto-installation code.
|
||||||
|
* nemo-terminal: Change default shell from bash to user's shell.
|
||||||
|
* nemo-terminal: Change key event from release to press.
|
||||||
|
* nemo-compare, nemo-emblems, nemo-share: Update translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 14 23:57:30 UTC 2016 - sor.alexei@meowr.ru
|
Thu Jan 14 23:57:30 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nemo-extensions
|
# spec file for package nemo-extensions
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,16 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
# Do not package nemo-extension-media-columns for now: slows Nemo down.
|
# Do not package nemo-extension-media-columns for now: slows Nemo down.
|
||||||
|
%define _version 3.0.0
|
||||||
%define _version 2.8.x
|
|
||||||
Name: nemo-extensions
|
Name: nemo-extensions
|
||||||
Version: 2.8.0
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Set of extensions for Nemo, the Cinnamon file manager
|
Summary: Set of extensions for Nemo, the Cinnamon file manager
|
||||||
License: GPL-2.0 and GPL-3.0 and GPL-3.0+
|
License: GPL-2.0 and GPL-3.0 and GPL-3.0+
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
Url: https://github.com/linuxmint/nemo-extensions
|
Url: https://github.com/linuxmint/nemo-extensions
|
||||||
Source: https://github.com/linuxmint/%{name}/archive/%{_version}.tar.gz#/%{name}-%{_version}.tar.gz
|
Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM nemo-seahorse_gpg-2.1.patch stefan@fam-elser.de -- Add patch for GPG 2.1.
|
# PATCH-FIX-UPSTREAM nemo-seahorse_gpg-2.1.patch stefan@fam-elser.de -- Add patch for GPG 2.1.
|
||||||
Patch0: nemo-seahorse_gpg-2.1.patch
|
Patch0: nemo-seahorse_gpg-2.1.patch
|
||||||
# PATCH-FIX-UPSTREAM nemo-terminal_vte-2.91.patch
|
# PATCH-FIX-UPSTREAM nemo-terminal_vte-2.91.patch
|
||||||
@ -225,8 +224,8 @@ Requires: gstreamer-plugins-good
|
|||||||
Requires: nemo >= %{_version}
|
Requires: nemo >= %{_version}
|
||||||
# nemo-preview was last used in openSUSE 13.2.
|
# nemo-preview was last used in openSUSE 13.2.
|
||||||
Obsoletes: nemo-preview < %{version}
|
Obsoletes: nemo-preview < %{version}
|
||||||
Provides: nemo-preview = %{version}
|
|
||||||
Provides: nemo-extension-preview-devel = %{version}
|
Provides: nemo-extension-preview-devel = %{version}
|
||||||
|
Provides: nemo-preview = %{version}
|
||||||
|
|
||||||
%description -n nemo-extension-preview
|
%description -n nemo-extension-preview
|
||||||
This is NemoPreview, a quick previewer for Nemo, the Cinnamon
|
This is NemoPreview, a quick previewer for Nemo, the Cinnamon
|
||||||
@ -315,7 +314,7 @@ hotkey (default F4) and automatically follows the currently active
|
|||||||
directory in Nemo.
|
directory in Nemo.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{_version}
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
|
Loading…
Reference in New Issue
Block a user