summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2023-07-18gnu: texlive-latex-psfrag -> texlive-psfrag.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-psfrag): New variable. (texlive-latex-psfrag): Deprecate variable. (texlive-pstool): * gnu/packages/bioinformatics.scm (phyml): Use new name.
2023-07-18gnu: texlive-latex-newunicodechar -> texlive-newunicodechar.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-newunicodechar): New variable. (texlive-latex-newunicodechar): Deprecate variable. * gnu/packages/maths.scm (hypre): Use new name.
2023-07-18gnu: texlive-latex-newfloat -> texlive-newfloat.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-newfloat): New variable. (texlive-latex-newfloat): Deprecate variable. (texlive-minted): Use new name.
2023-07-18gnu: texlive-latex-natbib -> texlive-natbib.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-natbib): New variable. (texlive-latex-natbib): Deprecate variable. (texlive-apacite): * gnu/packages/bioinformatics.scm (discrover): * gnu/packages/maths.scm (hypre): Use new name.
2023-07-18gnu: texlive-latex-ifplatform -> texlive-ifplatform.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-ifplatform): New variable. (texlive-latex-ifplatform): Deprecate variable. (texlive-pstool): (texlive-minted): Use new name.
2023-07-18gnu: texlive-latex-hanging -> texlive-hanging.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-hanging): New variable. (texlive-latex-hanging): Deprecate variable. * gnu/packages/maths.scm (hypre): Use new name.
2023-07-18gnu: texlive-latex-amsrefs -> texlive-amsrefs.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-amsrefs): New variable. (texlive-latex-amsrefs): Deprecate variable.
2023-07-18gnu: texlive-latex-cyrillic -> texlive-cyrillic.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-cyrillic): New variable. (texlive-latex-cyrillic): Deprecate variable. (texlive-base): (texlive-xindy): * gnu/packages/music.scm (lilypond): Use new name.
2023-07-18gnu: texlive-latex-l3packages -> texlive-l3packages.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-l3packages): New variable. (texlive-latex-l3packages): Deprecate variable. (texlive-latex-base): (texlive-fontspec): (texlive-ddphonism): (texlive-polyglossia): (texlive-siunitx): (texlive-xetex): Use new name.
2023-07-18gnu: texlive-dvips-l3backend -> texlive-l3backend.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-dvips-l3backend): Deprecate package. * gnu/packages/chez.scm (stex-bootstrap): * gnu/packages/maths.scm (cddlib): * gnu/packages/ocaml.scm (unison): * gnu/packages/plotutils.scm (asymptote): Use new name.
2023-07-18gnu: texlive-latex-backend -> texlive-backend.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-l3backend): New variable. (texlive-latex-l3backend): Deprecate package. (texlive-latex-base): (texlive-xetex): * gnu/packages/maths.scm (cddlib): Apply renaming.
2023-07-18gnu: Add texlive-subfig.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-subfig): New variable.
2023-07-18gnu: Add texlive-showexpl.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-showexpl): New variable.
2023-07-18gnu: Add texlive-attachfile.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-attachfile): New variable.
2023-07-18gnu: Add texlive-multido.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-multido): New variable.
2023-07-18gnu: Add texlive-chngcntr.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-chngcntr): New variable.
2023-07-18gnu: Add texlive-breakurl.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-breakurl): New variable.
2023-07-18gnu: Add texlive-euenc.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-euenc): New variable.
2023-07-18gnu: Add texlive-refstyle.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-refstyle): New variable.
2023-07-18gnu: Add texlive-luabidi.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-luabidi): New variable.
2023-07-18gnu: Add texlive-passivetex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-passivetex): New variable.
2023-07-18gnu: Add texlive-dehyph.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-dehyph): New variable.
2023-07-18gnu: Add texlive-enctex.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-enctex): New variable.
2023-07-18gnu: Add texlive-lualatex-math.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-lualatex-math): New variable.
2023-07-18gnu: Add texlive-currfile.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-currfile): New variable.
2023-07-18gnu: Add texlive-filehook.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-filehook): New variable.
2023-07-18gnu: Add texlive-mfirstuc.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-mfirstuc): New variable.
2023-07-18gnu: Add texlive-xfor.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-xfor): New variable.
2023-07-18gnu: Add texlive-lwarp.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-lwarp): New variable.
2023-07-18gnu: Add texlive-minitoc.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-minitoc): New variable.
2023-07-18gnu: texlive-latex-expdlist -> texlive-expdlist.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-expdlist): New variable. (texlive-latex-expdlist): Deprecate variable. * gnu/packages/python-xyz.scm (python-numpy-documentation): (python-matplotlib-documentation): Apply renaming.
2023-07-18gnu: texlive-latex-etoc -> texlive-etoc.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-etoc): New variable. (texlive-latex-etoc): Deprecate variable. * gnu/packages/maths.scm (hypre): Apply renaming.
2023-07-18gnu: texlive-latex-eqparbox -> texlive-eqparbox.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-eqparbox): New variable. (texlive-latex-eqparbox): Deprecate variable.
2023-07-18gnu: texlive-latex-environ -> texlive-environ.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-environ): New variable. (texlive-latex-environ): Deprecate variable. (texlive-tcolorbox): Apply renaming.
2023-07-18gnu: texlive-latex-trimspaces -> texlive-trimspaces.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-trimspaces): New variable. (texlive-latex-trimspaces): (texlive-pstool): * gnu/packages/python-xyz.scm (python-nbconvert):
2023-07-18gnu: texlive-latex-draftwatermark -> texlive-draftwatermark.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-draftwatermark): New variable. (texlive-latex-draftwatermark): Deprecate package. (texlive-apa6): Apply renaming.
2023-07-18gnu: Add texlive-everypage.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-everypage): New variable.
2023-07-18gnu: texlive-latex-dinbrief -> texlive-dinbrief.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-dinbrief): New variable. (texlive-latex-dinbrief): Deprecate package.
2023-07-18gnu: texlive-latex-blindtext -> texlive-blindtext.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-blindtext): New variable. (texlive-latex-blindtext): Deprecate variable.
2023-07-18gnu: texlive-latex-l3kernel -> texlive-l3kernel.Nicolas Goaziou
* gnu/packages/tex.scm (texlive-l3kernel): New variable. (texlive-latex-l3kernel): Deprecate variable. (texlive-latex-base): (texlive-latex-l3packages): (texlive-pstool): (texlive-siunitx): (texlive-latex-ebproof): (texlive-xetex): Apply renaming.
2023-07-18gnu: Simplify simple-texlive-package for non-trivial packages.Nicolas Goaziou
* gnu/packages/tex.scm (simple-texlive-package): When #:TRIVIAL keyword is not set, do not add any phase, and let TRIVIAL-BUILD-SYSTEM proceed. With this change, `simple-texlive-package' can be removed piece-wise in texlive packages without breakage, assuming spurious `chdir' and `copy-files' phases are removed. (texlive-bidi): (texlive-alphalph): (texlive-mflogo): (texlive-amsfonts): (texlive-halloweenmath): (texlive-atveryend): (texlive-auxhook): (texlive-epstopdf-pkg): (texlive-filecontents): (texlive-graphics): (texlive-hycolor): (texlive-xcolor): (texlive-hyperref): (texlive-oberdiek): (texlive-rerunfilecheck): (texlive-onedown): (texlive-tools): (texlive-fontspec): (texlive-stringenc): (texlive-amsmath): (texlive-mathdots): (texlive-amscls): (texlive-babel): (texlive-babel-french): (texlive-babel-swedish): (texlive-pict2e): (texlive-psnfss): (texlive-bigfoot): (texlive-firstaid): (texlive-pdftexcmds): (texlive-refcount): (texlive-capt-of): (texlive-makecmds): (texlive-metalogo): (texlive-paralist): (texlive-polyglossia): (texlive-fancyhdr): (texlive-letltxmacro): (texlive-listings): (texlive-kvoptions): (texlive-zref): (texlive-eso-pic): (texlive-pdfpages): (texlive-stmaryrd): (texlive-subfigure): (texlive-lh): (texlive-acronym): (texlive-ms): (texlive-ncctools): (texlive-numprint): (texlive-atbegshi): (texlive-bigintcalc): (texlive-bitset): (texlive-etexcmds): (texlive-gettitlestring): (texlive-infwarerr): (texlive-intcalc): (texlive-kvdefinekeys): (texlive-kvsetkeys): (texlive-ltxcmds): (texlive-pdfescape): (texlive-uniquecounter): (texlive-pdfx): (texlive-marginnote): (texlive-tabu): (texlive-siunitx): (texlive-sectsty): (texlive-morefloats): (texlive-ifmtarg): (texlive-pagenote): (texlive-titling): (texlive-ifoddpage): (texlive-storebox): (texlive-collectbox): (texlive-grfext): (texlive-adjustbox): (texlive-qrcode): (texlive-unicode-math): (texlive-babel-czech): (texlive-babel-dutch): (texlive-babel-finnish): (texlive-babel-danish): (texlive-babel-polish): (texlive-abstract): (texlive-breqn): (texlive-datatool): (texlive-lastpage): (texlive-soul): (texlive-soulutf8): (texlive-totcount): (texlive-totpages): Remove `chdir' and `copy-files' phases.
2023-07-18gnu: mig: Update to 1.8+git20230520.Ludovic Courtès
This reinstates 999a6ac0cfd9339e138007ed9e4e544a55e92e3e, which was reverted by a041bbb4bf98cce72b14c554369fc56eeacc2f5d, but without resorting to 'git-fetch'. * gnu/packages/hurd.scm (mig): Update to 1.8+git20220827. [source]: Remove patch. * gnu/packages/patches/mig-cpu.h-generation.patch: Delete. * gnu/local.mk (dist_patch_DATA): Remove it.
2023-07-18gnu: Add font-tuffy.Michael Ford
* gnu/packages/fonts.scm (font-tuffy): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: font-sarasa-gothic: Update to 0.41.3.Hilton Chain
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: Remove unused gnumach patch.Janneke Nieuwenhuizen
This is a followup to commit 2edd67d34b85715e97b222f4a46da7b156973616 gnu: gnumach: Update to 1.8+git20221224. * gnu/packages/patches/gnumach-add-missing-const_mach_port_name_array_t-type.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
2023-07-18gnu: zsh: Update to 5.9.Greg Hogan
* gnu/packages/shells.scm (zsh): Update to 5.9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: ardour: Inline ardour-rpath-phase into its definition.Sughosha
* gnu/packages/audio.scm (ardour)[#:phases]: Inline ardour-rpath-phase. (ardour-rpath-phase): Delete variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: ardour: Install bundled MIDI loops.Sughosha
* gnu/packages/audio.scm (ardour)[#:phases]: Add install-bundled-media. [native-inputs]: Add unzip. [license]: Add cc0 and expat. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: ardour: Update to 7.5.Sughosha
* gnu/packages/audio.scm (ardour): Update to 7.5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: nsis: Update to 3.09.fanquake
* gnu/packages/installers.scm (make-nsis): Update to 3.09. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>