Commit graph

124667 commits

Author SHA1 Message Date
Ahmad Draidi
c3e001f368
gnu: arcan: Restyle format.
* gnu/packages/arcan.scm (arcan): Run 'guix style' over the package and
manually break some long lines.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:46 -04:00
Ahmad Draidi
076660f2ef
gnu: arcan: Use new style arguments.
* gnu/packages/arcan.scm (arcan)[arguments]: Use new style arguments.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:46 -04:00
Ahmad Draidi
2b6b951f55
gnu: arcan: Fix paths handling.
This patch removes the wrapper and the propagated environment variables
(through 'native-search-paths') and instead patches the paths inside the
source code. This fixes path handling, which seems to be broken now. It
also allows us to use 'setuid', which is required for some features, and
lets the app use its internal path handling criteria, which some dependent
apps expect.

* gnu/packages/arcan.scm (arcan): Fix paths handling.
[arguments]: Add 'patch-paths' phase. Remove 'wrap-program' phase.
[native-search-paths]: Remove.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:46 -04:00
Ahmad Draidi
8bcf567c71
gnu: arcan: Build all features.
* gnu/packages/arcan.scm (arcan): Build all features.
[arguments]: Use #:configure-flags "-DBUILD_PRESET=everything" to build all
features, and "-DDISTR_TAG='Guix'" to tag the builds.
[synopsis]: Remove '(egl-dri)' since it indicates a specific feature.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:46 -04:00
Ahmad Draidi
cb037ca494
gnu: arcan: Update to 0.6.2.1.
* gnu/packages/arcan.scm (arcan): Update to 0.6.2.1.
[use-modules]: Remove no longer used package imports and add ones for
new dependencies. Add '(guix gexp)' for snippet.
[source]: Use version instead of commit, and add snippet to remove some
bundled packages.
[arguments]: Remove 'fix-cmake-paths' phase since it's no longer needed.
[inputs]: Remove apr, glib, glu, lzip, pcre.  Add bash-minimal, espeak,
gumbo-parser, jbig2dec, libjpeg-turbo, libseccomp, libvnc, mupdf, openjpeg,
sdl2, wayland, wayland-protocols, xcb-util, xcb-util-wm, zlib. Replace
ffmpeg-4 with ffmpeg. Change luajit label to fix lint. Update vendored
openal to 0.6.2. Sort inputs by name.
[description]: Change description to closely match upstream for accuracy.
[license]: Add new and missing licenses.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:46 -04:00
Maxim Cournoyer
1f014b9f0b
gnu: xarcan: Fix indentation.
* gnu/packages/arcan.scm (xarcan): Fix indentation.
2023-09-05 19:50:45 -04:00
Ahmad Draidi
f592042a45
gnu: xarcan: Update to 0.6.1.
* gnu/packages/arcan.scm (xarcan): Update to 0.6.1.
[use-modules]: Remove no longer used '(guix build-system gnu)' and add
'(guix build-system meson)'. Add '(gnu packages fonts)',
'(gnu packages onc-rpc)' for new dependencies and '(guix gexp)' for arguments.
[source]: Use version instead of commit, and update hash.
[build-system]: Switch to 'meson-build-system' since this is what's
used upstream now.
[arguments]: Use new configuration flags for the new build system. Switch to
new arguments style.
[inputs]: Add font-dejavu, libtirpc, libxshmfence, xcb-util, xcb-util-wm.
Replace libressl with openssl. Sort inputs by name.
[license]: Add 3-Clause BSD license.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:45 -04:00
dan
f38be97383
gnu: efivar: Fix cross-compilation.
[version]: Temporarily change the version to a git-version.
[source]: Fetch source from git, use newer commit to fix cross-build.
[arguments]<#:make-flags>: Set HOSTCC to gcc.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:45 -04:00
antlers
e2c9d8f94e
gnu: kdenlive: Add missing kirigami input.
* gnu/packages/kde.scm (kdenlive): Add input kirigami.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:45 -04:00
Artyom V. Poptsov
16c0578894
gnu: Add book-sparc.
* gnu/packages/books.scm: New module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add 'books.scm'.

Co-authored-by: Adam Faiz <adam.faiz@disroot.org>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:45 -04:00
Vinicius Monego
a1a952a38c
gnu: Add libmodbus.
* gnu/packages/engineering.scm (libmodbus): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:44 -04:00
Vagrant Cascadian
cd3a539455
gnu: lcrq: Update to 0.1.2.
gnu: lcrq: Update to 0.1.2.

* gnu/packages/networking.scm (lcrq): Update to 0.1.2.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:44 -04:00
Philip McGrath
766342dc35
gnu: Add font-junicode.
* gnu/packages/fonts.scm (font-junicode): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:44 -04:00
宋文武
2ae57c98a9
gnu: simh: Use G-Expressions.
* gnu/packages/simh.scm (simh)[arguments]: Convert to list of G-Expressions.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:44 -04:00
宋文武
35c254e5fd
gnu: simh: Update to 3.12-4.
* gnu/packages/simh.scm (simh): Update to 3.12-4.
[source]: Switch to url-fetch.
[native-inputs]: Add unzip.
[arguments]: Adjust make-flags.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:44 -04:00
宋文武
93eba03191
gnu: thunar: Update to 4.18.7.
* gnu/packages/xfce.scm (thunar): Update to 4.18.7.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:44 -04:00
宋文武
1a46517536
gnu: kaidan: Update to 0.9.0.
* gnu/packages/messaging.scm (kaidan): Update to 0.9.0.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:43 -04:00
宋文武
c535374ef4
gnu: kaidan: Add missing input.
Fixes <https://issues.guix.gnu.org/65684>.

* gnu/packages/messaging.scm (kaidan)[inputs]: Add sonnet.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:43 -04:00
Maxim Cournoyer
015e288d2d
gnu: sideload: Update to 6.2.1.
* gnu/packages/pantheon.scm (sideload): Update to 6.2.1.
2023-09-05 19:50:43 -04:00
altadil
88abdb43d6
gnu: pantheon-calculator: Update to 2.0.2.
* gnu/packages/pantheon (pantheon-calculator): Update to 2.0.2.
[inputs]: Replace gtk+ with gtk.
[native-inputs]: Remove labels.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:43 -04:00
altadil
cc3fbfbb21
gnu: granite: Upgrade to 7.3.0.
* gnu/packages/pantheon.scm (granite): Upgrade to 7.3.0.
[inputs]: Remove gtk+.  Add sassc.  Move glib and libgee to...
[propagated-inputs]: ... here.  Add gtk.
[native-inputs]: Add glib:bin.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:43 -04:00
宋文武
3d351a631b
gnu: ibus: Add search-path for 'GUIX_GTK3_IM_MODULE_FILE'.
* gnu/packages/ibus.scm (ibus)[native-search-paths]: Add 'GUIX_GTK3_IM_MODULE_FILE'.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:43 -04:00
宋文武
9809f27657
gnu: ibus: Disable registry cache.
Fixes <https://issues.guix.gnu.org/22707>.

* gnu/packages/ibus.scm (ibus)[arguments]: Add 'disable-registry-cache' phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:42 -04:00
Maxim Cournoyer
67c705f481
gnu: emacs-magit: Update to 3.3.0-5.186414a.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0-5.186414a.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Andrew Tropin <andrew@trop.in>
2023-09-05 19:50:42 -04:00
Maxim Cournoyer
8ad5aac483
gnu: emacs-transient: Update to 0.4.3-0.cc0fa80.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.4.3-0.cc0fa80.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Andrew Tropin <andrew@trop.in>
2023-09-05 19:50:42 -04:00
Arun Isaac
e0397faf6f
doc: Document mumi command-line interface.
* doc/contributing.texi (Debbugs User Interfaces)[Command-line interface]: New
subsubsection.  Update menus.
* doc/guix.texi: Bump copyright year.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:42 -04:00
chris
95558f555a
gnu: Add fonts-tlwg.
* gnu/packages/fonts.scm (fonts-tlwg): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:42 -04:00
gemmaro
418edcd6d8
gnu: highlight: Update to 4.8.
* gnu/packages/pretty-print.scm (highlight): Update to 4.8.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:42 -04:00
宋文武
20013ff603
gnu: dosbox-staging: Update to 0.80.1.
* gnu/packages/emulators.scm (dosbox-staging): Update to 0.80.1.
[inputs]: Add libslirp an sdl2-image.  Don't use sdl-union.
[arguments]: Adjust configure-flags and 'fix-includes' phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:41 -04:00
Bruno Victal
3fd15479af
gnu: mympd: Update to 11.0.5.
* gnu/packages/mpd.scm (mympd): Update to 11.0.5.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:41 -04:00
Bruno Victal
d9415deb1e
gnu: mpd: Remove unused imports.
Note:
cmake is a leftover from 709fd0e5e0.

* gnu/packages/mpd.scm: Remove unused imports.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:41 -04:00
Nicolas Graves
c83c0a0093
gnu: ungoogled-chromium-wayland: Use gexp.
* gnu/packages/chromium.scm (ungoogled-chromium-wayland): Use gexp.
[arguments](builder): Use gexp.
[inputs]: Rewrite inputs.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 19:50:41 -04:00
Nicolas Goaziou
6548efcd73
gnu: texlive-tikzinclude: Fix typo.
* gnu/packages/tex.scm (texlive-tikzinclude)[synopsis]: Fix typo.
2023-09-05 23:10:45 +02:00
Nicolas Goaziou
91f1be9ddf
gnu: texlive-xfor: Fix typo.
* gnu/packages/tex.scm (texlive-xfor)[description]: Use Texinfo markup for
"break" statement.
2023-09-05 23:10:45 +02:00
Nicolas Goaziou
eb9b0046f5
gnu: texlive-ps2eps: Fix Ghostscript executable name.
* gnu/packages/tex.scm (texlive-ps2eps)[arguments]<#:phases>: Use "gs" instead
of "gswin32c".
2023-09-05 23:10:44 +02:00
Leo Famulari
bd7bb47944
gnu: linux-libre 4.14: Update to 4.14.325.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.325.
(linux-libre-4.14-pristine-source): Update hash.
2023-07-23 22:26:01 -04:00
Leo Famulari
966a4bdf6e
gnu: linux-libre 4.19: Update to 4.19.294.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.294.
(linux-libre-4.19-pristine-source): Update hash.
2023-07-23 22:26:01 -04:00
Leo Famulari
d613068214
gnu: linux-libre 5.4: Update to 5.4.256.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.256.
(linux-libre-5.4-pristine-source): Update hash.
2023-07-23 22:26:01 -04:00
Leo Famulari
a92252f785
gnu: linux-libre 5.10: Update to 5.10.194.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.194.
(linux-libre-5.10-pristine-source): Update hash.
2023-07-23 22:26:01 -04:00
Leo Famulari
585a69aee0
gnu: linux-libre 5.15: Update to 5.15.130.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.130.
(linux-libre-5.15-pristine-source): Update hash.
2023-07-23 22:26:01 -04:00
Leo Famulari
c3365d15b4
gnu: linux-libre 6.1: Update to 6.1.51.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.51.
(linux-libre-6.1-pristine-source): Update hash.
2023-07-23 22:26:00 -04:00
Leo Famulari
cbb83433ec
gnu: linux-libre: Update to 6.4.14.
* gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.14.
(linux-libre-6.4-pristine-source): Update hash.
2023-07-23 22:26:00 -04:00
Leo Famulari
8b8607a945
gnu: rxvt-unicode: Fix the cursor position when opening new windows in 9.31.
Fixes <https://issues.guix.gnu.org/64719>.

* gnu/packages/patches/rxvt-unicode-fix-cursor-position.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (rxvt-unicode)[source]: Use it.
2023-07-23 22:26:00 -04:00
Nicolas Graves
8d19ff2305
gnu: emacs-org-dailies: Update to 0-0.64477d.
* gnu/packages/emacs-xyz.scm (emacs-org-dailies): Update to 0-0.64477d.
(description): Fix typo.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-05 19:00:37 +04:00
Sergiu Ivanov
d010fc6597
gnu: Add emacs-latex-extra.
* gnu/packages/emacs-xyz.scm (emacs-latex-extra): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-09-05 14:44:51 +02:00
Nicolas Graves
e7b6cd86ef
gnu: Add emacs-org-dailies.
* gnu/packages/emacs-xyz.scm (emacs-org-dailies): New variable.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-05 13:46:45 +04:00
Nicolas Graves
f2f475603c
gnu: emacs-consult-org-roam: Update to 0.1-1-2ca42a1.
* gnu/packages/emacs-xyz.scm (emacs-consult-org-roam): Update to 0.1-1-2ca42a1.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-05 13:46:39 +04:00
Sharlatan Hellseher
bf231a591c
gnu: Add nsq.
* gnu/packages/high-availability.scm (nsq): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-04 22:46:07 -04:00
Sharlatan Hellseher
adb9e04d7b
gnu: Add go-github-com-nsqio-go-nsq.
* gnu/packages/golang.scm (go-github-com-nsqio-go-nsq): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-04 22:46:07 -04:00
Sharlatan Hellseher
c2ab13db24
gnu: Add go-github-com-nsqio-go-diskqueue.
* gnu/packages/golang.scm (go-github-com-nsqio-go-diskqueue): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-04 22:46:07 -04:00