aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: jbr: Update description.Danny Milosavljevic2023-08-13
| | | | | * gnu/packages/chromium.scm (jbr11)[description]: Remove reference to "JCEF". (jbr17)[description]: Remove reference to "JCEF".
* gnu: miniflux: Update to 2.0.46.Hilton Chain2023-08-13
| | | | | | | | | | * gnu/packages/web.scm (miniflux): Update to 2.0.46. [arguments]<#:build-flags>: Set version. <#:phases>: Add 'disable-cgo, 'install-manpage. [inputs]: Replace go-github-com-coreos-go-oidc with go-github-com-coreos-go-oidc-v3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add go-github-com-coreos-go-oidc-v3.Hilton Chain2023-08-13
| | | | | | * gnu/packages/golang.scm (go-github-com-coreos-go-oidc-v3): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add go-github-com-go-jose-go-jose-v3.Hilton Chain2023-08-13
| | | | | | * gnu/packages/golang.scm (go-github-com-go-jose-go-jose-v3): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: picard: Update to 2.9.Hilton Chain2023-08-13
| | | | | | | * gnu/packages/music.scm (picard): Update to 2.9. [arguments]<#:phases>: Add 'delete-failing-test. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: mympd: Enable tests.Bruno Victal2023-08-13
| | | | | | * gnu/packages/mpd.scm (mympd)[arguments]: Enable tests. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: mympd: Update to 11.0.2.Bruno Victal2023-08-13
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 11.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: pipewire: Update to 0.3.77.宋文武2023-08-13
| | | | * gnu/packages/linux.scm (pipewire): Update to 0.3.77.
* gnu: libcamera: Rewrite package argument to G-expression.宋文武2023-08-13
| | | | * gnu/packages/networking.scm (libcamera)[arguments]: Use G-expression.
* gnu: pipewire: Enable libcamera support.宋文武2023-08-13
| | | | | | This fixes <https://issues.guix.gnu.org/64736>. * gnu/packages/linux.scm (pipewire)[inputs]: Add libcamera.
* gnu: libcamera: Split off gst and tools outputs.宋文武2023-08-13
| | | | | | * gnu/packages/networking.scm (libcamera)[outputs]: Add gst and tools. [arguments]: Pass "-Dbindir" to configure-flags. Adjust 'move-doc phase to 'move-doc-and-gst.
* gnu: libcamera: Update to 0.1.0.宋文武2023-08-13
| | | | | | | * gnu/packages/networking.scm (libcamera): Update to 0.1.0. [native-inputs]: Add googletest. [arguments]: Add "-Dtest=true" to configure-flags. Remove disable-failing-tests phase.
* gnu: rofi-wayland: Update to 1.7.5+wayland2.Hilton Chain2023-08-13
| | | | | | | * gnu/packages/xdisorg.scm (rofi-wayland): Update to 1.7.5+wayland2. [description]: Expand description. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: wl-clipboard: Update to 2.2.0.Hilton Chain2023-08-13
| | | | | | | * gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.0. [arguments]<#:phases>: Adjust 'patch-file-names. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: graphicsmagick: Update to 1.3.40.Andy Tai2023-08-13
| | | | | | * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.40. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: ack: Update to 3.7.0.Greg Hogan2023-08-13
| | | | | | * gnu/packages/textutils.scm (ack): Update to 3.7.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: oil: Update to 0.17.0.David Pflug2023-08-13
| | | | | | * gnu/packages/shells.scm (oil): Update to 0.17.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: font-sarasa-gothic: Update to 0.41.6.Hilton Chain2023-08-13
| | | | | | * gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add ulauncher.Sergio Pastor Pérez2023-08-12
| | | | | | * gnu/packages/xdisorg.scm (ulauncher): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: loksh: Update to 7.3.Sören Tempel2023-08-12
| | | | | | | | * gnu/packages/shells.scm (loksh): Update to 7.3. [source]: Update style. Signed-off-by: Sören Tempel <soeren@soeren-tempel.net> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gpodder: Update to 3.11.1.altadil2023-08-12
| | | | | | * gnu/packages/gpodder.scm (gpodder): Update to 3.11.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: scsh: Fix version number and use gexps.Andrew Whatson2023-08-12
| | | | | | | | | * gnu/packages/shells.scm (scsh)[version] Use latest upstream commit. Use git-version. Correct base version number to 0.7. [source]: Use git-file-name. [arguments]: Use gexps and remove trailing #t in phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cage.Nicolas Graves2023-08-12
| | | | | | * gnu/packages/wm.scm (cage): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: conda: Add missing dependency.Mădălin Ionel Patrașcu2023-08-12
| | | | | | | *gnu/packages/package-management.scm (conda)[native-inputs]: Add PYTHON-MOCK. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-math-preview.Cayetano Santos2023-08-12
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-math-preview): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lfs-s3: Update to 0.1.5.Nicolas Graves2023-08-12
| | | | | | * gnu/packages/version-control.scm (lfs-s3): Update to 0.1.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-smc: Update to 0.6.1.Artyom V. Poptsov2023-08-12
| | | | | | * gnu/packages/guile-xyz.scm (guile-smc): Update to 0.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xorgxrdp.Andy Tai2023-08-12
| | | | | | * gnu/packages/rdesktop.scm (xorgxrdp): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xrdp.Andy Tai2023-08-12
| | | | | | * gnu/packages/rdesktop.scm (xrdp): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: uwufetch: Add and use missing inputs.Juliana Sims2023-08-12
| | | | | | | * gnu/packages/admin.scm (uwufetch) [inputs]: Add missing inputs. [phases]: Use the fully-qualified paths of the input gawk and grep. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ntp: Fix cross-compilation inputs.Jean-Pierre De Jesus DIAZ2023-08-12
| | | | | | | | | | * gnu/packages/ntp.scm (ntp)[inputs]: Use `target-linux?' instead of the manual string comparison as it would not add the libcap input correctly when cross-compiling as the platform ends in `-linux-gnu' unlike the system string which ends in `-linux'. Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre 4.14: Update to 4.14.322.Leo Famulari2023-07-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.322. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.291.Leo Famulari2023-07-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.291. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.253.Leo Famulari2023-07-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.253. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.190.Leo Famulari2023-07-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.190. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.126.Leo Famulari2023-07-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.126. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 6.1: Update to 6.1.45.Leo Famulari2023-07-23
| | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.45. (linux-libre-6.1-pristine-source): Update hash.
* gnu: linux-libre: Update to 6.4.10.Leo Famulari2023-07-23
| | | | | * gnu/packages/linux.scm (linux-libre-6.4-version): Update to 6.4.10. (linux-libre-6.4-pristine-source): Update hash.
* gnu: python-pyro-ppl: Update to 1.8.6.Vinicius Monego2023-08-12
| | | | * gnu/packages/machine-learning.scm (python-pyro-ppl): Update to 1.8.6.
* gnu: rhythmbox: Update to 3.4.7.Tobias Geerinckx-Rice2023-08-06
| | | | | * gnu/packages/gnome.scm (rhythmbox): Update to 3.4.7. [inputs]: Upgrade libsoup-minimal-2 to libsoup-minimal.
* gnu: rmlint: Remove libelf.Tobias Geerinckx-Rice2023-08-06
| | | | | | libelf provides libelf.so.0, elfutils libelf.so.1. rmlint links only to one. * gnu/packages/disk.scm (rmlint)[inputs]: Remove libelf.
* gnu: rmlint: Update package style.Tobias Geerinckx-Rice2023-08-06
| | | | | | * gnu/packages/disk.scm (rmlint)[arguments]: Rewrite as G-expressions. [native-inputs, inputs]: Remove input labels.
* gnu: rmlint: Update to 2.10.2.Tobias Geerinckx-Rice2023-08-06
| | | | * gnu/packages/disk.scm (rmlint): Update to 2.10.2.
* gnu: postgresql@11: Update to 11.21.Tobias Geerinckx-Rice2023-08-06
| | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.21.
* gnu: postgresql@13: Update to 13.12.Tobias Geerinckx-Rice2023-08-06
| | | | * gnu/packages/databases.scm (postgresql-13): Update to 13.12.
* gnu: postgresql: Update to 15.4.Tobias Geerinckx-Rice2023-08-06
| | | | * gnu/packages/databases.scm (postgresql): Update to 15.4.
* gnu: conky: Update to 1.19.3.Tobias Geerinckx-Rice2023-08-06
| | | | * gnu/packages/conky.scm (conky): Update to 1.19.3.
* gnu: dezyne: Update to 2.17.5.Janneke Nieuwenhuizen2023-08-11
| | | | * gnu/packages/dezyne.scm (dezyne): Update to 2.17.5.
* gnu: Add texlive-scheme-gust.Nicolas Goaziou2023-08-11
| | | | * gnu/packages/tex.scm (texlive-scheme-gust): New variable.
* gnu: Add texlive-cyklop.Nicolas Goaziou2023-08-11
| | | | * gnu/packages/tex.scm (texlive-cyklop): New variable.