aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: ddrescue: Update to 1.28.Vinicius Monego2024-03-30
| | | | | | * gnu/packages/disk.scm (ddrescue): Update to 1.28. Change-Id: I6211c020890df293312d7c5cf213c12467fc9d00
* gnu: python-immutabledict: Enable tests.Vinicius Monego2024-03-30
| | | | | | * gnu/packages/python-xyz.scm (python-immutabledict): Enable tests. Change-Id: I5ebd0fac21a5aa26785a2ced115b736ee5e7952c
* gnu: python-immutabledict: Update to 4.2.0.Vinicius Monego2024-03-30
| | | | | | | | * gnu/packages/python-xyz.scm (python-immutabledict): Update to 4.2.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-poetry-core. Change-Id: Ifc3499f6e01efefdcb58aadcae87bbb5a0295d46
* gnu: librecad: Update to 2.2.0.2.Vinicius Monego2024-03-30
| | | | | | | | | | * gnu/packages/engineering.scm (librecad): Update to 2.2.0.2. [arguments]<#:phases>: Delete the patch-boost-error, add-missing-headers and patch-paths phases. Remove trailing #t. * gnu/packages/patches/librecad-support-for-boost-1.76.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I23cc1a80b2e9e73bdef40575c4104480cc830d8c
* gnu: gplates: Update to 2.4.Vinicius Monego2024-03-30
| | | | | | | | | * gnu/packages/geo.scm (gplates): Update to 2.4. [source]: Use git-fetch and fetch from GitHub. [arguments]: Remove #:configure-flags. [native-inputs]: Remove unzip. Change-Id: Idf7c7ffb902f98361a897ce122c076a1a2f7fdf2
* gnu: ublock-origin: Update to 1.57.0.Clément Lassieur2024-03-30
| | | | | | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.57.0. (ublock-main-assets): Update to 13715d6deb2ab7e384ac79368fd53c9fd8a7ef64. (ublock-prod-assets): Update to 3da96ce3dd494202656cbc95e1de8baabc0ab7b2. Change-Id: Id821ec01d3fde27feadf2a95173e6a26b669aacc
* gnu: xarcan: Update to 0.6.3.Ahmad Draidi2024-03-30
| | | | | | | * gnu/packages/arcan.scm (xarcan): Update to 0.6.3. Change-Id: I2480ec0b91e4248b1bc6b6d86f8ed7266a3b95ea Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: arcan: Update to 0.6.3.Ahmad Draidi2024-03-30
| | | | | | | * gnu/packages/arcan.scm (arcan): Update to 0.6.3. Change-Id: I9b1337e578cdc7d290517ace3b0edb6a3fe6e926 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* Merge branch 'emacs-team'Liliana Marie Prikler2024-03-30
|\
| * gnu: emacs-no-x: Skip integrity test on armhf-linux.Liliana Marie Prikler2024-03-28
| | | | | | | | | | * gnu/packages/emacs.scm (emacs-no-x)[#:phases]<validate-runpath>: Move checks to GExpression expansion. Add check against armhf-linux.
| * Merge branch 'master' into emacs-teamLiliana Marie Prikler2024-03-27
| |\
| * | gnu: emacs-org: Update to 9.6.24.Liliana Marie Prikler2024-03-26
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.24.
| * | gnu: emacs: Update to 29.3.Liliana Marie Prikler2024-03-26
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-minimal): Update to 29.3.
| * | gnu: emacs: Only verify integrity of bound symbols.Liliana Marie Prikler2024-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some variants, like emacs-no-x, come with a reduced set of preloaded symbols, so don't expect them to always be native. * gnu/packages/aux-files/emacs/comp-integrity.el (expect-native-if-bound): New function. (x-setup-function-keys, dynamic-setting-handle-config-changed-event) (fontset-plain-name, fringe-mode, image-type, regexp-opt, scroll-bar-scale): Use ‘expect-native-if-bound’. (x-handle-no-bitmap-icon): Likewise, was already conditional.
| * | Merge branch 'master' into emacs-teamLiliana Marie Prikler2024-03-09
| |\ \
| * | | aux-files: comp-integrity: Adjust for emacs-pgtk.Liliana Marie Prikler2024-03-04
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/aux-files/emacs/comp-integrity.el (x-dnd-init-frame): Require x-dnd. (x-handle-no-bitmap-icon): Only test this if it's bound.
| * | | gnu: emacs-next-minimal: Update to 30.0.50-2.170c655.Liliana Marie Prikler2024-03-02
| | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-next-minimal): Update to 30.0.50-2.170c655. * gnu/packages/aux-files/emacs/comp-integrity.el: Adjust accordingly.
| * | | Merge branch 'master' into emacs-teamLiliana Marie Prikler2024-03-02
| |\ \ \
| * | | | gnu: emacs-magit: Fix native builds.Liliana Marie Prikler2024-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-magit)[#:phases]: Also wrap ‘build’ in a directory excursion. Change-Id: I332325989a1bbaa95552c2cbf50f336f0075c1c4
| * | | | gnu: emacs-org: Fix native builds.Liliana Marie Prikler2024-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org)[#:phases]: Wrap ‘build’ in a directory excursion to the actual lisp directory. Change-Id: Ifa10f9e91fe21cd4c34da11b68ddb77a03d847ca
| * | | | gnu: emacs: Disable jit compilation.Liliana Marie Prikler2024-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/emacs-disable-jit-compilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/emacs.scm (emacs-minimal)[patches]: Use it here.
| * | | | gnu: emacs: Check integrity of native-compiled files.Liliana Marie Prikler2024-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the previous commit, we've added a patch that potentially messes with how built-in (especially preloaded) Lisp libraries are loaded. Thus, we might want to assert that these files still load fine, as reported when querying the builtin documentation of functions provided by them. * gnu/packages/aux-files/emacs/comp-integrity.el: New file. * gnu/Makefile.am (dist_noinst_DATA): Register it here. * gnu/packages/emacs.scm (emacs-no-x)[#:phases]: Add ‘validate-comp-integrity’.
| * | | | gnu: emacs: Don't hash file names in native compilation.Liliana Marie Prikler2024-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/emacs-native-comp-fix-filenames.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/emacs.scm (emacs-minimal)[source]: Use it here. Change-Id: I2b7f6b45742a985760f0097bb53910f068e3d8e5
| * | | | gnu: emacs: Build trampolines.Liliana Marie Prikler2024-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-no-x)[#:phases]: Add ‘build-trampolines’. Change-Id: I33303bcbaf6cbda15867a5546e793c05d1f0e67b
| * | | | gnu: emacs-minimal: Update to 29.2.Liliana Marie Prikler2024-01-21
| | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-minimal): Update to 29.2.
| * | | | Merge branch 'master' into emacs-teamLiliana Marie Prikler2024-01-21
| |\ \ \ \
| * | | | | gnu: emacs-pdf-tools: Build autoloads before installing them.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-pdf-tools)[#:phases]: Move ‘emacs-make-autoloads’ after ‘enter-lisp-dir’.
| * | | | | gnu: emacs-eweouz: Build autoloads before installing them.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eweouz)[#:phases]: Move ‘emacs-make-autoloads’ after ‘enter-lisp-dir’.
| * | | | | gnu: emacs-libgit: Adjust to changes in emacs-build-system.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-libgit)[#:phases]: Move ‘make-autoloads’ after ‘unpack’. Drop ‘enable-autoloads-compilation’. Move ‘emacs-build’ after ‘install’.
| * | | | | gnu: emacs-geiser-chez: Process autoloads in-tree.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-chez)[#:phases]<patch-autoloads>: Resolve "geiser-chez-autoloads.el" in the current working directory.
| * | | | | gnu: emacs-geiser-racket: Process autoloads in-tree.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-racket)[#:phases]<patch-autoloads>: Resolve "geiser-racket-autoloads.el" in the current working directory.
| * | | | | gnu: emacs-geiser-gauche: Process autoloads in-tree.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-gauche)[#:phases]<patch-autoloads>: Resolve "geiser-gauche-autoloads.el" in the current working directory.
| * | | | | gnu: emacs-geiser-guile: Process autoloads in-tree.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[#:phases]<patch-autoloads>: Resolve "geiser-guile-autoloads.el" in the current working directory.
| * | | | | gnu: uim: Keep Emacs files in subdirectory.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (uim)[arguments]<#:configure-flags>: Drop “--with-lispdir”. <#:phases>: Drop ‘fix-install-path’. Adjust ‘make-autoloads’ accordingly.
| * | | | | gnu: guile-wisp: Build autoloads before installing them.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-wisp)[#:phases]: Move ‘make-autoloads’ after ‘unpack’.
| * | | | | gnu: crm114: Adjust to changes in emacs-build-system.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (crm114)[#:phases]: Move ‘make-autoloads’ after ‘unpack’. Delete ‘enable-autoloads-compilation’. Adjust ordering of other phases accordingly.
| * | | | | gnu: emacs-mew: Adjust to changes in emacs-build-system.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mail.scm (emacs-mew)[arguments]: Only let-bind icon-dir. <#:modules>: Add (guix build emacs-build-system). <#:imported-modules>: Use %emacs-build-system-modules. <#:configure-flags>: Set elispdir with emacs:elpa-directory. <#:phases>: Move ‘generate-autoloads’ after ‘unpack’. Generate the autoloads locally. Also enable compilation.
| * | | | | gnu: translate-shell: Compile emacs bytecode.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dictionaries.scm (translate-shell)[#:phases]: Add ‘emacs-build’.
| * | | | | gnu: translate-shell: Build autoloads before installing them.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dictionaries.scm (translate-shell)[#:phases]: Move ‘emacs-make-autoloads’ before ‘unpack’. Drop ‘emacs-autoload-compilation’.
| * | | | | gnu: skktools: Build autoloads before installing them.Liliana Marie Prikler2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/language.scm (skktools)[#:phases]: Move ‘make-autoloads’ after ‘unpack’.
* | | | | | Merge branch 'gnome-team'Liliana Marie Prikler2024-03-30
|\ \ \ \ \ \
| * | | | | | gnu: ocaml-extlib: Convert to dune-build-system.Vivien Kraus2024-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ocaml.scm (ocaml-extlib) [build-system]: Convert to dune-build-system. [arguments]: Remove '#:phases' and add '#:package'. Change-Id: Ia50c05423f3062200704fbcbb0680f2b326a7ca4 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | | | gnu: todoman: Fix tests.Vivien Kraus2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/task-management.scm (todoman) [#:phases] <check>: Load the `ci' hypothesis profile provided by upstream. Change-Id: I2ea01f8c424a50cd617303f8338f92563e7b0204 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | | | gnu: todoman: Update style.Vivien Kraus2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/task-management.scm (todoman) [arguments]: Convert to list of G-Expressions. Change-Id: I63faadabb27fa2053e3e01c3e285176bc040c634 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | | | gnu: kcalendarcore: Disable failing test.Vivien Kraus2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (kcalendarcore) [#:phases]: Add ‘disable-failing-test’. Change-Id: Ia0a5828b032d1940f30a7d38ebd276e60929c310 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | | | gnu: lightdm: Run tests with dbus-1.15.0.Vivien Kraus2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/display-managers.scm (lightdm)[native-inputs]: Replace dbus with dbus-1.15.0. Change-Id: Icc3b3f7d4589b60220e15aaa02d2203af308d44c Signed-off-by: Christopher Baines <mail@cbaines.net>
| * | | | | | gnu: Add dbus-1.15.0.Vivien Kraus2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The NEWS file for 1.15.2 (the next release after 1.15.0) indicates a breaking change. This is the latest release that the lightdm testsuite can work with. * gnu/packages/glib.scm (dbus-1.15.0): New variable. Change-Id: I9c3553b315e6618fbbf19aade6b807ab7120364b Signed-off-by: Christopher Baines <mail@cbaines.net>
| * | | | | | gnu: lightdm: Update style.Vivien Kraus2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/display-managers.scm (lightdm)[arguments]: Convert to list of G-Expressions. Change-Id: I8d7beb73e636be066d2dbe2588a5ebcb2f5afec0 Signed-off-by: Christopher Baines <mail@cbaines.net>
| * | | | | | gnu: pango-1.90: Disable failing test.Vivien Kraus2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (pango-1.90)[source]: Disable failing test. Change-Id: Ib0f6dcd42c9475c4b543400f43836c2f3f8db16f Signed-off-by: Christopher Baines <mail@cbaines.net>
| * | | | | | gnu: duc: Update style.Vivien Kraus2024-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/disk.scm (duc) [arguments]: Convert to list of G-Expressions. Change-Id: Iefcdcc55b1e71f7e866cb04795ef74f3b675cfce Signed-off-by: Christopher Baines <mail@cbaines.net>