summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: zstd: Add missing slash in 'libzstd.pc'.Ludovic Courtès2021-01-15
| | | | | | | | | | Fixes a regression introduced in 959a397d220ad49b5193feb84b036220313fb9c7, whereby directory names in 'libzstd.pc' would lack a slash after $prefix. * gnu/packages/compression.scm (zstd)[arguments]: In 'adjust-library-locations' phase, add trailing slash for $prefix in .pc file.
* gnu: texlive-bin: Patch shell commands in scripts.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-bin)[phases]{patch-scripts}: New phase.
* gnu: texlive-bin: Fix the tlmgr utility.Maxim Cournoyer2021-01-14
| | | | | | | | | | Previously, it would error out, not finding its Perl modules, and later not finding config.guess. This utility is useful to query the local TeX Live package database (texlive.tlpdb). (texlive-bin)[inputs]{config}: New input. [phases]{postint}: Add a symlink to the 'config.guess' script. Patch the tlmgr.pl script so that it can find its Perl modules and other resources.
* gnu: texlive-bin: Unpack the texlive-scripts and texlive-extra inputs early.Maxim Cournoyer2021-01-14
| | | | | | | | | | | This allows the sources to processed normally by the other phases such as patch-source-shebangs. * gnu/packages/tex.scm (texlive-bin)[arguments]: Specify #:modules. [phases]{unpack-texlive-extra, unpack-texlive-scripts}: New phases. {postint}: Move the unpacking of the texlive-extra and texlive-scripts inputs to the above newly added phases. The installation of these extra directories now simply uses copy-recursively.
* gnu: texlive-bin: Fix indentation.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-bin): Fix indentation.
* gnu: texlive-bin: Replace python-2 by python.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-bin)[inputs]: Replace python-2 by python.
* gnu: texlive-texmf: Replace python-2 by python.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-texmf)[inputs]: Replace python-2 by python.
* gnu: Add docbook-utils.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/docbook.scm (docbook-utils): New variable.
* gnu: Add texlive-jadetex.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-jadetex): New variable.
* gnu: Add texlive-xmltex.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-xmltex): New variable.
* gnu: texlive-wasysym: Update synopsis and description.Maxim Cournoyer2021-01-14
| | | | | | * gnu/packages/tex.scm (texlive-wasysym)[synopsis]: Refer to the font by 'wasy', not WASY2. [description]: Likewise. Use code ornaments for the LaTeX package names.
* gnu: Add texlive-wasy.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-wasy): New variable.
* gnu: texlive-stmaryrd: Actually include the fonts.Maxim Cournoyer2021-01-14
| | | | | | | | * gnu/packages/tex.scm (texlive-stmaryrd): Rewrite package to inherit from a simple-texlive-template package, so that fonts resources as listed in the texlive.tlpdb database are retrieved and installed. [arguments]: Adapt to use with the inherited template. {chdir}: New phase.
* gnu: Add texlive-helvetic.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-helvetic): New variable.
* gnu: Add texlive-courier.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-courier): New variable.
* gnu: Add texlive-jknappen.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-jknappen): New variable.
* gnu: texlive-psnfss: Improve description.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-psnfss): Improve description.
* gnu: texlive-latex-oberdiek: Rename to texlive-oberdiek.Maxim Cournoyer2021-01-14
| | | | | | | | | | This is done to match the package name as registered in the texlive.tlpdb database. * gnu/packages/tex.scm (texlive-latex-oberdiek): New deprecated package. (texlive-oberdiek): Renamed from the above. (texlive-pstool, texlive-latex-geometry) (texlive-beamer): Adjust to use the renamed package variable.
* gnu: texlive-fonts-stmaryrd: Rename to texlive-stmaryrd.Maxim Cournoyer2021-01-14
| | | | | * gnu/packages/tex.scm (texlive-fonts-stmaryrd): Rename to texlive-stmaryrd, according to the texlive.tlpdb database. Deprecate old package name.
* gnu: texlive-latex-wasysym: Rename to texlive-wasysym.Maxim Cournoyer2021-01-14
| | | | | * gnu/packages/tex.scm (texlive-latex-wasysym): Rename to texlive-wasysym, according to the texlive.tlpdb database. Deprecate old package name.
* gnu: Add texlive-tipa.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-tipa): New variable.
* gnu: Add config.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/autotools.scm (config): New variable.
* gnu: Add texlive-marvosym.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/tex.scm (texlive-marvosym): New variable.
* gnu: Add docbook-sgml-3.1.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/docbook.scm (docbook-sgml-3.1): New variable.
* gnu: Add perl-sgmls.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/perl.scm (perl-sgmls): New variable.
* gnu: Add docbook-dsssl.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/docbook.scm (docbook-dsssl): New variable.
* gnu: Add docbook-sgml.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/docbook.scm (docbook-sgml): New variable.
* gnu: Add iso-8879-entities.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/docbook.scm (iso-8879-entities): New private variable.
* gnu: Add openjade.Maxim Cournoyer2021-01-14
| | | | * gnu/packages/xml.scm (openjade): New variable.
* gnu: opensp: Add doc output, enable tests and add search path.Maxim Cournoyer2021-01-14
| | | | | | | | | | | | | * gnu/packages/xml.scm (opensp)[outputs]: Add doc output. [inputs]: Move to... [native-inputs]: ... here. Add autoconf, automake, gettext and libtool and libxml2. [arguments]: Enable tests. {make-flags}: New argument. [phases]{patch-docbook-paths}: No longer patch XMLTO command line. {delete-configure, honor-docdir, fix-tests-makefile.am}: New phases. [native-search-paths]: Define a SGML_CATALOG_FILES search path specification. [description]: Extend description.
* gnu: opensp: Move package to (gnu packages xml).Maxim Cournoyer2021-01-14
| | | | | * gnu/packages/finance.scm (opensp): Move to... * gnu/packages/xml.scm (opensp): ... here.
* gnu: python-pytest: Update to 6.2.1.Maxim Cournoyer2021-01-14
| | | | | | * gnu/packages/check.scm (python-pytest): Update to 6.2.1. [phases]{check}: Repatriate from the python-pytest-6 definition. [native-inputs]: Add python-iniconfig and python-toml.
* gnu: python-py: Update to 1.10.0.Maxim Cournoyer2021-01-14
| | | | | | | * gnu/packages/check.scm (python-pytest-6)[propagated-inputs]: Replace python-py-next by python-py. * gnu/packages/python-xyz.scm (python-py): Update to 1.10.0. (python-py-next): Remove variable.
* Merge branch 'staging' into 'core-updates'.Maxim Cournoyer2021-01-13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/local.mk gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/gl.scm gnu/packages/glib.scm gnu/packages/guile.scm gnu/packages/node.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/python-xyz.scm gnu/packages/python.scm gnu/packages/tls.scm gnu/packages/vpn.scm gnu/packages/xorg.scm
| * Merge branch 'master' into stagingEfraim Flashner2021-01-10
| |\
| | * gnu: pulseview: Fix qt-5.15 compatibility.Efraim Flashner2021-01-10
| | | | | | | | | | | | | | | | | | * gnu/packages/electronics.scm (pulseview)[source]: Add patch. * gnu/packages/patches/pulseview-qt515-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| | * gnu: pulseview: Update to 0.4.2.Efraim Flashner2021-01-10
| | | | | | | | | | | | | | | * gnu/packages/electronics.scm (pulseview): Update to 0.4.2. [source]: Use https.
| | * gnu: supercollider: Update to 3.11.2.Efraim Flashner2021-01-10
| | | | | | | | | | | | | | | * gnu/packages/audio.scm (supercollider): Update to 3.11.2. [arguments]: Disable building libscsynth.
| | * gnu: Add emacs-org-roam-bibtex.Vinicius Monego2021-01-10
| | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| | * gnu: emacs-eglot: Add missing dependency.John Soo2021-01-10
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eglot): [propagated-inputs] Add emacs-project. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| | * gnu: Updated liferea to 1.13.4.raingloom2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/syndiction.scm (liferea): Updated to 1.13.4. [source]: Switched to git-download. [native-inputs]: Added autotools, automake, libtool. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| | * gnu: julius: Update to 1.6.0.Timotej Lazar2021-01-10
| | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (julius): Update to 1.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| | * gnu: emacs-calibredb: Update to 2.8.0.Michael Rohleder2021-01-10
| | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.8.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| | * gnu: emacs-fountain-mode: Update to 3.4.0.Vinicius Monego2021-01-10
| | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| | * gnu: emacs-websocket: Update to 1.13.Nicolas Goaziou2021-01-10
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.13.
| | * gnu: emacs-auctex: Update to 13.0.3.Nicolas Goaziou2021-01-10
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.3.
| | * gnu: sbcl-local-time: Update to 1.0.6-2.a177eb9.Sharlatan Hellseher2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 1.0.6-2.a177eb9. [inputs]: Remove sbcl-cl-fad. [arguments]: Activate tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| | * gnu: Add cl-garbage-pools.Sharlatan Hellseher2021-01-10
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-garbage-pools, ecl-garbage-pools, sbcl-garbage-pools): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| | * gnu: vim: Skip terminal screen-dump tests.Efraim Flashner2021-01-10
| | | | | | | | | | | | | | | | | | | | | | | | Even with careful substitutions these tests often break on other architectures anyway. * gnu/packages/vim.scm (vim)[arguments]: Adjust skip-or-fix-failing-tests to skip another terminal screen-dump test.
| | * gnu: linux-libre 4.4: Update to 4.4.250.Leo Famulari2021-01-10
| | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.250. (linux-libre-4.4-pristine-source): Update hash.