summaryrefslogtreecommitdiff
path: root/gnu/packages/gettext.scm
AgeCommit message (Expand)Author
2023-08-16gnu: po4a: Apply patch to translate partial Texinfo menus....Fixes <https://issues.guix.gnu.org/64881>. * gnu/packages/gettext.scm (po4a) [source]: Apply patch. * gnu/packages/patches/po4a-partial-texinfo-menu-fix.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. Maxim Cournoyer
2023-07-29gnu: po4a: Update to 0.69....* gnu/packages/gettext.scm (po4a): Update to 0.69. Maxim Cournoyer
2023-07-20gnu: po4a: Skip failing test on the Hurd....* gnu/packages/gettext.scm (po4a)[arguments]: When building natively on the Hurd, add phase 'skip-tests/hurd'. Janneke Nieuwenhuizen
2023-07-20gnu: gettext-minimal: Remove XFAIL_TESTS for the Hurd....* gnu/packages/gettext.scm (gettext-minimal)[arguments]: When building for the Hurd, remove XTESTS_FAIL from, as "test-perror2" now passes. Janneke Nieuwenhuizen
2023-07-18gnu: Deprecate `texlive-tiny'....At this point, there are three equivalent TeX Live sub-systems: texlive-scheme-basic, texlive-tiny, and (texlive-updmap.cfg). It is confusing to keep so many around. * doc/contributing.texi (Submitting Patches): Remove reference to TEXLIVE-TINY. * gnu/packages/algebra.scm (pari-gp)[native-inputs]: (giac)[native-inputs]: * gnu/packages/chez.scm (chez-sockets)[native-inputs]: * gnu/packages/engineering.scm (fastcap)[native-inputs]: * gnu/packages/gettext.scm (po4a)[native-inputs]: * gnu/packages/maths.scm (cddlib)[native-inputs]: (gnuplot)[native-inputs]: (itpp)[native-inputs]: * gnu/packages/ocaml.scm (unison)[native-inputs]: * gnu/packages/pdf.scm (extractpdfmark)[native-inputs]: * gnu/packages/photo.scm (enblend-enfuse): Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove unnecessary TEXLIVE-TINY. * gnu/packages/tex.scm (texlive-tiny): Deprecate it in favor of TEXLIVE-SCHEME-BASIC. (texlive-makecmds)[native-inputs]: Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * guix/lint.scm (check-inputs-should-be-native): Check only for "texlive-updmap.cfg" input name. Nicolas Goaziou
2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. Janneke Nieuwenhuizen
2023-04-21gnu: po4a: Remove patch-docbook-xml phase....* gnu/packages/gettext.scm (po4a) [arguments]: Remove patch-docbook-xml phase. Remove trailing #t. Use gexps. [native-inputs]: Remove labels. Maxim Cournoyer
2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-03-12gnu: mdpo: Remove python-pre-commit....* gnu/packages/gettext.scm (mdpo)[native-inputs]: Remove python-pre-commit. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Antero Mejr
2023-02-26gnu: gettext: Remove input label....* gnu/packages/gettext.scm (gnu-gettext)[native-inputs]: Remove label. Ludovic Courtès
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates... Conflicts: doc/guix.texi gnu/local.mk gnu/packages/admin.scm gnu/packages/base.scm gnu/packages/chromium.scm gnu/packages/compression.scm gnu/packages/databases.scm gnu/packages/diffoscope.scm gnu/packages/freedesktop.scm gnu/packages/gnome.scm gnu/packages/gnupg.scm gnu/packages/guile.scm gnu/packages/inkscape.scm gnu/packages/llvm.scm gnu/packages/openldap.scm gnu/packages/pciutils.scm gnu/packages/ruby.scm gnu/packages/samba.scm gnu/packages/sqlite.scm gnu/packages/statistics.scm gnu/packages/syndication.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/copy.scm guix/scripts/home.scm Efraim Flashner
2023-01-03gnu: po4a: Update to 0.68...The phase do-not-override-PERL5LIB is removed since it was fixed in po4a v0.63. https://github.com/mquinson/po4a/blob/0ab1670e50f0a72781e3d1de6ab9da0c2d71c646/NEWS#L366 bash-minimal is added to inputs since the wrap-program function is used. See also https://issues.guix.gnu.org/49327#80 The only regrettable thing is that only the SGML test failed, but I could not find the cause... Nevertheless, some previously failed tests are now passing. * gnu/packages/gettext.scm (po4a): Update to 0.68. Signed-off-by: Julien Lepiller <julien@lepiller.eu> gemmaro
2022-11-23gnu: gettext: Skip Gnulib tests that fail on GNU/Hurd....* gnu/packages/gettext.scm (gettext-minimal)[arguments]: In 'patch-tests' phase, arrange to not run 'test-tls'. Adjust 'XFAIL_TESTS' flag passed to #:make-flags. Ludovic Courtès
2022-05-28gnu: gettext-minimal: Fix build with new libunistring....* gnu/packages/gettext.scm (gettext-minimal)[source]: Add patch. * gnu/packages/patches/gettext-libunicode-update.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2022-01-10gnu: po4a: Remove obsolete phase....* gnu/packages/gettext.scm (po4a)[arguments]<#:phases>: Remove 'make-compressed-files-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sarah Morgensen
2022-01-06gnu: gettext: Work around Gnulib test failures on armhf-linux....* gnu/packages/gettext.scm (gettext-minimal)[arguments]: In 'patch-tests' phase, conditionally apply "coreutils-gnulib-tests.patch" on ARMv7. Ludovic Courtès
2022-01-06gnu: gettext: Use gexps for arguments....* gnu/packages/gettext.scm (gettext-minimal)[arguments]: Use gexps. (gnu-gettext)[arguments]: Likewise. Ludovic Courtès
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès
2021-07-02gnu: po4a: Update to 0.63....* gnu/packages/gettext.scm (po4a): Update to 0.63. Signed-off-by: Julien Lepiller <julien@lepiller.eu> EuAndreh via Guix-patches via
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-17gnu: Use PACKAGE/INHERIT in more places....* gnu/packages/algebra.scm (fftwf, fftw-openmpi), gnu/packages/audio.scm (ztoolkit-rsvg), gnu/packages/bioinformatics.scm (python2-dendropy), gnu/packages/boost.scm (boost-with-python2), gnu/packages/check.scm (python2-mock, python2-pytest-mock), gnu/packages/cups.scm (hplip-minimal), gnu/packages/freedesktop.scm (libinput-minimal), gnu/packages/gettext.scm (gnu-gettext), gnu/packages/glib.scm (python2-pygobject), gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi), gnu/packages/groff.scm (groff-minimal), gnu/packages/jami.scm (ffmpeg-jami), gnu/packages/libcanberra.scm (libcanberra/gtk+-2), gnu/packages/lirc.scm (python2-lirc), gnu/packages/llvm.scm (clang-runtime-3.5), gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple), gnu/packages/node.scm (libnode), gnu/packages/onc-rpc.scm (libtirpc/hurd), gnu/packages/python-compression.scm (bitshuffle-for-snappy), gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography) (python2-cryptography, python2-m2crypto), gnu/packages/python-web.scm (python2-html2text, python2-tornado) (python2-terminado, python2-ndg-httpsclient, python2-websocket-client) (python2-rauth, python2-url, python2-s3transfer), gnu/packages/python-xyz.scm (python2-psutil, python2-serpent) (python2-humanfriendly, python2-empy, python2-parse-type, python2-polib) (python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc) (python2-ipyparallel, python2-traitlets, python2-dbus) (python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse) (python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal) (python2-contextlib2, python2-promise, python2-anyjson, python2-amqp) (python2-kombu, python2-billiard, python2-celery, python2-whoosh) (python2-jellyfish, python-rope, ptpython-2, python2-binaryornot) (python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort) (python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash) (python2-cloudpickle, python2-reparser), gnu/packages/python.scm (python2-called-python), gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt) (python-qscintilla, python-pyqt+qscintilla), gnu/packages/scanner.scm (sane-backends), gnu/packages/sdl.scm (guile3.0-sdl2), gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc) (python-sepolgen, policycoreutils), gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack), gnu/packages/simulation.scm (fenics), gnu/packages/statistics.scm (python2-statsmodels), gnu/packages/texinfo.scm (info-reader), gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1), gnu/packages/xml.scm (xmlsec-nss), gnu/packages/xorg.scm (uim-gtk, uim-qt), guix/build-system/python.scm (package-with-explicit-python) (strip-python2-variant): Use PACKAGE/INHERIT. Mark H Weaver
2021-02-03Merge branch 'master' into core-updatesChristopher Baines
2021-02-02gnu: Add mdpo....gnu/packages/gettext.scm (mdpo): New variable. gnu/packages/python-xyz (python-polib): Update to 1.1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> EuAndreh
2020-12-17gnu: po4a: Fix build with Perl 5.32....* gnu/packages/gettext.scm (po4a)[inputs]: Add PERL-POD-PARSER. [arguments]: Add it to the wrapper. Adjust the build script so it finds external modules. Marius Bakke
2020-11-29Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines
2020-10-30gnu: po4a: Update to 0.61....* gnu/packages/gettext.scm (po4a): Update to 0.61. Julien Lepiller
2020-10-19Merge branch 'staging'...Conflicts: gnu/packages/admin.scm gnu/packages/commencement.scm gnu/packages/gdb.scm gnu/packages/llvm.scm gnu/packages/package-management.scm gnu/packages/tls.scm Maxim Cournoyer
2020-10-05gnu: gettext-minimal: Mark "test-raise" test XFAIL on the Hurd....* gnu/packages/gettext.scm (gettext-minimal)[arguments]: When compiling for the Hurd, add "test-raise" to XFAIL_TESTS in make-flags. Jan (janneke) Nieuwenhuizen
2020-08-26Merge remote-tracking branch 'origin/master' into core-updatesMathieu Othacehe
2020-07-27gnu: libtextstyle: Update to 0.21....* gnu/packages/gettext.scm (libtextstyle): Update to 0.21. Tobias Geerinckx-Rice
2020-07-27gnu: gettext-minimal: Update to 0.21....* gnu/packages/gettext.scm (gettext-minimal): Update to 0.21. Tobias Geerinckx-Rice
2020-06-14Merge branch 'master' into core-updatesMarius Bakke
2020-06-14gnu: libtextstyle: Update to 0.20.2....* gnu/packages/gettext.scm (libtextstyle): Update to 0.20.2. Tobias Geerinckx-Rice
2020-05-17gnu: libtextstyle: Update to 0.20.2....* gnu/packages/gettext.scm (libtextstyle)[version, source]: Inherit from GETTEXT-MINIMAL. Marius Bakke
2020-05-17gnu: gettext-minimal: Update to 0.20.2....* gnu/packages/gettext.scm (gettext-minimal): Update to 0.20.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Josh Marshall
2019-10-27gnu: po4a: Update to 0.57....* gnu/packages/gettext.scm (po4a): Update to 0.57. Tobias Geerinckx-Rice
2019-07-02gnu: gettext: Update to 0.20.1....* gnu/packages/gettext.scm (gettext-minimal): Update to 0.20.1. [source](snippet): Remove. [inputs]: Remove EXPAT. Add LIBUNISTRING, LIBXML2, and NCURSES. [arguments]: Add #:configure-flags and a "patch-fixed-paths" phase. Delete "link-expat" phase. * gnu/packages/commencement.scm (gettext-boot0): Stay on version 0.19.8.1. [arguments]: Adjust accordingly. Co-authored-by: Miguel <rosen644835@gmail.com> Marius Bakke
2019-06-08gnu: po4a: Update to 0.56....* gnu/packages/gettext.scm (po4a): Update to 0.56. Marius Bakke
2019-05-22gnu: Add libtextstyle....* gnu/packages/gettext.scm (libtextstyle): New variable. Ludovic Courtès
2019-05-22gnu: gettext-minimal: Specify upstream name and CPE name....* gnu/packages/gettext.scm (gettext-minimal)[properties]: New field. Ludovic Courtès
2019-01-05gnu: po4a: Update to 0.55....* gnu/packages/gettext.scm (po4a): Update to 0.55. [arguments]: Add 'patch-docbook-xml phase to patch references to docbook-xml. Update custom 'disable-failing-tests phase. [native-inputs]: Replace docbook-xml with docbook-xml-4.1.2. Efraim Flashner
2018-08-11gnu: po4a: Update to 0.54....* gnu/packages/gettext.scm (po4a): Update to 0.54. [arguments]: Remove ‘set-search-path’ and ‘fix-builder’ phases. Coalesce ‘disable-...-test’ phases into one ‘disable-failing-tests’ phase, update their numbering, and re-enable the ‘yaml’ test. [native-inputs]: Add perl-yaml-tiny test dependency. Tobias Geerinckx-Rice
2018-06-09gnu: po4a: Update to 0.53....* gnu/packages/gettext.scm (po4a): Update to 0.53. [source]: Update to newer github source location. [arguments]: Disable two failing tests. Julien Lepiller
2018-03-23gnu: gettext-minimal: Return #t from all phases....* gnu/packages/gettext.scm (gettext-minimal)[arguments]: Return #t from the 'patch-tests' and 'link-expat' phases. Mark H Weaver
2018-02-22gnu: po4a: Update home page....* gnu/packages/gettext.scm (po4a)[home-page]: Update. Tobias Geerinckx-Rice
2017-11-06gnu: Disable gnulib's test-lock test in packages....* gnu/packages/base.scm (findutils)[source]: Disable test-lock. * gnu/packages/gettext.scm (gettext-minimal)[source]: Ditto. * gnu/packages/libidn.scm (libidn)[source]: Ditto. * gnu/packages/libunistring.scm (libunistring)[source]: Ditto. * gnu/packages/augeas.scm (augeas)[source]: Ditto. * gnu/packages/gsasl.scm (gsasl)[source]: Ditto. * gnu/packages/patches/findutils-gnulib-multi-core.patch, gnu/packages/patches/gettext-gnulib-multi-core.patch, gnu/packages/patches/gettext-multi-core.patch, gnu/packages/patches/libunistring-gnulib-multi-core.patch: Delete patches. * gnu/local.mk (DIST_PATCH_DATA): Remove them. Eric Bavier
2017-07-27gnu: po4a: Work around "dotless @INC" build issues....* gnu/packages/gettext.scm (po4a)[arguments]: Add build phase "set-search-path". Ricardo Wurmus
2017-07-10Merge branch 'master' into core-updatesLeo Famulari
2017-06-30gnu: po4a: Use texlive-tiny....* gnu/packages/gettext.scm (po4a)[native-inputs]: Replace texlive-minimal with texlive-tiny. Ricardo Wurmus