On Tue, Jul 07, 2015 at 04:53:42PM +0100, Peter Robinson wrote:
>  On Tue, Jul 7, 2015 at 4:45 PM, Richard W.M. Jones <rjo...@redhat.com> wrote:
> > On Tue, Jul 07, 2015 at 04:38:52PM +0100, Richard W.M. Jones wrote:
> >> There's no deliberate dependency.  Maybe ocaml-lablgtk has a binding
> >> for it, but we'd just drop that if the library is obsolete.
> >
> > Apparently the dependency chain is:
> >
> >   ocaml-lablgtk -> gtksourceview -> libgnomeprint
> >
> > (Note that's gtksourceview, not gtksourceview2)
> >
> > I have tried dropping the dependency on gtksourceview to see if that
> > makes a difference.  Here is a scratch build:
> >
> >   http://koji.fedoraproject.org/koji/taskinfo?taskID=10312096
> >
> > I've no idea if anyone cares about gtksourceview, but maybe a better
> > plan is to drop the gtksourceview -> libgnomeprint dep instead?
> 
> There's gtksourceview2 and gtksourceview3, the original gtksourceview
> I believe is long dead too so maybe ocaml can move to one of the newer
> ones.

These are just OCaml bindings, so it depends on whether there are
applications using them -- the answer is no for gtksourceview
according to:

  $ repoquery --whatrequires 'ocaml(GtkSourceViewProps)'
  (no output)

and yes for gtksourceview2 according to:

  $ repoquery --whatrequires 'ocaml(GtkSourceView2Props)'
  frama-c-0:1.10-22.fc22.x86_64
  frama-c-0:1.10-24.fc22.x86_64

Anyway, I have now dropped gtksourceview (but there are still
gtksourceview2 bindings).

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to