Commit graph

116794 commits

Author SHA1 Message Date
Sharlatan Hellseher 818405bb42
gnu: weightwatcher: Fetch sources from Git.
They were removed from the home page.

* gnu/packages/astronomy.scm (weightwatcher)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:00 +02:00
Sharlatan Hellseher a6f9df4c41
gnu: weightwatcher: Fix build.
* gnu/packages/astronomy.scm (weightwatcher)[arguments]:
Add #:configure-flags to build with GCC 10.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:00 +02:00
Efraim Flashner 0a645ac606
gnu: clipman: Use a source file-name.
* gnu/packages/xdisorg.scm (clipman)[source]: Use a source file-name.
2023-07-08 23:26:17 +03:00
Efraim Flashner f5a8808616
gnu: emacs-pasp-mode: Use a source file-name.
* gnu/packages/potassco.scm (emacs-pasp-mode)[source]: Use a source
file-name.
2023-07-08 23:25:03 +03:00
Efraim Flashner c7233b2247
gnu: pantheon-wallpapers: Use a source file-name.
* gnu/packages/pantheon.scm (pantheon-wallpapers)[source]: Use a source
file-name.
2023-07-08 23:24:10 +03:00
Efraim Flashner 72191f371b
gnu: emacs-auto-compile: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-auto-compile)[source]: Use a source
file-name.
2023-07-08 23:23:25 +03:00
Efraim Flashner df4eee2594
gnu: emacs-bookmark-plus: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-bookmark-plus)[source]: Use a source
file-name.
2023-07-08 23:22:47 +03:00
Efraim Flashner 8bf6170710
gnu: emacs-xonsh-mode: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-xonsh-mode)[source]: Use a source
file-name.
2023-07-08 23:21:18 +03:00
Efraim Flashner ca2962d830
gnu: emacs-org-board: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-org-board)[source]: Use a source
file-name.
2023-07-08 23:20:29 +03:00
Efraim Flashner a4d8df2b7b
gnu: emacs-prism: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-prism)[source]: Use a source
file-name.
2023-07-08 23:19:44 +03:00
Efraim Flashner 718dffdf6e
gnu: libsecp256p1: Use a source file-name.
* gnu/packages/crypto.scm (libsecp256p1)[source]: Use a source
file-name.
2023-07-08 23:18:41 +03:00
Efraim Flashner 5b35ef308c
gnu: libxapp: Use a source file-name.
* gnu/packages/cinnamon.scm (libxapp)[source]: Use a source file-name.
2023-07-08 23:17:46 +03:00
Tobias Geerinckx-Rice 820e32b556
services: cgit: Remove ‘cgit-repo’ left-overs.
This follows up on commit 16d77b31c5.

* gnu/services/cgit.scm (cgit-configuration): Use extant
repository-cgit-configuration variable name.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice f2f40cdae5
gnu: gmime: Use G-expressions.
* gnu/packages/mail.scm (gmime)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice ba20f088b9
gnu: gmime: Download sources from the git repository.
* gnu/packages/mail.scm (gmime)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Add "--enable-gtk-doc=yes" to #:configure-flags.
Don't explicitly return #t from phases.
[native-inputs]: Add autoconf, automake, gtk-doc, libtool, and which.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice 1b8f9cea9b
gnu: gmime: Remove obsolete configure flag.
* gnu/packages/mail.scm (gmime)[arguments]: Remove "--vapigen=yes"
from #:configure-flags.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice f5b8f9541f
gnu: fetchmail: Use G-expressions.
* gnu/packages/mail.scm (fetchmail)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice 53e759fbde
gnu: fetchmail: Update to 6.4.37.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.37.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice d235e4daea
gnu: nullmailer: Use G-expressions.
* gnu/packages/mail.scm (nullmailer)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice 0c9f663cd2
gnu: nullmailer: Remove obsolete trailing #t.
* gnu/packages/mail.scm (nullmailer)[arguments]:
Don't explicitly return #t from phases.
2023-07-02 02:00:04 +02:00
Tobias Geerinckx-Rice 16d77b31c5
doc: Fix some cgit-configuration typos(?).
* doc/guix.texi (Version Control Services): Fix lost ‘cgit-repo’s.
2023-07-02 02:00:04 +02:00
Maxim Cournoyer 697e7d6324
gnu: python-pyzmq: Enable the draft test.
* gnu/packages/python-xyz.scm (python-pyzmq) [arguments]: Delete the
disable-problematic-tests phase and add a configure phase.
2023-07-08 01:18:08 -04:00
Eidvilas Markevičius c0833f3b0c
gnu: Add gnome-shell-extension-vitals.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vitals): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-08 00:44:07 -04:00
Maxim Cournoyer 77b5b1db83
gnu: make-crust-package: Remove debugging left-overs.
* gnu/packages/firmware.scm (make-crust-package)
[arguments]: Remove pk call and commented error call.
2023-07-08 00:25:47 -04:00
Tobias Geerinckx-Rice 3db685cb2e
gnu: crda: Mark up acronyms in description.
* gnu/packages/linux.scm (crda)[synopsis, description]: Use @acronym{}.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 59da3b6892
gnu: crda: Use G-expressions.
* gnu/packages/linux.scm (crda)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 7629377556
gnu: crda: Update to 4.15.
* gnu/packages/linux.scm (crda): Update to 4.15.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Don't explicitly return #t from phases.
Slightly rename 'set-regulator-db-file-name phase.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice c128ce94d9
gnu: smartmontools: Update to 7.3.
* gnu/packages/admin.scm (smartmontools): Update to 7.3.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 8b86c92d6a
gnu: lynx: Mark up acronyms in description.
* gnu/packages/web-browsers.scm (lynx)[description]: Use @acronym{}.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 8a24420f1d
gnu: lynx: Use G-expressions.
* gnu/packages/web-browsers.scm (lynx)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice 8c841634d0
gnu: lynx: Update to 2.9.0dev.12.
* gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.12.
[arguments]: Don't explicitly return #t from phases.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice ec96833aab
gnu: dpkg: Use G-expressions.
* gnu/packages/debian.scm (dpkg)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice 1122217f27
gnu: dpkg: Use the (intended) input perl's version.
* gnu/packages/debian.scm (dpkg)[arguments]: Replace reference to the
host-side perl variable with one to the build-side "perl" input.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice afd09faaf9
gnu: dpkg: Update to 1.21.22.
* gnu/packages/debian.scm (dpkg): Update to 1.21.22.
2023-07-02 02:00:09 +02:00
Tobias Geerinckx-Rice f50c82ff2f
gnu: wcslib: Download source over HTTPS.
* gnu/packages/astronomy.scm (wcslib)[source]: Use HTTPS.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 25a604a274
gnu: wcslib: Update to 8.1.
* gnu/packages/astronomy.scm (wcslib): Update to 8.1.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 4c0f0ab984
gnu: wireless-regdb: Mark up acronyms in description.
* gnu/packages/linux.scm (wireless-regdb)[description]: Use @acronym{}.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 0c5141d1c2
gnu: wireless-regdb: Update to 2023.05.03.
* gnu/packages/linux.scm (wireless-regdb): Update to 2023.05.03.
2023-07-02 02:00:08 +02:00
Maxim Cournoyer 14888e5b25
gnu: u-boot-ts7970-q-2g-1000mhz-c: Fix build.
* gnu/packages/bootloaders.scm (u-boot-ts-mx6) [arguments]: Replace
adjust-for-gcc10 phase with adjust-for-current-gcc.
2023-07-07 15:59:28 -04:00
Maxim Cournoyer 55d5771ff0
gnu: u-boot: Remove extraneous space.
* gnu/packages/bootloaders.scm (u-boot) [build-system]: Remove extraneous space.
2023-07-07 15:59:28 -04:00
Vagrant Cascadian 4f32e8d7cc
gnu: Add crust-pinebook and crust-pine64-plus.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add or1k-elf.
gnu/packages/firmware.scm (make-crust-package, crust-pinebook)
(crust-pine64-plus): New variables.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Maxime Devos <maximedevos@telenet.be>
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-07-07 15:59:27 -04:00
Maxim Cournoyer d39544dd9b
gnu: Add nanosvg.
* gnu/packages/graphics.scm (nanosvg): New variable.
2023-07-07 15:59:27 -04:00
Josselin Poiret d5e57f75f1
gnu: b4: Update to 0.12.3.
* gnu/packages/version-control.scm (b4): Update to 0.12.3.
2023-07-07 21:14:11 +02:00
Josselin Poiret 612399df3e
services: libvirt: Add requirement on dbus.
* gnu/services/virtualization.scm (libvirt-shepherd-service): Add requirement
on dbus.
2023-07-07 21:14:10 +02:00
Sergey Trofimov 209204e23b
image: Prefer gpt partition table for efi images
* gnu/system/image.scm (efi-disk-image): Use gpt partition-table-type.
(efi32-disk-image): Use gpt partition-table-type.
(qcow2-image-type): Use mbr partition-table-type explicitly.
* gnu/tests/image.scm: Assert partition table type of efi-disk-image.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-07-07 21:14:10 +02:00
Josselin Poiret 4722496292
gnu: gnome: Remove gnome-boxes from default GNOME apps.
* gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs,
since it is no longer a Core App in 42.
2023-07-07 21:14:09 +02:00
Arvid Krein 5b6e9b2463
doc: Fix typo in screen-locker-service swaylock example.
* doc/guix.texi (X Window): Reference swaylock instead of xlockmore.

Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-07-07 18:46:20 +02:00
Tobias Geerinckx-Rice 3e99157247
gnu: privoxy: Update to 3.0.34.
* gnu/packages/tor.scm (privoxy): Update to 3.0.34.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 55476119dd
gnu: git: Update to 2.41.0.
* gnu/packages/version-control.scm (git): Update to 2.41.0.
[source]: Remove upstreamed patch.
* gnu/packages/patches/git-header-cmd.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 07892d8b20
gnu: memtest86+: Update to 6.20.
* gnu/packages/hardware.scm (memtest86+): Update to 6.20.
2023-07-02 02:00:07 +02:00