Nicolas Goaziou
bc3384923e
gnu: Simplify simple-texlive-package for non-trivial packages.
...
* 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-18 18:10:24 +02:00
Nicolas Goaziou
3f22dabc2a
guix: texlive-build-system: Improvements on non-trivial packages.
...
* 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-18 18:10:24 +02:00
Ludovic Courtès
4e11cac6be
gnu: mig: Update to 1.8+git20230520.
...
This reinstates 999a6ac0cf
, which was
reverted by a041bbb4bf
, 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-18 17:21:54 +02:00
Michael Ford
a8c79839d5
gnu: Add font-tuffy.
...
* gnu/packages/fonts.scm (font-tuffy): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:46:14 +08:00
Hilton Chain
3d1b7cf1fa
gnu: font-sarasa-gothic: Update to 0.41.3.
...
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.3.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:46:14 +08:00
Janneke Nieuwenhuizen
94f83088d2
gnu: Remove unused gnumach patch.
...
This is a followup to commit
2edd67d34b
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-18 14:28:17 +02:00
Greg Hogan
bd0e7c5e17
gnu: zsh: Update to 5.9.
...
* gnu/packages/shells.scm (zsh): Update to 5.9.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:23:42 +08:00
Sughosha
3c79f4b50a
gnu: ardour: Inline ardour-rpath-phase into its definition.
...
* gnu/packages/audio.scm (ardour)[#:phases]: Inline ardour-rpath-phase.
(ardour-rpath-phase): Delete variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:23:42 +08:00
Sughosha
d1a76ac512
gnu: ardour: Install bundled MIDI loops.
...
* 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-18 20:23:42 +08:00
Sughosha
bf6727fadf
gnu: ardour: Update to 7.5.
...
* gnu/packages/audio.scm (ardour): Update to 7.5.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:23:42 +08:00
fanquake
65974e8aa7
gnu: nsis: Update to 3.09.
...
* gnu/packages/installers.scm (make-nsis): Update to 3.09.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:23:42 +08:00
fanquake
f610821eda
gnu: mingw-w64-tools: Update to 11.0.0.
...
* gnu/packages/mingw.scm (mingw-w64-tools): Update to 11.0.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:23:42 +08:00
fanquake
30403c7c3f
gnu: mingw: Update to 11.0.0.
...
* gnu/packages/mingw.scm (mingw): Update to 11.0.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:23:42 +08:00
fanquake
2c19706fd8
gnu: libnatpmp: Update to 20230423.
...
* gnu/packages/networking.scm (libnatpmp): Update to 20230423.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:23:42 +08:00
fanquake
1bd3b7d2c7
gnu: libupnp: Update to 1.14.17.
...
* gnu/packages/upnp.scm (libupnp): Update to 1.14.17.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-18 20:23:42 +08:00
宋文武
a6eb936d28
gnu: newick-utils: Skip tests on riscv64-linux.
...
* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Skip tests
when building on riscv64-linux.
2023-07-18 20:23:42 +08:00
kiasoc5
d2c6d1d818
gnu: Add firejail.
...
* gnu/packages/linux.scm (firejail): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 14:06:50 +02:00
Ludovic Courtès
377dc49f24
gnu: insight-toolkit: Mark as tunable.
...
* gnu/packages/image-processing.scm (insight-toolkit)[properties]: New
field.
2023-07-18 14:06:50 +02:00
Ludovic Courtès
437687b715
gnu: insight-toolkit: Remove input labels and use gexps.
...
* gnu/packages/image-processing.scm (insight-toolkit)[arguments]: Use
gexps.
[inputs]: Remove labels.
(insight-toolkit-4)[arguments]: Use gexps.
2023-07-18 14:06:50 +02:00
Ludovic Courtès
b910dedff0
gnu: insight-toolkit: Really disable '-mtune=native'.
...
* gnu/packages/image-processing.scm (insight-toolkit)[arguments]: Fix
typo in 'do-not-tune' phase.
2023-07-18 14:06:50 +02:00
Ludovic Courtès
08870dc3bc
gnu: insight-toolkit: Fix compilation.
...
Previously, code would be compiled with '-std=c++11', leading to
compilation errors in VNL:
vnl_bignum.cxx:738:37: error: ‘numeric_limits’ is not a member of ‘std’
* gnu/packages/image-processing.scm (insight-toolkit)[arguments]: Pass
"-DCMAKE_CXX_STANDARD=17".
2023-07-18 14:06:49 +02:00
Florian Pelz
3a3752400d
doc: Fix typos.
...
* doc/guix.texi (Creating a Channel): Fix typos.
2023-07-18 01:00:35 +02:00
gemmaro
56a7e20f4a
gnu: gnucash: Update to 5.3.
...
* gnu/packages/gnucash.scm (gnucash): Update to 5.3
[arguments]<phase>: Replace disable-unsupported-test phase with
disable-online-test, which enables all tests but online_wiggle.
[inputs]: Add perl-json-parse and bash-minimal.
* gnu/packages/gnucash.scm (gnucash-doc): Update to 5.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:16 +02:00
gemmaro
f5ee879de8
gnu: Add perl-json-parse.
...
* gnu/packages/perl.scm (perl-json-parse): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:16 +02:00
Hilton Chain
2d691ee8ce
gnu: tree-sitter-json: Update to 0.20.0.
...
* gnu/packages/tree-sitter.scm (tree-sitter-json): Update to 0.20.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:16 +02:00
Hilton Chain
8ef9ec6acd
gnu: qbittorrent-enhanced: Update to 4.5.4.10.
...
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.4.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:16 +02:00
Zheng Junjie
06b604ebbf
gnu: reptyr: Update to 0.10.0.
...
* gnu/packages/screen.scm (reptyr): Update to 0.10.0.
[arguments]: use new style, fix cross-compilation.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:15 +02:00
Bruno Victal
de02a58e25
gnu: Add python-gixy.
...
* gnu/packages/check.scm (python-gixy): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:15 +02:00
kiasoc5
f2359b15a5
gnu: x42-plugins: Update to 20230701.
...
* gnu/packages/music.scm (x42-plugins): Update to 20230701.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:15 +02:00
Jean-Pierre De Jesus DIAZ
70cd107dd5
gnu: cppzmq: Update to 4.10.0.
...
* gnu/packages/networking.scm (cppzmq): Update to 4.10.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:15 +02:00
Bruno Victal
bdcf1de756
gnu: mactelnet: Unbundle uthash.
...
* gnu/packages/admin.scm (mactelnet)[source]: Unbundle uthash.
[inputs]: Add uthash.
[license]: Remove bsd-2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:15 +02:00
Bruno Victal
460b2afeb3
gnu: Add mactelnet.
...
* gnu/packages/admin.scm (mactelnet): New variable.
* gnu/packages/patches/mactelnet-remove-init.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:15 +02:00
fanquake
602e32c8e0
doc: Update GDB "guix shell" example to use autoconf-2.69
...
* doc/environment-gdb.scm: Change to use autoconf-2.69.
* gnu/packages/autotools.scm: Remove outdated GDB comment.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-18 00:41:15 +02:00
Ludovic Courtès
72a0d8350a
gnu: shepherd: Update to 0.10.2.
...
* gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.2.
2023-07-18 00:41:15 +02:00
Vivien Kraus
1cd3eb66b1
gnu: frama-c: depend on zlib
...
* gnu/packages/maths.scm (frama-c) [inputs]: Add zlib.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2023-07-17 21:30:08 +02:00
Tobias Geerinckx-Rice
29a7bd209c
gnu: tetzle: Update to 2.2.2.
...
* gnu/packages/games.scm (tetzle): Update to 2.2.2.
[source]: Hard-code NAME.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
fd0f867571
gnu: xonotic: Update to 0.8.6.
...
* gnu/packages/games.scm (xonotic): Update to 0.8.6.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
e5830022d9
gnu: wesnoth: Update to 1.16.9.
...
* gnu/packages/games.scm (wesnoth): Update to 1.16.9.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
3aa9098bcb
gnu: openttd-engine: Update to 13.3.
...
* gnu/packages/games.scm (openttd-engine): Update to 13.3.
2023-07-16 02:00:11 +02:00
Tobias Geerinckx-Rice
1db72854cf
gnu: freeciv: Update to 3.0.8.
...
* gnu/packages/games.scm (freeciv): Update to 3.0.8.
2023-07-16 02:00:11 +02:00
Tobias Geerinckx-Rice
b0efcee722
gnu: freeciv: Fix upstream source URL.
...
* gnu/packages/games.scm (freeciv)[source]: Fix upstream file name. Use HTTPS.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
9a1c4edfdd
gnu: fheroes2: Update to 1.0.5.
...
* gnu/packages/games.scm (fheroes2): Update to 1.0.5.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
a71c56d4bc
gnu: endless-sky: Update to 0.10.2.
...
* gnu/packages/games.scm (endless-sky): Update to 0.10.2.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
810b7b1c3c
gnu: seabios: Update to 1.16.2.
...
* gnu/packages/firmware.scm (seabios): Update to 1.16.2.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
ba8dcfc511
gnu: python-dropbox: Update to 11.36.2.
...
* gnu/packages/file-systems.scm (python-dropbox): Update to 11.36.2.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
c8c78b08d2
gnu: pcb-rnd: Prepare for cross-compilation.
...
* gnu/packages/engineering.scm (pcb-rnd)[arguments]: Use CC-FOR-TARGET.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
479eb63f2a
gnu: pcb-rnd: Update to 3.1.1.
...
* gnu/packages/engineering.scm (pcb-rnd): Update to 3.1.1.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
b175789352
gnu: librnd: Prepare for cross-compilation.
...
* gnu/packages/engineering.scm (librnd)[arguments]: Use CC-FOR-TARGET.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
d23105a329
gnu: librnd: Update to 4.0.2.
...
* gnu/packages/engineering.scm (librnd): Update to 4.0.2.
2023-07-16 02:00:09 +02:00
Tobias Geerinckx-Rice
f5c4e1999d
gnu: vice: Update to 3.7.1.
...
* gnu/packages/emulators.scm (vice): Update to 3.7.1.
2023-07-16 02:00:09 +02:00