gnu: Add and use gettext-minimal.

* gnu/packages/gettext.scm (gnu-gettext): Rename to...
(gettext-minimal): ... this.  Adjust synopsis and description.
(gnu-gettext): Inherit from it.
(po4a): Use 'gettext-minimal' instead of 'gnu-gettext'.
* gnu/packages/acl.scm: Likewise.
* gnu/packages/admin.scm: Likewise.
* gnu/packages/apl.scm: Likewise.
* gnu/packages/attr.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/base.scm: Likewise.
* gnu/packages/cdrom.scm: Likewise.
* gnu/packages/commencement.scm: Likewise.
* gnu/packages/crypto.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/disk.scm: Likewise.
* gnu/packages/documentation.scm: Likewise.
* gnu/packages/education.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/enlightenment.scm: Likewise.
* gnu/packages/fcitx.scm: Likewise.
* gnu/packages/fontutils.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gkrellm.scm: Likewise.
* gnu/packages/glib.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/grub.scm: Likewise.
* gnu/packages/gtk.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/ibus.scm: Likewise.
* gnu/packages/irc.scm: Likewise.
* gnu/packages/iso-codes.scm: Likewise.
* gnu/packages/kde-frameworks.scm: Likewise.
* gnu/packages/kodi.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/man.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/mono.scm: Likewise.
* gnu/packages/mp3.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/nano.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/package-management.scm: Likewise.
* gnu/packages/pdf.scm: Likewise.
* gnu/packages/sawfish.scm: Likewise.
* gnu/packages/statistics.scm: Likewise.
* gnu/packages/terminals.scm: Likewise.
* gnu/packages/version-control.scm: Likewise.
* gnu/packages/vpn.scm: Likewise.
* gnu/packages/w3m.scm: Likewise.
* gnu/packages/webkit.scm: Likewise.
* gnu/packages/wicd.scm: Likewise.
* gnu/packages/wine.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/packages/xorg.scm: Likewise.
master
Alex Kost 2016-09-25 10:33:02 +03:00
parent 217f3fdfe6
commit b94a6ca074
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
52 changed files with 99 additions and 93 deletions

View File

@ -59,7 +59,7 @@
%standard-phases)))) %standard-phases))))
(inputs `(("attr" ,attr))) (inputs `(("attr" ,attr)))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("perl" ,perl))) ("perl" ,perl)))
(home-page "http://savannah.nongnu.org/projects/acl") (home-page "http://savannah.nongnu.org/projects/acl")
(synopsis (synopsis

View File

@ -176,7 +176,7 @@ interface and is based on GNU Guile.")
"0zk1ppx93ijimf4sbgqilxxikpsa2gmpbynknyh41xy7jbdjxp0b")))) "0zk1ppx93ijimf4sbgqilxxikpsa2gmpbynknyh41xy7jbdjxp0b"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments '(#:tests? #f)) ; There are no tests. (arguments '(#:tests? #f)) ; There are no tests.
(native-inputs `(("gettext" ,gnu-gettext))) (native-inputs `(("gettext" ,gettext-minimal)))
(home-page "http://projects.gw-computing.net/projects/dfc") (home-page "http://projects.gw-computing.net/projects/dfc")
(synopsis "Display file system space usage using graphs and colors") (synopsis "Display file system space usage using graphs and colors")
(description (description
@ -1729,7 +1729,7 @@ highly portable. Great for heterogenous networks.")
(delete 'configure)))) ; no configure script (delete 'configure)))) ; no configure script
(inputs (inputs
`(("gtk+" ,gtk+) `(("gtk+" ,gtk+)
("gnu-gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("libnotify" ,libnotify))) ("libnotify" ,libnotify)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))

View File

@ -41,7 +41,7 @@
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "http://www.gnu.org/software/apl/") (home-page "http://www.gnu.org/software/apl/")
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("lapack" ,lapack) ("lapack" ,lapack)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("readline" ,readline))) ("readline" ,readline)))

View File

@ -69,7 +69,7 @@
'() '()
`(("perl" ,perl)))) `(("perl" ,perl))))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext))) `(("gettext" ,gettext-minimal)))
(home-page "http://savannah.nongnu.org/projects/attr/") (home-page "http://savannah.nongnu.org/projects/attr/")
(synopsis "Library and tools for manipulating extended attributes") (synopsis "Library and tools for manipulating extended attributes")

View File

@ -358,7 +358,7 @@ tools (analyzer, mono/stereo tools, crossovers).")
("liblo" ,liblo) ("liblo" ,liblo)
("ladspa" ,ladspa) ("ladspa" ,ladspa)
("jack" ,jack-1) ("jack" ,jack-1)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)
("flex" ,flex) ("flex" ,flex)
@ -909,7 +909,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.")
`(("gperf" ,gperf) `(("gperf" ,gperf)
("faust" ,faust) ("faust" ,faust)
("intltool" ,intltool) ("intltool" ,intltool)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(native-search-paths (native-search-paths
(list (search-path-specification (list (search-path-specification

View File

@ -642,7 +642,7 @@ store.")
;; install the message catalogs, with 'msgfmt'. ;; install the message catalogs, with 'msgfmt'.
(native-inputs `(("texinfo" ,texinfo) (native-inputs `(("texinfo" ,texinfo)
("perl" ,perl) ("perl" ,perl)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(native-search-paths (native-search-paths
;; Search path for packages that provide locale data. This is useful ;; Search path for packages that provide locale data. This is useful

View File

@ -205,7 +205,7 @@ reconstruction capability.")
(inputs (inputs
`(("gtk+" ,gtk+-2))) `(("gtk+" ,gtk+-2)))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("which" ,which))) ("which" ,which)))
(arguments (arguments

View File

@ -576,13 +576,13 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
(define gettext-boot0 (define gettext-boot0
;; A minimal gettext used during bootstrap. ;; A minimal gettext used during bootstrap.
(let ((gettext-minimal (let ((gettext-minimal
(package (inherit gnu-gettext) (package (inherit gettext-minimal)
(name "gettext-boot0") (name "gettext-boot0")
(inputs '()) ;zero dependencies (inputs '()) ;zero dependencies
(arguments (arguments
(substitute-keyword-arguments (substitute-keyword-arguments
`(#:tests? #f `(#:tests? #f
,@(package-arguments gnu-gettext)) ,@(package-arguments gettext-minimal))
((#:phases phases) ((#:phases phases)
`(modify-phases ,phases `(modify-phases ,phases
;; Build only the tools. ;; Build only the tools.

View File

@ -204,7 +204,7 @@ communication.")
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("libtool" ,libtool) ("libtool" ,libtool)
("perl" ,perl) ("perl" ,perl)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))

View File

@ -86,7 +86,7 @@
("python" ,python-2) ("python" ,python-2)
("autoconf" ,autoconf) ("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("libtool" ,libtool) ("libtool" ,libtool)
("pcre" ,pcre "bin") ;for 'pcre-config' ("pcre" ,pcre "bin") ;for 'pcre-config'
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))

View File

@ -72,7 +72,7 @@
("readline" ,readline) ("readline" ,readline)
("util-linux" ,util-linux))) ("util-linux" ,util-linux)))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
;; For the tests. ;; For the tests.
("perl" ,perl) ("perl" ,perl)
("python" ,python-2))) ("python" ,python-2)))
@ -97,7 +97,7 @@ tables. It includes a library and command-line utility.")
"04nd7civ561x2lwcmxhsqbprml3178jfc58fy1v7hzqg5k4nbhy3")))) "04nd7civ561x2lwcmxhsqbprml3178jfc58fy1v7hzqg5k4nbhy3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("guile" ,guile-1.8) ("guile" ,guile-1.8)
("util-linux" ,util-linux) ("util-linux" ,util-linux)
("parted" ,parted))) ("parted" ,parted)))
@ -123,7 +123,7 @@ tables, and it understands a variety of different formats.")
"1izazbyv5n2d81qdym77i8mg9m870hiydmq4d0s51npx5vp8lk46")))) "1izazbyv5n2d81qdym77i8mg9m870hiydmq4d0s51npx5vp8lk46"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("popt" ,popt) ("popt" ,popt)
("util-linux" ,util-linux))) ; libuuid ("util-linux" ,util-linux))) ; libuuid

View File

@ -126,7 +126,7 @@ and to some extent D.")
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("flex" ,flex) `(("flex" ,flex)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(home-page "http://docpp.sourceforge.net/") (home-page "http://docpp.sourceforge.net/")
(synopsis "Documentation system for C, C++, IDL, and Java") (synopsis "Documentation system for C, C++, IDL, and Java")
(description (description

View File

@ -59,7 +59,7 @@
("zlib" ,zlib) ("zlib" ,zlib)
("qtserialport" ,qtserialport) ("qtserialport" ,qtserialport)
("qtscript" ,qtscript) ("qtscript" ,qtscript)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(native-inputs (native-inputs
`(("qtbase" ,qtbase) ;Qt MOC is needed at compile time `(("qtbase" ,qtbase) ;Qt MOC is needed at compile time
("qttools" ,qttools) ("qttools" ,qttools)

View File

@ -443,7 +443,7 @@ ready for production.")
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("libtool" ,libtool) ("libtool" ,libtool)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("po4a" ,po4a) ("po4a" ,po4a)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs

View File

@ -300,7 +300,7 @@ Libraries with some extra bells and whistles.")
(arguments (arguments
`(#:configure-flags '("--enable-mount-eeze"))) `(#:configure-flags '("--enable-mount-eeze")))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)

View File

@ -70,7 +70,7 @@
(inputs (inputs
`(("dbus" ,dbus) `(("dbus" ,dbus)
("enchant" ,enchant) ("enchant" ,enchant)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("gtk2" ,gtk+-2) ("gtk2" ,gtk+-2)
("gtk3" ,gtk+) ("gtk3" ,gtk+)
("icu4c" ,icu4c) ("icu4c" ,icu4c)

View File

@ -523,7 +523,7 @@ definitions.")
(inputs `(("cairo" ,cairo) (inputs `(("cairo" ,cairo)
("fontconfig" ,fontconfig) ;dlopen'd ("fontconfig" ,fontconfig) ;dlopen'd
("freetype" ,freetype) ("freetype" ,freetype)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("glib" ,glib) ;needed for pango detection ("glib" ,glib) ;needed for pango detection
("libICE" ,libice) ("libICE" ,libice)
("libSM" ,libsm) ("libSM" ,libsm)

View File

@ -189,7 +189,7 @@ the freedesktop.org XDG Base Directory specification.")
"/libexec/elogind/elogind\n")))))))) "/libexec/elogind/elogind\n"))))))))
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("docbook-xsl" ,docbook-xsl) ("docbook-xsl" ,docbook-xsl)
("docbook-xml" ,docbook-xml) ("docbook-xml" ,docbook-xml)
("xsltproc" ,libxslt) ("xsltproc" ,libxslt)

View File

@ -158,7 +158,7 @@ representation of the playing board.")
("libx11" ,libx11) ("libx11" ,libx11)
("guile" ,guile-2.0) ("guile" ,guile-2.0)
("gtkglext" ,gtkglext))) ("gtkglext" ,gtkglext)))
(native-inputs `(("gettext" ,gnu-gettext) (native-inputs `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "https://www.gnu.org/software/gnubik/") (home-page "https://www.gnu.org/software/gnubik/")
(synopsis "3d Rubik's cube game") (synopsis "3d Rubik's cube game")
@ -354,7 +354,7 @@ interface or via an external visual interface such as GNU XBoard.")
"08c51imfjfcydm7h0va09z8qfw5nc837bi2x754ni2z737hb5kw2")))) "08c51imfjfcydm7h0va09z8qfw5nc837bi2x754ni2z737hb5kw2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:configure-flags '("--disable-embedded-resources"))) (arguments `(#:configure-flags '("--disable-embedded-resources")))
(native-inputs `(("gettext" ,gnu-gettext) (native-inputs `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs `(("sdl" ,sdl) (inputs `(("sdl" ,sdl)
("sdl-image" ,sdl-image) ("sdl-image" ,sdl-image)
@ -730,7 +730,7 @@ match, cannon keep, and grave-itation pit.")
("freetype" ,(@ (gnu packages fontutils) freetype)) ("freetype" ,(@ (gnu packages fontutils) freetype))
("curl" ,curl) ("curl" ,curl)
("luajit" ,luajit) ("luajit" ,luajit)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("sqlite" ,sqlite))) ("sqlite" ,sqlite)))
(propagated-inputs (propagated-inputs
`(("minetest-data" ,minetest-data))) `(("minetest-data" ,minetest-data)))
@ -1050,7 +1050,7 @@ falling, themeable graphics and sounds, and replays.")
;; cc1plus: all warnings being treated as errors ;; cc1plus: all warnings being treated as errors
'("-DENABLE_STRICT_COMPILATION=OFF"))) '("-DENABLE_STRICT_COMPILATION=OFF")))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("boost" ,boost) `(("boost" ,boost)
@ -2572,7 +2572,7 @@ safety of the Chromium vessel.")
(inputs (inputs
`(("cairo" ,cairo) `(("cairo" ,cairo)
("fribidi" ,fribidi) ("fribidi" ,fribidi)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("libpng" ,libpng) ("libpng" ,libpng)
("librsvg" ,librsvg) ("librsvg" ,librsvg)
("libpaper" ,libpaper) ("libpaper" ,libpaper)
@ -2668,7 +2668,7 @@ with the \"Stamp\" tool within Tux Paint.")
"1z12s46mvy87qs3vgq9m0ki9pp21zqc52mmgphahpihw3s7haf6v")))) "1z12s46mvy87qs3vgq9m0ki9pp21zqc52mmgphahpihw3s7haf6v"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext))) `(("gettext" ,gettext-minimal)))
(inputs (inputs
`(("fltk" ,fltk) `(("fltk" ,fltk)
("libpaper" ,libpaper) ("libpaper" ,libpaper)

View File

@ -31,16 +31,9 @@
#:use-module (gnu packages tex) #:use-module (gnu packages tex)
#:use-module (gnu packages xml)) #:use-module (gnu packages xml))
;; Use that name to avoid clashes with Guile's 'gettext' procedure. (define-public gettext-minimal
;;
;; We used to resort to #:renamer on the user side, but that prevented
;; circular dependencies involving (gnu packages gettext). This is because
;; 'resolve-interface' (as of Guile 2.0.9) iterates eagerly over the used
;; module when there's a #:renamer, and that module may be empty at that point
;; in case or circular dependencies.
(define-public gnu-gettext
(package (package
(name "gettext") (name "gettext-minimal")
(version "0.19.8.1") (version "0.19.8.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
@ -90,15 +83,28 @@
;; When tests fail, we want to know the details. ;; When tests fail, we want to know the details.
#:make-flags '("VERBOSE=yes"))) #:make-flags '("VERBOSE=yes")))
(home-page "http://www.gnu.org/software/gettext/") (home-page "http://www.gnu.org/software/gettext/")
(synopsis "Tools and documentation for translation") (synopsis
"Tools and documentation for translation (used to build other packages)")
(description (description
"GNU Gettext is a package providing a framework for translating the "GNU Gettext is a package providing a framework for translating the
textual output of programs into multiple languages. It provides translators textual output of programs into multiple languages. It provides translators
with the means to create message catalogs, as well as an Emacs mode to work with the means to create message catalogs, and a runtime library to load
with them, and a runtime library to load translated messages from the translated messages from the catalogs. Nearly all GNU packages use Gettext.")
catalogs. Nearly all GNU packages use Gettext.")
(license gpl3+))) ;some files are under GPLv2+ (license gpl3+))) ;some files are under GPLv2+
;; Use that name to avoid clashes with Guile's 'gettext' procedure.
;;
;; We used to resort to #:renamer on the user side, but that prevented
;; circular dependencies involving (gnu packages gettext). This is because
;; 'resolve-interface' (as of Guile 2.0.9) iterates eagerly over the used
;; module when there's a #:renamer, and that module may be empty at that point
;; in case or circular dependencies.
(define-public gnu-gettext
(package
(inherit gettext-minimal)
(name "gettext")
(synopsis "Tools and documentation for translation")))
(define-public po4a (define-public po4a
(package (package
(name "po4a") (name "po4a")
@ -140,7 +146,7 @@ catalogs. Nearly all GNU packages use Gettext.")
(find-files bin "\\.*$")) (find-files bin "\\.*$"))
#t)))))) #t))))))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("perl-module-build" ,perl-module-build) ("perl-module-build" ,perl-module-build)
("docbook-xsl" ,docbook-xsl) ("docbook-xsl" ,docbook-xsl)
("docbook-xml" ,docbook-xml) ;for tests ("docbook-xml" ,docbook-xml) ;for tests

View File

@ -41,7 +41,7 @@
"12rc6zaa7kb60b9744lbrlfkxxfniprm6x0mispv63h4kh75navh")))) "12rc6zaa7kb60b9744lbrlfkxxfniprm6x0mispv63h4kh75navh"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("gtk+" ,gtk+-2) ("gtk+" ,gtk+-2)
("libice" ,libice) ("libice" ,libice)
("libsm" ,libsm))) ("libsm" ,libsm)))

View File

@ -153,7 +153,7 @@ shared NFS home directories.")
("zlib" ,zlib) ("zlib" ,zlib)
("tzdata" ,tzdata))) ; for tests/gdatetime.c ("tzdata" ,tzdata))) ; for tests/gdatetime.c
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("dbus" ,dbus) ; for GDBus tests ("dbus" ,dbus) ; for GDBus tests
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("python" ,python-wrapper) ("python" ,python-wrapper)
@ -343,7 +343,7 @@ bindings to call into the C library.")
(propagated-inputs (propagated-inputs
`(;; Propagate gettext because users expect it to be there, and so does `(;; Propagate gettext because users expect it to be there, and so does
;; the `intltool-update' script. ;; the `intltool-update' script.
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("perl-xml-parser" ,perl-xml-parser) ("perl-xml-parser" ,perl-xml-parser)
("perl" ,perl))) ("perl" ,perl)))

View File

@ -3568,7 +3568,7 @@ USB transfers with your high-level application or system daemon.")
("gusb" ,gusb) ("gusb" ,gusb)
("libsane" ,sane-backends))) ("libsane" ,sane-backends)))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("itstool" ,itstool) ("itstool" ,itstool)
("colord" ,colord) ("colord" ,colord)
("glib" ,glib "bin") ; glib-compile-schemas, etc. ("glib" ,glib "bin") ; glib-compile-schemas, etc.
@ -3879,7 +3879,7 @@ metadata in photo and video files of various formats.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("itstool" ,itstool) ("itstool" ,itstool)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("itstool" ,itstool) ("itstool" ,itstool)
("vala" ,vala))) ("vala" ,vala)))
(inputs (inputs
@ -4153,7 +4153,7 @@ powerful general purpose text editor.")
"0j2sy6imwp41l75hy3fwr68n35drvanbwgmr42kc04zqjy9pbs02")))) "0j2sy6imwp41l75hy3fwr68n35drvanbwgmr42kc04zqjy9pbs02"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("itstool" ,itstool) ("itstool" ,itstool)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs

View File

@ -112,7 +112,7 @@
#t))))) #t)))))
(inputs (inputs
`(;; ("lvm2" ,lvm2) `(;; ("lvm2" ,lvm2)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("freetype" ,freetype) ("freetype" ,freetype)
;; ("libusb" ,libusb) ;; ("libusb" ,libusb)
;; ("fuse" ,fuse) ;; ("fuse" ,fuse)

View File

@ -580,7 +580,7 @@ is part of the GNOME accessibility project.")
("libxrandr" ,libxrandr))) ("libxrandr" ,libxrandr)))
(native-inputs (native-inputs
`(("perl" ,perl) `(("perl" ,perl)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("glib" ,glib "bin") ("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
@ -648,7 +648,7 @@ application suites.")
(native-inputs (native-inputs
`(("perl" ,perl) `(("perl" ,perl)
("glib" ,glib "bin") ("glib" ,glib "bin")
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("python-wrapper" ,python-wrapper) ("python-wrapper" ,python-wrapper)
@ -1165,7 +1165,7 @@ write GNOME applications.")
(base32 (base32
"03wsxj27hvcbs3x96nah7j3paclifwlfag8kdph4kldl48srp9pb")))) "03wsxj27hvcbs3x96nah7j3paclifwlfag8kdph4kldl48srp9pb"))))
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(inputs `(("gtk+" ,gtk+) (inputs `(("gtk+" ,gtk+)
("check" ,check))) ("check" ,check)))
(arguments (arguments
@ -1229,7 +1229,7 @@ information.")
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("itstool" ,itstool) ("itstool" ,itstool)
("libxml" ,libxml2) ("libxml" ,libxml2)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("bc" ,bc))) ("bc" ,bc)))
(inputs (inputs
`(("perl" ,perl) `(("perl" ,perl)

View File

@ -261,7 +261,7 @@ without requiring the source code to be rewritten.")
("libtool" ,libtool) ("libtool" ,libtool)
("flex" ,flex) ("flex" ,flex)
("texinfo" ,texinfo) ("texinfo" ,texinfo)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
,@(package-native-inputs guile-next))) ,@(package-native-inputs guile-next)))
;; Same as in guile-2.0 ;; Same as in guile-2.0
(native-search-paths (native-search-paths

View File

@ -265,7 +265,7 @@ Chinese pinyin input methods.")
'("ibus-engine-anthy" "ibus-setup-anthy")) '("ibus-engine-anthy" "ibus-setup-anthy"))
#t)))))) #t))))))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("intltool" ,intltool) ("intltool" ,intltool)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("python" ,python))) ("python" ,python)))

View File

@ -155,7 +155,7 @@ SILC and ICB protocols via plugins.")
("libtool" ,libtool))) ("libtool" ,libtool)))
(inputs `(("ncurses" ,ncurses) (inputs `(("ncurses" ,ncurses)
("diffutils" ,diffutils) ("diffutils" ,diffutils)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("libltdl" ,libltdl) ("libltdl" ,libltdl)
("libgcrypt" ,libgcrypt "out") ("libgcrypt" ,libgcrypt "out")
("zlib" ,zlib) ("zlib" ,zlib)

View File

@ -40,7 +40,7 @@
"037hmfs5pk3g36psm378vap1mbrkk86vv8wsdnv65mzbnph52gv0")))) "037hmfs5pk3g36psm378vap1mbrkk86vv8wsdnv65mzbnph52gv0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("perl" ,perl) ("perl" ,perl)
("python" ,python-wrapper))) ("python" ,python-wrapper)))
(home-page "https://pkg-isocodes.alioth.debian.org/") (home-page "https://pkg-isocodes.alioth.debian.org/")

View File

@ -601,7 +601,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
"0cw24spmwsqa3ppkw03cm6yjd3sfll0dbbk2ya76fd4nw9hb00dv")))) "0cw24spmwsqa3ppkw03cm6yjd3sfll0dbbk2ya76fd4nw9hb00dv"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(propagated-inputs (propagated-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("python" ,python))) ("python" ,python)))
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules))) `(("extra-cmake-modules" ,extra-cmake-modules)))

View File

@ -199,7 +199,7 @@ generator library for C++.")
("cmake" ,cmake) ("cmake" ,cmake)
("doxygen" ,doxygen) ("doxygen" ,doxygen)
("gawk" ,gawk) ("gawk" ,gawk)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("icedtea" ,icedtea) ; needed at build-time only, mandatory ("icedtea" ,icedtea) ; needed at build-time only, mandatory
("libtool" ,libtool) ("libtool" ,libtool)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)

View File

@ -919,7 +919,7 @@ MIDI functionality to the Linux-based operating system.")
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("xmlto" ,xmlto) ("xmlto" ,xmlto)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(home-page "http://www.alsa-project.org/") (home-page "http://www.alsa-project.org/")
(synopsis "Utilities for the Advanced Linux Sound Architecture (ALSA)") (synopsis "Utilities for the Advanced Linux Sound Architecture (ALSA)")
(description (description
@ -1108,7 +1108,7 @@ manpages.")
(sha256 (sha256
(base32 (base32
"0p93lsqx23v5fv4hpbrydmfvw1ha2rgqpn2zqbs2jhxkzhjc030p")))))) "0p93lsqx23v5fv4hpbrydmfvw1ha2rgqpn2zqbs2jhxkzhjc030p"))))))
(native-inputs `(("gettext" ,gnu-gettext))) (native-inputs `(("gettext" ,gettext-minimal)))
(synopsis "Tools for controlling the network subsystem in Linux") (synopsis "Tools for controlling the network subsystem in Linux")
(description (description
@ -2528,7 +2528,7 @@ Bluetooth audio output devices like headphones or loudspeakers.")
#t)))))) #t))))))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(inputs (inputs
`(("glib" ,glib) `(("glib" ,glib)
("dbus" ,dbus) ("dbus" ,dbus)
@ -2868,7 +2868,7 @@ from that to the system kernel's @file{/dev/random} machinery.")
"DEBUG=false" "DEBUG=false"
"PACKAGE_BUGREPORT=bug-guix@gnu.org")) "PACKAGE_BUGREPORT=bug-guix@gnu.org"))
#:tests? #f)) ;no tests #:tests? #f)) ;no tests
(native-inputs `(("gettext" ,gnu-gettext))) (native-inputs `(("gettext" ,gettext-minimal)))
(inputs `(("pciutils" ,pciutils))) (inputs `(("pciutils" ,pciutils)))
(home-page (package-home-page linux-libre)) (home-page (package-home-page linux-libre))
(synopsis "CPU frequency and voltage scaling tools for Linux") (synopsis "CPU frequency and voltage scaling tools for Linux")

View File

@ -184,7 +184,7 @@ Linux kernel and C library interfaces employed by user-space programs.")
`(("perl" ,perl) `(("perl" ,perl)
;; TODO: Add these optional dependencies. ;; TODO: Add these optional dependencies.
;; ("perl-LocaleGettext" ,perl-LocaleGettext) ;; ("perl-LocaleGettext" ,perl-LocaleGettext)
;; ("gettext" ,gnu-gettext) ;; ("gettext" ,gettext-minimal)
)) ))
(home-page "http://www.gnu.org/software/help2man/") (home-page "http://www.gnu.org/software/help2man/")
(synopsis "Automatically generate man pages from program --help") (synopsis "Automatically generate man pages from program --help")

View File

@ -2405,7 +2405,7 @@ evaluates expressions using the standard order of operations.")
(base32 (base32
"15cd1cx1dyygw6g2nhjqq3bsfdj8sj8m4va9n75i0f3ryww3x7wq")))) "15cd1cx1dyygw6g2nhjqq3bsfdj8sj8m4va9n75i0f3ryww3x7wq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("gettext" ,gnu-gettext))) (native-inputs `(("gettext" ,gettext-minimal)))
(inputs `(("libx11" ,libx11) (inputs `(("libx11" ,libx11)
("zlib" ,zlib) ("zlib" ,zlib)
("libpng" ,libpng) ("libpng" ,libpng)

View File

@ -44,7 +44,7 @@
"0jibyvyv2jy8dq5ij0j00iq3v74r0y90dcjc3dkspcfbnn37cphn")))) "0jibyvyv2jy8dq5ij0j00iq3v74r0y90dcjc3dkspcfbnn37cphn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("glib" ,glib) ("glib" ,glib)
("libxslt" ,libxslt) ("libxslt" ,libxslt)
("perl" ,perl) ("perl" ,perl)

View File

@ -443,7 +443,7 @@ format.")
(install-file "mpc123" bin))))) (install-file "mpc123" bin)))))
#:tests? #f)) #:tests? #f))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext))) `(("gettext" ,gettext-minimal)))
(inputs (inputs
`(("libao" ,ao) `(("libao" ,ao)
("libmpcdec" ,libmpcdec))) ("libmpcdec" ,libmpcdec)))

View File

@ -344,7 +344,7 @@ for path in [path for path in sys.path if 'site-packages' in path]: site.addsite
("python2-pyliblo" ,python2-pyliblo) ("python2-pyliblo" ,python2-pyliblo)
("python2-pygtk" ,python2-pygtk))) ("python2-pygtk" ,python2-pygtk)))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext))) `(("gettext" ,gettext-minimal)))
(home-page "http://das.nasophon.de/gtklick/") (home-page "http://das.nasophon.de/gtklick/")
(synopsis "Simple metronome with an easy-to-use graphical interface") (synopsis "Simple metronome with an easy-to-use graphical interface")
(description (description
@ -415,7 +415,7 @@ interface. It is implemented as a frontend to @code{klick}.")
("flex" ,flex) ("flex" ,flex)
("fontforge" ,fontforge) ("fontforge" ,fontforge)
("dblatex" ,dblatex) ("dblatex" ,dblatex)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("imagemagick" ,imagemagick) ("imagemagick" ,imagemagick)
("netpbm" ,netpbm) ;for pngtopnm ("netpbm" ,netpbm) ;for pngtopnm
("texlive" ,texlive) ;metafont and metapost ("texlive" ,texlive) ;metafont and metapost
@ -563,7 +563,7 @@ for path in [path for path in sys.path if 'site-packages' in path]: site.addsite
(inputs (inputs
`(("python" ,python-2) `(("python" ,python-2)
("pygtk" ,python2-pygtk) ("pygtk" ,python2-pygtk)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("gtk" ,gtk+) ("gtk" ,gtk+)
("lilypond" ,lilypond) ("lilypond" ,lilypond)
;; players needed at runtime ;; players needed at runtime
@ -838,7 +838,7 @@ Laurens Hammond and Don Leslie.")
("flac" ,flac) ("flac" ,flac)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("libvorbis" ,libvorbis) ("libvorbis" ,libvorbis)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("glib:bin" ,glib "bin") ("glib:bin" ,glib "bin")
@ -1031,7 +1031,7 @@ export.")
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("libtool" ,libtool) ("libtool" ,libtool)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("tk" ,tk) `(("tk" ,tk)

View File

@ -39,7 +39,7 @@
"1vhjrcydcfxqq1719vcsvqqnbjbq2523m00dhzag5vwzkc961c5j")))) "1vhjrcydcfxqq1719vcsvqqnbjbq2523m00dhzag5vwzkc961c5j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("ncurses" ,ncurses))) ("ncurses" ,ncurses)))
(home-page "http://www.nano-editor.org/") (home-page "http://www.nano-editor.org/")
(synopsis "Small, user-friendly console text editor") (synopsis "Small, user-friendly console text editor")

View File

@ -400,7 +400,7 @@ network frames.")
"1110r3gpsj9xmybdw7w4zkhj3zmn5mnv2nq0ijbvrywbn019zdfs")))) "1110r3gpsj9xmybdw7w4zkhj3zmn5mnv2nq0ijbvrywbn019zdfs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext))) `(("gettext" ,gettext-minimal)))
(inputs (inputs
`(("fftw" ,fftw) `(("fftw" ,fftw)
("ncurses" ,ncurses) ("ncurses" ,ncurses)

View File

@ -247,7 +247,7 @@ the Nix package manager.")
(native-inputs (native-inputs
`(("autoconf" ,(autoconf-wrapper)) `(("autoconf" ,(autoconf-wrapper))
("automake" ,automake) ("automake" ,automake)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("texinfo" ,texinfo) ("texinfo" ,texinfo)
("graphviz" ,graphviz) ("graphviz" ,graphviz)
("help2man" ,help2man) ("help2man" ,help2man)

View File

@ -396,7 +396,7 @@ by using the poppler rendering engine.")
(patches (search-patches (patches (search-patches
"zathura-plugindir-environment-variable.patch")))) "zathura-plugindir-environment-variable.patch"))))
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(inputs `(("girara" ,girara) (inputs `(("girara" ,girara)
("sqlite" ,sqlite) ("sqlite" ,sqlite)
("gtk+" ,gtk+))) ("gtk+" ,gtk+)))

View File

@ -152,7 +152,7 @@ backend of Sawfish.")
"/lib/sawfish/sawfish-menu"))) "/lib/sawfish/sawfish-menu")))
%standard-phases)))) %standard-phases))))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("makeinfo" ,texinfo) ("makeinfo" ,texinfo)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("which" ,which))) ("which" ,which)))

View File

@ -74,7 +74,7 @@
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("cairo" ,cairo) `(("cairo" ,cairo)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("gsl" ,gsl) ("gsl" ,gsl)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("pango" ,pango) ("pango" ,pango)

View File

@ -65,7 +65,7 @@
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("glib" ,glib "bin") `(("glib" ,glib "bin")

View File

@ -88,7 +88,7 @@
(inputs (inputs
;; Note: 'tools/packaging/lp-upload-release' and 'tools/weavemerge.sh' ;; Note: 'tools/packaging/lp-upload-release' and 'tools/weavemerge.sh'
;; require Zsh. ;; require Zsh.
`(("gettext" ,gnu-gettext))) `(("gettext" ,gettext-minimal)))
(arguments (arguments
`(#:tests? #f ; no test target `(#:tests? #f ; no test target
#:python ,python-2 ; Python 3 apparently not yet supported, see #:python ,python-2 ; Python 3 apparently not yet supported, see
@ -122,7 +122,7 @@ as well as the classic centralized workflow.")
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("native-perl" ,perl) `(("native-perl" ,perl)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("git-manpages" ("git-manpages"
,(origin ,(origin
(method url-fetch) (method url-fetch)
@ -921,7 +921,7 @@ accessed and migrated on modern systems.")
("file" ,file) ("file" ,file)
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("zlib" ,zlib) ("zlib" ,zlib)
("gettext" ,gnu-gettext))) ("gettext" ,gettext-minimal)))
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)
("groff" ,groff) ("groff" ,groff)

View File

@ -130,7 +130,7 @@ Only \"Universal TUN/TAP device driver support\" is needed in the kernel.")
("vpnc" ,vpnc) ("vpnc" ,vpnc)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(arguments (arguments
`(#:configure-flags `(#:configure-flags

View File

@ -69,7 +69,7 @@
("openssl" ,openssl) ("openssl" ,openssl)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("perl" ,perl) ("perl" ,perl)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "http://w3m.sourceforge.net/") (home-page "http://w3m.sourceforge.net/")

View File

@ -87,7 +87,7 @@
"/include/gstreamer-1.0"))))))) "/include/gstreamer-1.0")))))))
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin") ; for glib-mkenums, etc. ("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("gperf" ,gperf) ("gperf" ,gperf)

View File

@ -52,7 +52,7 @@
"wicd-urwid-1.3.patch" "wicd-urwid-1.3.patch"
"wicd-wpa2-ttls.patch")))) "wicd-wpa2-ttls.patch"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs `(("gettext" ,gnu-gettext))) (native-inputs `(("gettext" ,gettext-minimal)))
(inputs `(("dbus-glib" ,dbus-glib) (inputs `(("dbus-glib" ,dbus-glib)
("python2-dbus" ,python2-dbus) ("python2-dbus" ,python2-dbus)
("python2-pygtk" ,python2-pygtk) ("python2-pygtk" ,python2-pygtk)

View File

@ -63,7 +63,7 @@
"1nmd65knzyh8b0yhxlqqvzai5rpnmhhm0c46n789zr5hj74jm6fg")))) "1nmd65knzyh8b0yhxlqqvzai5rpnmhhm0c46n789zr5hj74jm6fg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext) ("gettext" ,gettext-minimal)
("flex" ,flex) ("flex" ,flex)
("bison" ,bison) ("bison" ,bison)
("perl" ,perl))) ("perl" ,perl)))

View File

@ -90,7 +90,7 @@
#t))))) #t)))))
(inputs `(("pygtk" ,python2-pygtk) (inputs `(("pygtk" ,python2-pygtk)
("xrandr" ,xrandr))) ("xrandr" ,xrandr)))
(native-inputs `(("gettext" ,gnu-gettext) (native-inputs `(("gettext" ,gettext-minimal)
("python-docutils" ,python2-docutils) ("python-docutils" ,python2-docutils)
("python-setuptools" ,python2-setuptools))) ("python-setuptools" ,python2-setuptools)))
(home-page "https://christian.amsuess.com/tools/arandr/") (home-page "https://christian.amsuess.com/tools/arandr/")
@ -1010,7 +1010,7 @@ by name.")
("libxrandr" ,libxrandr) ("libxrandr" ,libxrandr)
("startup-notification" ,startup-notification))) ("startup-notification" ,startup-notification)))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "https://gitlab.com/o9000/tint2") (home-page "https://gitlab.com/o9000/tint2")
(synopsis "Lightweight task bar") (synopsis "Lightweight task bar")

View File

@ -1430,7 +1430,7 @@ treat it as part of their software base when porting.")
"07041q4k8m4nirzl7lrqn8by2zylx0xvh6n0za301qqs3njszgf5")))) "07041q4k8m4nirzl7lrqn8by2zylx0xvh6n0za301qqs3njszgf5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("libxt" ,libxt) ("libxt" ,libxt)
("xproto" ,xproto) ("xproto" ,xproto)
("libxext" ,libxext))) ("libxext" ,libxext)))
@ -3800,7 +3800,7 @@ extension to the X11 protocol. It includes:
"1l6x2w357ja8vm94ns79s7yj9a5dlr01r9dxrjvzwncadiyr27f4")))) "1l6x2w357ja8vm94ns79s7yj9a5dlr01r9dxrjvzwncadiyr27f4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("libx11" ,libx11) ("libx11" ,libx11)
("xkbcomp-intermediate" ,xkbcomp-intermediate))) ("xkbcomp-intermediate" ,xkbcomp-intermediate)))
(native-inputs (native-inputs
@ -4006,7 +4006,7 @@ Font Description (XLFD) full name for a font.")
("libxmu" ,libxmu) ("libxmu" ,libxmu)
("libxrender" ,libxrender))) ("libxrender" ,libxrender)))
(native-inputs (native-inputs
`(("gettext" ,gnu-gettext) `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/") (home-page "https://www.x.org/wiki/")
(synopsis "Display all the characters in an X font") (synopsis "Display all the characters in an X font")