OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo-extensions?expand=0&rev=24
This commit is contained in:
parent
c4b283ae52
commit
0ffc13f25b
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 4 16:34:01 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- nemo-extension-{emblems,pastebin,terminal}: add a missing
|
||||||
|
python-gobject-Gdk dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 25 05:00:35 UTC 2016 - sor.alexei@meowr.ru
|
Mon Apr 25 05:00:35 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -148,6 +148,9 @@ Requires: python-gobject
|
|||||||
Provides: nemo-emblems = %{version}
|
Provides: nemo-emblems = %{version}
|
||||||
Obsoletes: nemo-emblems < %{version}
|
Obsoletes: nemo-emblems < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||||
|
Requires: python-gobject-Gdk
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n nemo-extension-emblems
|
%description -n nemo-extension-emblems
|
||||||
Change a directory or a file emblem in Nemo, the Cinnamon desktop
|
Change a directory or a file emblem in Nemo, the Cinnamon desktop
|
||||||
@ -211,6 +214,9 @@ Provides: nemo-pastebin = %{version}
|
|||||||
Obsoletes: nemo-pastebin < %{version}
|
Obsoletes: nemo-pastebin < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%glib2_gsettings_schema_requires
|
%glib2_gsettings_schema_requires
|
||||||
|
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||||
|
Requires: python-gobject-Gdk
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n nemo-extension-pastebin
|
%description -n nemo-extension-pastebin
|
||||||
nemo-pastebin is an extension for the Nemo file manager, which
|
nemo-pastebin is an extension for the Nemo file manager, which
|
||||||
@ -306,6 +312,9 @@ Requires: python-nemo = %{version}
|
|||||||
Provides: nemo-terminal = %{version}
|
Provides: nemo-terminal = %{version}
|
||||||
Obsoletes: nemo-terminal < %{version}
|
Obsoletes: nemo-terminal < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||||
|
Requires: python-gobject-Gdk
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n nemo-extension-terminal
|
%description -n nemo-extension-terminal
|
||||||
Nemo Terminal is an embedded terminal for Nemo, the Cinnamon file
|
Nemo Terminal is an embedded terminal for Nemo, the Cinnamon file
|
||||||
|
Loading…
Reference in New Issue
Block a user