mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Use 'gtk-doc/stable' in native-inputs instead of 'gtk-doc'.
Commit 9dea161875
only
replaced 'gtk-doc' with 'gtk-doc/stable' in the native-inputs
of some packages, but we may as well do this for all packages.
* gnu/packages/admin.scm (thermald) [native-inputs]:
Replace 'gtk-doc' with 'gtk-doc/stable'.
* gnu/packages/glib.scm (glib-with-documentation): Likewise.
* gnu/packages/mate.scm (mate-desktop, atril, caja-extensions)
(mate-utils, eom, engrampa, pluma, mate-polkit) [native-inputs]: Likewise.
* gnu/packages/messaging.scm
(libgnt, loudmouth) [native-inputs]: Likewise.
* gnu/packages/music.scm
(denemo, gsequencer) [native-inputs]: Likewise.
* gnu/packages/photo.scm (entangle) [native-inputs]: Likewise.
* gnu/packages/security-token.scm
(libu2f-host, libu2f-server) [native-inputs]: Likewise.
* gnu/packages/wm.scm (keybinder, keybinder-3.0)
[native-inputs]: Likewise.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I6c647ff1394e0a48bef0e6fb1ae43533673f1d79
This commit is contained in:
parent
17e6ce2f88
commit
e3178b088a
8 changed files with 43 additions and 35 deletions
|
@ -4364,7 +4364,7 @@ (define-public thermald
|
|||
autoconf-archive
|
||||
automake
|
||||
`(,glib "bin") ; for glib-genmarshal, etc.
|
||||
gtk-doc
|
||||
gtk-doc/stable
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list dbus-glib libevdev libxml2 upower xz))
|
||||
|
|
|
@ -531,7 +531,7 @@ (define-public glib-with-documentation
|
|||
`(("docbook-xml-4.2" ,docbook-xml-4.2)
|
||||
("docbook-xml-4.5" ,docbook-xml)
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
("gtk-doc" ,gtk-doc)
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("libxml2" ,libxml2)
|
||||
("xsltproc" ,libxslt)
|
||||
,@(package-native-inputs base)))
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||||
;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -241,7 +242,7 @@ (define-public mate-desktop
|
|||
`(,glib "bin")
|
||||
gobject-introspection
|
||||
yelp-tools
|
||||
gtk-doc))
|
||||
gtk-doc/stable))
|
||||
(inputs
|
||||
(list gtk+ libxrandr iso-codes startup-notification))
|
||||
(propagated-inputs
|
||||
|
@ -736,7 +737,7 @@ (define-public atril
|
|||
yelp-tools
|
||||
(list glib "bin")
|
||||
gobject-introspection
|
||||
gtk-doc
|
||||
gtk-doc/stable
|
||||
texlive-bin ;synctex
|
||||
libxml2
|
||||
zlib))
|
||||
|
@ -882,25 +883,27 @@ (define-public caja-extensions
|
|||
(string-append "--with-cajadir="
|
||||
(assoc-ref %outputs "out")
|
||||
"/lib/caja/extensions-2.0/"))))
|
||||
(native-inputs `(("intltool" ,intltool)
|
||||
("gettext" ,gettext-minimal)
|
||||
("glib:bin" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("gtk-doc" ,gtk-doc)
|
||||
("libxml2" ,libxml2)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs (list attr
|
||||
brasero
|
||||
caja
|
||||
dbus
|
||||
dbus-glib
|
||||
gajim ;runtime only?
|
||||
gst-plugins-base
|
||||
gtk+
|
||||
graphicsmagick
|
||||
mate-desktop
|
||||
pidgin ;runtime only?
|
||||
startup-notification))
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
("gettext" ,gettext-minimal)
|
||||
("glib:bin" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("libxml2" ,libxml2)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
(list attr
|
||||
brasero
|
||||
caja
|
||||
dbus
|
||||
dbus-glib
|
||||
gajim ;runtime only?
|
||||
gst-plugins-base
|
||||
gtk+
|
||||
graphicsmagick
|
||||
mate-desktop
|
||||
pidgin ;runtime only?
|
||||
startup-notification))
|
||||
(home-page "https://mate-desktop.org/")
|
||||
(synopsis "Extensions for the File manager Caja")
|
||||
(description
|
||||
|
@ -1257,7 +1260,7 @@ (define-public mate-utils
|
|||
(list #:parallel-build? #f))
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
gtk-doc
|
||||
gtk-doc/stable
|
||||
intltool
|
||||
libice
|
||||
libsm
|
||||
|
@ -1311,7 +1314,7 @@ (define-public eom
|
|||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
gtk-doc
|
||||
gtk-doc/stable
|
||||
gobject-introspection
|
||||
intltool
|
||||
pkg-config
|
||||
|
@ -1375,7 +1378,7 @@ (define-public engrampa
|
|||
#t)))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("gtk-doc" ,gtk-doc)
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("yelp-tools" ,yelp-tools)))
|
||||
|
@ -1415,7 +1418,7 @@ (define-public pluma
|
|||
#:tests? #f))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("gtk-doc" ,gtk-doc)
|
||||
("gtk-doc" ,gtk-doc/stable)
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("intltool" ,intltool)
|
||||
("libtool" ,libtool)
|
||||
|
@ -1499,7 +1502,7 @@ (define-public mate-polkit
|
|||
"1s2ac2p5smiwr7lf4snciyb9waclychjmzrw32f2qspdm381s2im"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list gettext-minimal gtk-doc intltool libtool pkg-config))
|
||||
(list gettext-minimal gtk-doc/stable intltool libtool pkg-config))
|
||||
(inputs
|
||||
(list accountsservice
|
||||
glib
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
;;; Copyright © 2020, 2022 Raghav Gururajan <rg@raghavgururajan.name>
|
||||
;;; Copyright © 2020, 2021 Robert Karszniewicz <avoidr@posteo.de>
|
||||
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
;;; Copyright © 2021, 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
||||
;;; Copyright © 2021, 2024 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2021 jgart <jgart@dismail.de>
|
||||
|
@ -288,7 +289,7 @@ (define-public libgnt
|
|||
(list docbook-xml-4.1.2
|
||||
`(,glib "bin")
|
||||
gobject-introspection
|
||||
gtk-doc
|
||||
gtk-doc/stable
|
||||
pkg-config))
|
||||
(inputs (list ncurses))
|
||||
(propagated-inputs (list glib libxml2 python-2))
|
||||
|
@ -2122,7 +2123,7 @@ (define-public loudmouth
|
|||
(native-inputs
|
||||
(list pkg-config check
|
||||
`(,glib "bin") ; gtester
|
||||
gtk-doc))
|
||||
gtk-doc/stable))
|
||||
(home-page "https://mcabber.com/")
|
||||
(description
|
||||
"Loudmouth is a lightweight and easy-to-use C library for programming
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
|
||||
;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
|
||||
;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
;;; Copyright © 2022, 2023 Sughosha <sughosha@disroot.org>
|
||||
;;; Copyright © 2022 Remco van 't Veer <remco@remworks.net>
|
||||
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
|
@ -914,7 +915,7 @@ (define-public denemo
|
|||
(native-inputs
|
||||
(list diffutils
|
||||
`(,glib "bin") ; for gtester
|
||||
gtk-doc
|
||||
gtk-doc/stable
|
||||
intltool
|
||||
libtool
|
||||
pkg-config))
|
||||
|
@ -5538,7 +5539,7 @@ (define-public gsequencer
|
|||
cunit
|
||||
gettext-minimal
|
||||
gobject-introspection
|
||||
gtk-doc
|
||||
gtk-doc/stable
|
||||
libtool
|
||||
libxslt
|
||||
pkg-config
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
;;; Copyright © 2020 Sebastian Schott <sschott@mailbox.org>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;; Copyright © 2020. 2021, 2022, 2024 Vinicius Monego <monego@posteo.net>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
;;; Copyright © 2022, 2023 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2022 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
|
||||
|
@ -723,7 +724,7 @@ (define-public entangle
|
|||
gettext-minimal
|
||||
`(,glib "bin")
|
||||
gobject-introspection
|
||||
gtk-doc
|
||||
gtk-doc/stable
|
||||
itstool
|
||||
libxml2
|
||||
perl
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
;;; Copyright © 2018, 2019 Chris Marusich <cmmarusich@gmail.com>
|
||||
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||
;;; Copyright © 2020 Raphaël Mélotte <raphael.melotte@mind.be>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
;;; Copyright © 2021 Antero Mejr <antero@kodmin.com>
|
||||
;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
|
||||
;;; Copyright © 2021 Sergey Trofimov <sarg@sarg.org.ru>
|
||||
|
@ -665,7 +666,7 @@ (define-public libu2f-server
|
|||
gengetopt
|
||||
help2man
|
||||
pkg-config
|
||||
gtk-doc
|
||||
gtk-doc/stable
|
||||
which))
|
||||
(home-page "https://developers.yubico.com/libu2f-server/")
|
||||
;; TRANSLATORS: The U2F protocol has a "server side" and a "host side".
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
;;; Copyright © 2021, 2023, 2024 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
|
||||
;;; Copyright © 2021 qblade <qblade@protonmail.com>
|
||||
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
|
||||
;;; Copyright © 2021 lasnesne <lasnesne@lagunposprasihopre.org>
|
||||
;;; Copyright © 2021, 2022 Petr Hodina <phodina@protonmail.com>
|
||||
;;; Copyright © 2021, 2023 jgart <jgart@dismail.de>
|
||||
|
@ -1386,7 +1387,7 @@ (define-public keybinder
|
|||
(inputs
|
||||
(list gtk+ gobject-introspection))
|
||||
(native-inputs
|
||||
(list gtk-doc pkg-config))
|
||||
(list gtk-doc/stable pkg-config))
|
||||
(synopsis "Library for registering global keyboard shortcuts, Gtk3 version")
|
||||
(description
|
||||
"Keybinder is a library for registering global keyboard shortcuts.
|
||||
|
|
Loading…
Reference in a new issue