summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18guix: import: Fix multiple licenses output in texlive importer.Nicolas Goaziou
* guix/import/texlive.scm (string->license): Add missing case and try first to split license strings before giving up. * tests/texlive.scm (%fake-tlpdb): Add test data. ("texlive->guix-package, multiple licenses"): New test.
2023-07-18guix: import: texlive use full file names for generic directories.Nicolas Goaziou
Generic directories, such as "doc/info/" or "doc/man" are shared by multiple packages. With this change, the texlive importer specifies the full file name of package-specific files there, making sure only them are downloaded. * guix/import/texlive.scm (texlive-generic-locations): New variable. (files->locations): Renamed from files->directories. Provide full file names when necessary. (tlpdb->package): Apply renaming.
2023-07-18guix: import: Improve home-page generation in texlive importer.Nicolas Goaziou
* guix/import/texlive.scm (tlpdb): Also register `catalogue' key. (tlpdb->package): First try to use catalogue for the home-page, then the name. * tests/texlive.scm (%fake-tlpdb): Add tests data. ("texlive->guix-package, with catalogue entry, no inputs"): New test.
2023-07-18guix: import: Update texlive importer according to new build system.Nicolas Goaziou
* guix/import/texlive.scm (tlpdb->package): Generate a package that doesn't need SIMPLE-TEXLIVE-PACKAGE. * guix/import/utils.scm (package->definition): Remove special case for `simple-texlive-package'. * tests/texlive.scm (%fake-tlpdb): Add test data. ("texlive->guix-package"): Update test. ("texlive->guix-package, no docfiles"): New test.
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-18guix: texlive-build-system: Improvements on non-trivial packages.Nicolas Goaziou
* guix/build/texlive-build-system.scm (build): Ignore temporary build files when moving runfiles around. Remove ".drv" source files prior to compiling files. Remove need for #:TEX-DIRECTORY keyword. Handle ".ins" and ".dtx" files in different directories. (install): Install docfiles in "doc" output when available. * guix/build-system/texlive.scm (texlive-build): Remove #:TEX-DIRECTORY. * doc/guix.texi (Build Systems): Remove reference to #:TEX-DIRECTORY in TEXLIVE-BUILD-SYSTEM documentation. Also mention it now tries to compile ".dtx" files when there is no ".ins" file.
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>
2023-07-18gnu: mingw-w64-tools: Update to 11.0.0.fanquake
* gnu/packages/mingw.scm (mingw-w64-tools): Update to 11.0.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: mingw: Update to 11.0.0.fanquake
* gnu/packages/mingw.scm (mingw): Update to 11.0.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: libnatpmp: Update to 20230423.fanquake
* gnu/packages/networking.scm (libnatpmp): Update to 20230423. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18gnu: libupnp: Update to 1.14.17.fanquake
* gnu/packages/upnp.scm (libupnp): Update to 1.14.17. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>