Age | Commit message (Expand) | Author |
2022-09-09 | gnu: meson: Introduce versioned 'meson-0.60' variable....While at it, change inheritance such that newest comes first.
* gnu/packages/build-tools.scm (meson-0.63): Move to the top.
(meson-0.60): Inherit from MESON-0.63.
(meson-0.59): Inherit from MESON-0.60. Don't use PACKAGE/INHERIT.
(meson): Turn into alias for MESON-0.60.
| Marius Bakke |
2022-09-09 | gnu: meson@0.63: Update to 0.63.2....* gnu/packages/build-tools.scm (meson-0.63): Update to 0.63.2.
| Marius Bakke |
2022-09-01 | gnu: meson: Add 0.63.1....* gnu/packages/build-tools.scm (meson-0.63): New variable.
| Marius Bakke |
2022-08-27 | gnu: scons: Update to 4.4.0....* gnu/packages/patches/scons-test-environment.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/build-tools.scm (scons): Update to 4.4.0.
[source](patches): New field.
[arguments]: Adjust bootstrap for the new version. Enable tests.
[native-inputs]: Add PYTHON-WHEEL and PYTHON-PSUTIL.
(scons-3): New variable.
(scons-python2): Inherit from it.
* gnu/packages/web.scm (serf)[arguments]: Stick with SCONS-3 to prevent rebuilds.
| Marius Bakke |
2022-08-27 | gnu: scons: Move to (gnu packages build-tools)....* gnu/packages/python-xyz.scm (scons, scons-python2): Move from here ...
* gnu/packages/build-tools.scm (scons, scons-python2): ... to here.
* gnu/packages/direct-connect.scm, gnu/packages/disk.scm,
gnu/packages/game-development.scm, gnu/packages/gps.scm,
gnu/packages/image.scm, gnu/packages/installers.scm, gnu/packages/web.scm,
gnu/packages/xdisorg.scm: Adjust module imports accordingly.
* guix/build-system/scons.scm (default-scons): Likewise.
| Marius Bakke |
2022-08-14 | gnu: bear: Update to 3.0.20....* gnu/packages/build-tools.scm (bear): Update to 3.0.20.
| Tobias Geerinckx-Rice |
2022-05-02 | gnu: bear: Update to 3.0.19....* gnu/packages/build-tools.scm (bear): Update to 3.0.19.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-01-10 | gnu: meson: Update to 0.60.3....* gnu/packages/build-tools.scm (gn): Update to 0.60.3.
| Maxim Cournoyer |
2022-01-10 | gnu: meson: Update to 0.60.2 and absorb meson-wrapped....* gnu/packages/build-tools.scm (meson): Update to 0.60.2, and integrate fixes
made in 'meson-wrapped':
[phases]{wrap}: Replace phase.
[inputs]: Add python-wrapper.
[propagated-inputs]: Delete field.
[properties]: Likewise.
(meson-wrapped): Delete variable.
| Maxim Cournoyer |
2021-12-25 | gnu: bmake: Update to 20211212....* gnu/packages/build-tools.scm (bmake): Update to 20211212.
| Tobias Geerinckx-Rice |
2021-12-19 | gnu: bear: Respect TESTS?....* gnu/packages/build-tools.scm (bear)[arguments]: Accept and respect a
TESTS? keyword in the 'check phase.
| Tobias Geerinckx-Rice |
2021-12-19 | gnu: bear: Update to 3.0.17....* gnu/packages/build-tools.scm (bear): Update to 3.0.17.
[source]: Remove patch, and…
[arguments]: …replace it with a new 'disable-TEST_BEFORE_INSTALL phase.
Don't explicitly return #t from other phases.
* gnu/packages/patches/bear-disable-preinstall-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2021-12-17 | gnu: Remove unneeded uses of custom GCC versions....* gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]:
Remove GCC-10.
* gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise.
* gnu/packages/lua.scm (emilua)[native-inputs]: Likewise.
* gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise.
* gnu/packages/wm.scm (fnott)[native-inputs]: Likewise.
* gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise.
(scintilla)[native-inputs]: Remove GCC-9.
* gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise.
* gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise.
* gnu/packages/games.scm (openttd)[native-inputs]: Likewise.
(schiffbruch)[native-inputs]: Remove GCC-11.
* gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9.
* gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]:
Likewise.
* gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise.
* gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8.
* gnu/packages/image.scm (blurhash)[native-inputs]: Likewise.
* gnu/packages/jami.scm (libring)[native-inputs]: Likewise.
* gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise.
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop,
telegram-desktop)[native-inputs]: Likewise.
| Marius Bakke |
2021-12-17 | gnu: bmake: Remove input labels....* gnu/packages/build-tools.scm (bmake)[inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2021-12-17 | gnu: bmake: Update to 20211207....* gnu/packages/build-tools.scm (bmake): Update to 20211207.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-11-22 | gnu: meson-wrapped: Do not propagate Python....* gnu/packages/build-tools.scm (meson-wrapped)[propagated-inputs,
inputs]: New fields.
| Ludovic Courtès |
2021-11-22 | gnu: meson: Extend the python path in the installed program....* gnu/packages/build-tools.scm (meson-wrapped): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vivien Kraus |
2021-11-17 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-14 | gnu: bear: Update to 3.0.16....* gnu/packages/build-tools.scm (bear): Update to 3.0.16.
* gnu/packages/patches/bear-disable-preinstall-tests.patch: Update.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2021-11-11 | gnu: Add meson-0.59....Since gtkmm@3 at least requires it, to workaround a possible new bug in Meson.
Keep Meson at 0.60, because it also introduces useful features, such as
validating that the build options used exist.
* gnu/packages/build-tools.scm (meson-0.59): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: meson: Update to 0.60.0....* gnu/packages/build-tools.scm (meson): Update to 0.60.0.
| Maxim Cournoyer |
2021-11-11 | gnu: meson: Patch to allow installing to independent prefixes....Meson goes to lengths at preventing installation to directories outside of the
main installation prefix. This isn't convenient or desirable in Guix; patch
it out using a patch maintained by Nix.
* gnu/packages/patches/meson-allow-dirs-outside-of-prefix.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/build-tools.scm (meson): Use it.
| Maxim Cournoyer |
2021-10-12 | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe |
2021-09-25 | Update copyright assignments for Liliana Marie Prikler....* doc/guix.texi: Update copyright name for Liliana Marie Prikler.
* gnu/packages/build-tools.scm: Update copyright name and email for Liliana
Marie Prikler.
* gnu/packages/convmv.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/emacs.scm: Likewise.
* gnu/packages/esolangs.scm: Likewise.
* gnu/packages/game-development.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gnome-xyz.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/gstreamer.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/minetest.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/patches/minetest-add-MINETEST_MOD_PATH.patch: Likewise.
* gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: Likewise.
* gnu/packages/patches/webkitgtk-bind-all-fonts.patch: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/unicode.scm: Likewise.
* gnu/packages/xorg.scm: Likewise.
* gnu/services/sound.scm: Likewise.
* guix/build-system/renpy.scm: Likewise.
* guix/build/emacs-utils.scm: Likewise.
* guix/build/renpy-build-system.scm: Likewise.
| Liliana Marie Prikler |
2021-08-19 | gnu: meson: Update to 0.59.1....* gnu/packages/build-tools.scm (meson): Update to 0.59.1.
| Mathieu Othacehe |
2021-07-20 | gnu: meson: Update to 0.59.0....Fixes <https://issues.guix.gnu.org/48552>.
* gnu/packages/build-tools.scm (meson): Update to 0.59.0, which includes a
reproduceability fix for builds that link against multiple LLVM libraries.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kaelyn Takata |
2021-06-19 | gnu: meson: Update to 0.58.1....* gnu/packages/build-tools.scm (meson): Update to 0.58.1.
[source](patches): Remove.
| Marius Bakke |
2021-05-22 | gnu: meson: Update to 0.58.0....* gnu/packages/build-tools.scm (meson): Update to 0.58.0.
[source](patches): New field.
| Marius Bakke |
2021-05-22 | gnu: Meson: Remove special versions....* gnu/packages/audio.scm (lv2-speech-denoiser, libaudec)[arguments]: Remove
#:meson.
* gnu/packages/build-tools.scm (meson): Update to 0.57.2.
(meson-0.55, meson-next): Remove variables.
* gnu/packages/datastructures.scm (tllist)[arguments]: Remove.
* gnu/packages/fontutils.scm (fcft)[arguments]: Likewise.
* gnu/packages/gimp.scm (babl, gegl)[arguments]: Remove #:meson.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Likewise.
* gnu/packages/lua.scm (emilua)[arguments]: Likewise.
* gnu/packages/music.scm (zrythm)[arguments]: Likewise.
* gnu/packages/terminals.scm (foot)[arguments]: Likewise.
* gnu/packages/virtualization.scm (qemu)[native-inputs]: Change from
MESON-NEXT to MESON.
(libvirt)[arguments]: Remove #:meson.
* gnu/packages/wm.scm (wlroots, sway)[arguments]: Likewise.
| Marius Bakke |
2021-05-15 | Merge branch 'master' into core-updates | Ludovic Courtès |
2021-05-13 | gnu: gn: Build with Python 3....* gnu/packages/build-tools.scm (gn)[native-inputs]: Change from PYTHON-2 to
PYTHON-WRAPPER.
[arguments]: Remove trailing #t's and make some cosmetic changes.
| Marius Bakke |
2021-04-16 | Merge remote-tracking branch 'origin/master' into core-updates... Conflicts:
gnu/local.mk
gnu/packages/boost.scm
gnu/packages/chez.scm
gnu/packages/compression.scm
gnu/packages/crates-io.scm
gnu/packages/docbook.scm
gnu/packages/engineering.scm
gnu/packages/gcc.scm
gnu/packages/gl.scm
gnu/packages/gtk.scm
gnu/packages/nettle.scm
gnu/packages/python-check.scm
gnu/packages/python-xyz.scm
gnu/packages/radio.scm
gnu/packages/rust.scm
gnu/packages/sqlite.scm
guix/build-system/node.scm
| Efraim Flashner |
2021-04-11 | gnu: meson@0.57: Update to 0.57.2....* gnu/packages/build-tools.scm (meson-next): Update to 0.57.2.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: meson-for-build: Remove package....It was removed in commit f2b22801, but a merge (2aab587f) add it wrongly
again.
| 宋文武 |
2021-03-27 | gnu: Add build....* gnu/packages/build-tools.scm (build): New variable.
Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name>
| Maxim Cournoyer |
2021-03-24 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2021-03-16 | gnu: Add meson-next....* gnu/packages/build-tools.scm (meson-next): New variable.
| Maxim Cournoyer |
2021-03-10 | gnu: osc: Update to 0.172.0 [fixes CVE-2019-3681]....* gnu/packages/build-tools.scm (osc): Update to 0.172.0.
[native-inputs]: Add python-chardet. Required by tests.
| Léo Le Bouter |
2021-03-06 | Merge branch 'master' into core-updates | Christopher Baines |
2021-03-02 | gnu: Add bmake....* gnu/packages/build-tools.scm (bmake): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| qblade |
2021-02-01 | gnu: meson-for-build: Remove package....The meson-for-build package doesn't carry any special patch anymore; it
appears to be obsolete.
* gnu/packages/build-tools.scm (meson-for-build): Remove variable.
* guix/build-system/meson.scm (default-meson): Use meson.
* doc/guix.texi (Build Systems): Update doc.
| Maxim Cournoyer |
2021-02-01 | gnu: meson-0.55: Update to 0.55.3....* gnu/packages/build-tools.scm (meson-0.55): Update to 0.55.3.
| Maxim Cournoyer |
2021-02-01 | gnu: meson: Update to 0.56.2....* gnu/packages/build-tools.scm (meson): Update to 0.56.2.
acc# modified: gnu/packages/build-tools.scm
| Maxim Cournoyer |
2021-01-13 | Merge branch 'staging' into 'core-updates'....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
| Maxim Cournoyer |
2020-12-20 | gnu: bear: Update to 3.0.4....* gnu/local.mk (bear-disable-preinstall-tests.patch): Add patch.
* gnu/packages/build-tools.scm (bear): Reference patch, and update.
| Brett Gilio |
2020-11-29 | Merge remote-tracking branch 'origin/master' into core-updates | Christopher Baines |
2020-11-16 | gnu: bam: Cross-compile....* gnu/packages/build-tools.scm (bam)[arguments]: Use cc-for-target in
make-flags.
| Efraim Flashner |
2020-11-16 | gnu: premake4: Cross compile....* gnu/packages/build-tools.scm (premake4)[arguments]: Use cc-for-target
in make-flags.
| Efraim Flashner |
2020-10-19 | Merge 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 |