gnu: Reduce the number of dependents on inkscape.

This reduces the number of dependents from close to 2000 packages to less than
100.  This is done by substituting gtk-doc for gtk-doc/stable in a few
packages: the latter depends on inkscape/pinned rather than inkscape.

* gnu/packages/display-managers.scm (lightdm)
* gnu/packages/freedesktop.scm (accountsservice)
(libqrtr-glib, libappindicator)
* gnu/packages/gnome.scm (gcr, upower, libzapojit, gnome-software)
* gnu/packages/gtk.scm (cairo-with-documentation, gtk, libdbusmenu)
* gnu/packages/ibus.scm (ibus-minimal)
* gnu/packages/mail.scm (gmime)
* gnu/packages/music.scm (libgpod)
* gnu/packages/package-management.scm (flatpak)
* gnu/packages/xfce.scm (xfce4-dev-tools)
[propagated-inputs]: Remove gtk-doc; add gtk-doc/stable.
This commit is contained in:
Maxim Cournoyer 2025-05-27 14:02:59 +09:00
parent c5da6a07d5
commit 6f14ee8ee1
No known key found for this signature in database
GPG key ID: 1260E46482E63562
9 changed files with 17 additions and 16 deletions

View file

@ -439,7 +439,7 @@ experience for your users, your family and yourself")
autoconf
automake
gobject-introspection
gtk-doc
gtk-doc/stable
pkg-config
itstool
intltool

View file

@ -2047,7 +2047,7 @@ message bus.")
`(,glib "bin") ; for gdbus-codegen, etc.
glibc-locales ;for tests
gobject-introspection
gtk-doc
gtk-doc/stable
libxslt
pkg-config
vala
@ -2133,7 +2133,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
(native-inputs
(list bash-completion
`(,glib "bin")
gtk-doc
gtk-doc/stable
gobject-introspection
pkg-config))
(propagated-inputs
@ -3099,7 +3099,7 @@ useful with system integration.")
`(,glib "bin")
gnome-common
gobject-introspection
gtk-doc
gtk-doc/stable
libtool
pkg-config
vala

View file

@ -2524,7 +2524,7 @@ the font would look under various sizes.")
gi-docgen
`(,glib "bin")
gobject-introspection
gtk-doc
gtk-doc/stable
libxml2
libxslt
openssh
@ -5994,7 +5994,7 @@ faster results and to avoid unnecessary server load.")
(native-inputs
(list `(,glib "bin") ; for gdbus-codegen
gobject-introspection
gtk-doc
gtk-doc/stable
intltool
pkg-config
python
@ -10779,7 +10779,7 @@ library.")
(native-inputs
(list autoconf autoconf-archive automake
`(,glib "bin")
gtk-doc gobject-introspection
gtk-doc/stable gobject-introspection
intltool libtool pkg-config))
(inputs
(list gnome-online-accounts json-glib rest))
@ -14622,7 +14622,7 @@ GNU Privacy Guard built with libadwaita.")
(list docbook-xsl
gettext-minimal
`(,glib "bin")
gtk-doc
gtk-doc/stable
libglib-testing
libxslt ;for xsltproc
pkg-config

View file

@ -263,7 +263,7 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
(outputs (cons "doc" (package-outputs cairo)))
(native-inputs
(modify-inputs (package-native-inputs cairo)
(prepend gtk-doc)))
(prepend gtk-doc/stable)))
(arguments
(substitute-keyword-arguments (package-arguments cairo)
((#:configure-flags flags ''())
@ -1337,7 +1337,7 @@ application suites.")
`(,glib "bin")
gobject-introspection ;for building introspection data
graphene
gtk-doc ;for building documentation
gtk-doc/stable ;for building documentation
intltool
libxslt ;for building man-pages
pkg-config
@ -2799,7 +2799,7 @@ printed to standard output.")
`(,glib "bin")
gobject-introspection
gnome-common
gtk-doc ;FIXME: propagate by gnome-common?
gtk-doc/stable ;FIXME: propagate by gnome-common?
intltool
json-glib
libtool

View file

@ -216,7 +216,7 @@
gnome-common
gobject-introspection ;for g-ir-compiler
`(,gtk+ "bin")
gtk-doc
gtk-doc/stable
perl
pkg-config
python-wrapper

View file

@ -886,7 +886,7 @@ It adds a large amount of new and improved features to Mutt.")
pkg-config
gnupg ; for tests only
gobject-introspection
gtk-doc
gtk-doc/stable
libtool
vala
which)) ; to find libtool, &c.

View file

@ -483,7 +483,8 @@ score, keyboard, guitar, drum and controller views.")
(build-system gnu-build-system)
(native-inputs
(list automake libtool autoconf intltool pkg-config `(,glib "bin") gtk-doc))
(list automake libtool autoconf intltool pkg-config `(,glib "bin")
gtk-doc/stable))
(propagated-inputs (list libimobiledevice gdk-pixbuf))
(inputs (list libxml2 sg3-utils sqlite taglib libplist))
(home-page "https://sourceforge.net/projects/gtkpod")

View file

@ -2175,7 +2175,7 @@ cp -r /tmp/locale/*/en_US.*")))
dbus ; for dbus-daemon
gettext-minimal
`(,glib "bin") ; for glib-mkenums + gdbus-codegen
gtk-doc
gtk-doc/stable
(libc-utf8-locales-for-target)
gobject-introspection
libcap

View file

@ -2452,7 +2452,7 @@ local weather in the panel, using forecast data provided by the
(propagated-inputs
(list
;; required by 'xdt-autogen'
autoconf automake gtk-doc intltool libtool
autoconf automake gtk-doc/stable intltool libtool
;; required by 'xdt-depends.m4'
(list glib "bin") ;for glib-genmarshal
pkg-config))