Accepting request 204365 from home:dimstar:branches:GNOME:Factory
- Require python3-gedit if _with_gi_python is true: a bunch of plugins depend on the introspection bindings (bnc#847114). In theory, the plugins should depend on this, but there are many ways users could get them, resulting in frustration for not finding the right package. OBS-URL: https://build.opensuse.org/request/show/204365 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=156
This commit is contained in:
parent
36cc104e5c
commit
87a3cf2a25
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 20:07:53 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Require python3-gedit if _with_gi_python is true: a bunch of
|
||||||
|
plugins depend on the introspection bindings (bnc#847114).
|
||||||
|
In theory, the plugins should depend on this, but there are many
|
||||||
|
ways users could get them, resulting in frustration for not
|
||||||
|
finding the right package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 14 17:17:18 UTC 2013 - dimstar@opensuse.org
|
Mon Oct 14 17:17:18 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -52,6 +52,10 @@ BuildRequires: pkgconfig(sm) >= 1.0.0
|
|||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(zeitgeist-2.0) >= 0.9.12
|
BuildRequires: pkgconfig(zeitgeist-2.0) >= 0.9.12
|
||||||
Requires: python3-cairo
|
Requires: python3-cairo
|
||||||
|
%if %{_with_gi_python}
|
||||||
|
# See bnc#847114 - plugins generally depend on it
|
||||||
|
Requires: python3-gedit
|
||||||
|
%endif
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Recommends: iso-codes
|
Recommends: iso-codes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user