Commit graph

119341 commits

Author SHA1 Message Date
Jesse Gibbons
6a2b5c66bf
gnu: renpy: Fix image reference paths.
The current approach to fixing paths is flawed in that it affects too many
of them.  See <https://issues.guix.gnu.org/issue/64925#4> for a detailed
report of the current defect.

gnu/packages/game-development.scm: (renpy)[drop-game-from-paths]: Only drop
game from paths that also have “gui7”.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-30 07:51:44 +02:00
Ahmad Draidi
03fd290423
gnu: Rename git-modes to emacs-git-modes.
* gnu/packages/emacs-xyz.scm (git-modes): Deprecate and rename to...
(emacs-git-modes): ... this.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-30 07:51:44 +02:00
Ahmad Draidi
b7132c76c3
gnu: Add emacs-dired-preview.
* gnu/packages/emacs-xyz.scm (emacs-dired-preview): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-30 07:51:44 +02:00
Ahmad Draidi
7c89bdec9a
gnu: Add emacs-chocolate-theme.
* gnu/packages/emacs-xyz.scm (emacs-chocolate-theme): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-30 07:51:44 +02:00
Ahmad Draidi
69427bd3c1
gnu: emacs-base16-theme: Update to 3.1.
* gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 3.1.
[url, home-page]: Use new upstream URL.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-30 07:51:43 +02:00
Ahmad Draidi
06166d370a
gnu: Add emacs-rebecca-theme.
* gnu/packages/emacs-xyz.scm (emacs-rebecca-theme): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-30 07:51:43 +02:00
Ahmad Draidi
34a34d64b5
gnu: emacs-idle-highlight: Restyle format.
* gnu/packages/emacs-xyz.scm (emacs-idle-highlight): Restyle format.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-30 07:45:43 +02:00
Ahmad Draidi
ce6a84a55e
gnu: emacs-idle-highlight: Update to 1.1.4-0.f9091c9.
* gnu/packages/emacs-xyz.scm (emacs-idle-highlight): Update to
1.1.4-0.f9091c9.
[version, source]: Switch to commit.
[url, home-page]: Use new maintainer's URL.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-30 07:45:43 +02:00
Liliana Marie Prikler
e3796567ec
gnu: ungoogled-chromium: Build with h264.
* gnu/packages/chromium.scm (ungoogled-chromium)[configure-flags]: Change
“rtc_use_h264=false” to “rtc_use_h264=true”.
2023-07-30 07:45:43 +02:00
宋文武
9e245b50f8
gnu: ibus-anthy: Fix runtime errors.
This fixes <https://issues.guix.gnu.org/64941>.

* gnu/packages/ibus.scm (ibus-anthy)
[build-system]: Switch to glib-or-gtk-build-system, for GSettings schema.
[arguments]: Add a pre-configure phase to regenerate '_config.py'.  Pass
"--with-anthy-zipcode" to configure-flags.
2023-07-30 13:42:38 +08:00
John Kehayias
d1804ebfc9
gnu: mutter: Fix build.
With newer versions of Mesa, a test in ensure_bits_initialized fails.  Fixed
upstream in newer versions of mutter.  See
<https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3047>.

* gnu/packages/gnome.scm (mutter)[source]: Add patch.
* gnu/packages/patches/mutter-fix-inverted-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2023-07-30 01:05:41 -04:00
John Kehayias
4f0ce65b74
gnu: mesa: Update to 23.1.4.
* gnu/packages/gl.scm (mesa): Update to 23.1.4.
2023-07-29 21:18:19 -04:00
Hilton Chain
d08fd612d0
gnu: wayland-protocols: Update to 1.32.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.32.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2023-07-29 21:18:17 -04:00
Hilton Chain
ccb5e18726
gnu: libva: Update to 2.19.0.
* gnu/packages/video.scm (libva): Update to 2.19.0.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2023-07-29 21:18:16 -04:00
Sigve Sudland
090c254fe7
gnu: mesa: Enable zstd compression for shader cache.
* gnu/packages/gl.scm (mesa)[inputs]: Add zstd:lib.
[arguments]: Add '-Dzstd=enabled' to configure-flags.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-07-29 21:18:14 -04:00
John Kehayias
9d4cd681da
gnu: mesa: Ungraft.
* gnu/packages/gl.scm (mesa)[configure-flags]: Add intel_hasvk and swrast to
vulkan-drivers.
[replacement]: Remove.
(mesa-vulkan-hasvk): Remove variable.
2023-07-29 21:18:12 -04:00
Guillaume Le Vaillant
c7cf2efb7a
gnu: mesa: Fix VDPAU drivers path.
The VDPAU_DRIVER_PATH environment variable must contain only one directory.

* gnu/packages/gl.scm (mesa)[native-search-paths]: Fix specification for
  VDPAU_DRIVER_PATH.

Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2023-07-29 21:18:09 -04:00
Tobias Geerinckx-Rice
6b903e2104
gnu: fuse@2, fuse@3: Reverse inheritance.
* gnu/packages/linux.scm (fuse-2)[inherit]: From fuse.
[inputs, supported-systems, home-page, synopsis, description, license]:
…move these fields from here…
(fuse)
[inputs, supported-systems, home-page, synopsis, description, license]:
…to here, respectively.
[inherit]: Remove field.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
ee769c4638
gnu: unionfs-fuse-static: Run tests.
* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]: Use
SUBSTITUTE-KEYWORD-ARGUMENTS, inheriting and extending
unionfs-fuse's #:configure-flags and #:phases, and inheriting
its #:tests? #t.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
76aa16ab61
gnu: unionfs-fuse-static: Update package style.
* gnu/packages/linux.scm (unionfs-fuse/static)[source]:
Rewrite snippet as a G-expression.
[arguments]: Likewise.  Don't explicitly return #t from phases.
[inputs]: Remove input labels.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
2c66435a40
gnu: unionfs-fuse: Use G-expressions.
* gnu/packages/linux.scm (unionfs-fuse)[arguments]:
Rewrite as G-expressions.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
351d59fb0f
gnu: unionfs-fuse: Update to 3.3.
* gnu/packages/linux.scm (unionfs-fuse): Update to 3.3.
[arguments]: Purport to run the test suite.
[native-inputs]: Add pkg-config and python-pytest.
[inputs]: Upgrade fuse-2 to fuse (3).
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
0174d058f2
gnu: lxcfs: Update to 5.0.4.
* gnu/packages/virtualization.scm (lxcfs): Update to 5.0.4.
[build-system]: Switch to Meson.
[arguments]: Remove old value.  Install System V init scripts.
[native-inputs]: Remove autoconf, automake, and libtool.
Add help2man, python, and python-jinja2.
[inputs]: Upgrade fuse-2 to fuse (3).
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
6bf4939ebf
gnu: lxcfs: Use G-expressions.
* gnu/packages/virtualization.scm (lxcfs)[arguments]:
Rewrite as G-expressions.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
856f91d9b3
gnu: lxcfs: Fix build.
* gnu/packages/virtualization.scm (lxcfs)[arguments]:
Replace the default 'bootstrap phase.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
4cc5b2a44e
gnu: rewritefs: Use G-expressions.
* gnu/packages/file-systems.scm (rewritefs)[arguments]:
Rewrite as G-expressions.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
c52dfda32a
gnu: rewritefs: Update to 0.0.0-1.3a56de8.
* gnu/packages/file-systems.scm (rewritefs): Update to 0.0.0-1.3a56de8.
[inputs]: Upgrade fuse-2 to fuse (3).
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
924b6646f0
gnu: jmtpfs: Mark up description.
* gnu/packages/linux.scm (jmtpfs)[description]: Use @acronym{}.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
429296e7cc
gnu: python-llfuse: Update to 1.4.4.
* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.4.4.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
1ea3947fa0
gnu: font-sarasa-gothic: Update to 0.41.4.
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.4.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
e01d567b98
gnu: knot: Update to 3.2.9.
* gnu/packages/dns.scm (knot): Update to 3.2.9.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
6d3f3aad1a
gnu: parted: Update to 3.6.
* gnu/packages/disk.scm (parted): Update to 3.6.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
65b89a9a52
gnu: diffoscope: Update to 246.
* gnu/packages/diffoscope.scm (diffoscope): Update to 246.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
0a6080cf18
gnu: python-psycopg2: Update to 2.9.6.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.6.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
1895472192
gnu: postgresql@11: Update to 11.20.
* gnu/packages/databases.scm (postgresql-11): Update to 11.20.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
b861e2ab83
gnu: postgresql@13: Update to 13.11.
* gnu/packages/databases.scm (postgresql-13): Update to 13.11.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
e2f1666d0b
gnu: postgresql: Update to 15.3.
* gnu/packages/databases.scm (postgresql): Update to 15.3.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
ef37cff046
gnu: apfs-fuse: Update to 0.0.0-2.66b86bd.
* gnu/packages/file-systems.scm (apfs-fuse): Update to 0.0.0-2.66b86bd.
[arguments]: Remove anti-fuse@3 configure flag.  Don't install a static
library.  Don't explicitly return #t from phases.
[inputs]: Upgrade fuse-2 to fuse (3).
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
789f7e9a3d
gnu: fuse@3: Bind to default FUSE variable.
* gnu/packages/linux.scm (fuse): Rename this…
(fuse-2): …to this, and…
(fuse-3): …rename this…
(fuse): …to this!
(fuse-static): Rename this…
(fuse-2-static): …to this.
Adjust all users.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
a879385de1
gnu: btrfs-progs: Update to 6.3.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.3.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
3f2acdbd31
gnu: bindfs: Update to 1.17.4.
* gnu/packages/file-systems.scm (bindfs): Update to 1.17.4.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
bc537f4290
gnu: bmake: Update to 20230723.
* gnu/packages/build-tools.scm (bmake): Update to 20230723.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
2593fccc38
gnu: fasm: Update to 1.73.31.
* gnu/packages/assembly.scm (fasm): Update to 1.73.31.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
2938a2013f
gnu: perl-db-file: Use G-expressions.
* gnu/packages/databases.scm (perl-db-file)[arguments]:
Rewrite as G-expressions, using THIS-PACKAGE-INPUT.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
c556332b74
gnu: perl-db-file: Update to 1.858.
* gnu/packages/databases.scm (perl-db-file): Update to 1.858.
[arguments]: Don't explicitly return #t from phases.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
8244aea182
gnu: curlftpfs: Add patches to fix bugs.
* gnu/packages/file-systems.scm (curlftpfs)[source]: Add patches.
* gnu/packages/patches/curlftpfs-fix-error-closing-file.patch,
gnu/packages/patches/curlftpfs-fix-file-names.patch,
gnu/packages/patches/curlftpfs-fix-memory-leak.patch,
gnu/packages/patches/curlftpfs-fix-no_verify_hostname.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
affea88cf5
gnu: bcachefs-tools: Remove obsolete phase & inputs.
* gnu/packages/file-systems.scm (bcachefs-tools)[inputs]:
Remove coreutils-minimal, gawk, and util-linux, needed for an old
version of the mount.bcachefs wrapper that is no longer present.
[arguments]: Remove custom #:phases.  The build system no longer
explicitly builds & installs a shared library.
2023-07-23 02:00:00 +02:00
Tobias Geerinckx-Rice
edf50dec80
gnu: bcachefs-tools: Fix shell script wrappers.
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]:
Add a new 'patch-shell-wrappers phase.
2023-07-23 02:00:00 +02:00
Vinicius Monego
ecdcafc007
gnu: python-msgspec: Regenerate autogenerated file.
* gnu/packages/serialization.scm (python-msgspec)[source]: Add a snippet to
delete autogenerated "msgspec/atof_consts.h".
[arguments]: Add new phase to regenerate that file.
2023-07-29 14:32:57 -03:00
Vinicius Monego
6b28b9a020
gnu: Add python-deepxde.
* gnu/packages/machine-learning.scm (python-deepxde): New variable.
2023-07-29 14:25:10 -03:00