Age | Commit message (Expand) | Author |
2022-08-19 | gnu: Add rex....* gnu/packages/admin.scm (rex): New variable.
| 宋文武 |
2022-08-18 | gnu: linux-libre 4.19: Update to 4.19.255....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.255.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2022-08-18 | gnu: linux-libre 5.4: Update to 5.4.210....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.210.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2022-08-18 | gnu: linux-libre 5.10: Update to 5.10.136....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.136.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2022-08-18 | gnu: linux-libre 5.15: Update to 5.15.61....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.61.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
| Leo Famulari |
2022-08-18 | gnu: linux-libre: Update to 5.18.18....* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.18.
(linux-libre-5.18-pristine-source, deblob-scripts-5.18): Update hashes.
| Leo Famulari |
2022-08-18 | gnu: Add font-latin-modern....* gnu/packages/fonts.scm (font-latin-modern): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Nguyễn Gia Phong |
2022-08-18 | gnu: dezyne: Update to 2.16.0....* gnu/packages/dezyne.scm (dezyne): Update to 2.16.0.
| Jan (janneke) Nieuwenhuizen |
2022-08-18 | gnu: fsearch: Update to 0.2.1....* gnu/packages/search.scm (fsearch): Update to 0.2.1.
| Nicolas Goaziou |
2022-08-18 | gnu: emacs-spacemacs-theme: Update to 0.3....* gnu/packages/emacs-xyz.scm (emacs-spacemacs-theme): Update to 0.3.
| Nicolas Goaziou |
2022-08-18 | gnu: emacs-rustic: Update to 3.3....* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.3.
| Nicolas Goaziou |
2022-08-18 | gnu: emacs-xref: Update to 1.5.0....* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.5.0.
| Nicolas Goaziou |
2022-08-18 | gnu: Add r-kbet....* gnu/packages/bioinformatics.scm (r-kbet): New variable.
| Ricardo Wurmus |
2022-08-17 | gnu: lxsession: Use a mirror:// URI....* gnu/packages/lxde.scm (lxsession)[source]: Use a mirror URI.
| Maxim Cournoyer |
2022-08-17 | gnu: lxinput: Use a mirror:// URI....* gnu/packages/lxde.scm (lxinput)[source]: Use a mirror URI.
| Maxim Cournoyer |
2022-08-17 | gnu: lxde-common: Use a mirror:// URI....* gnu/packages/lxde.scm (lxde-common)[source]: Use a mirror URI.
| Maxim Cournoyer |
2022-08-17 | gnu: lxde-icon-theme: Use a mirror:// URI....* gnu/packages/lxde.scm (lxde-icon-theme)[source]: Use a mirror URI.
| Maxim Cournoyer |
2022-08-17 | gnu: lxmenu-data: Use a mirror:// URI....* gnu/packages/lxde.scm (lxmenu-data)[source]: Use a mirror URI.
| Maxim Cournoyer |
2022-08-17 | gnu: Update LXDE packages home page....Automated via:
$ git grep -l 'https://lxde.github.io' | \
xargs sed 's,https://lxde.github.io,https://www.lxde.org/,' -i
| Maxim Cournoyer |
2022-08-17 | gnu: lxterminal: Build with GTK 3....* gnu/packages/lxde.scm (lxterminal)[arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+. Replace vte/gtk+-2 with vte.
| Maxim Cournoyer |
2022-08-17 | gnu: lxinput: Build with GTK 3....* gnu/packages/lxde.scm (lxinput)[arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+.
| Maxim Cournoyer |
2022-08-17 | gnu: lxtask: Build with GTK 3....* gnu/packages/lxde.scm (lxtask)[arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+.
| Maxim Cournoyer |
2022-08-17 | gnu: lxrandr: Build with GTK 3....* gnu/packages/lxde.scm (lxrandr)[configure-flags]: New argument.
[inputs]: Remove labels. Replace gtk+-2 with gtk+.
| Maxim Cournoyer |
2022-08-17 | gnu: lxsession: Build with GTK 3....* gnu/packages/lxde.scm (lxsession)[snippet]: Delete trailing #t.
[configure-flags]: New argument.
[phases]: Delete trailing #t.
[inputs]: Remove labels.
| Maxim Cournoyer |
2022-08-17 | gnu: lxappearance: Build with GTK 3....* gnu/packages/lxde.scm (lxappearance): [arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+.
| Maxim Cournoyer |
2022-08-17 | gnu: viewnior: Use new style inputs and fix indentation....* gnu/packages/image-viewers.scm (viewnior)[phases]: Delete trailing #t.
[native-inputs, inputs]: Remove labels.
| Maxim Cournoyer |
2022-08-17 | gnu: gpicview: Build with GTK 3....* gnu/packages/lxde.scm (pcmanfm)[arguments]: New field.
[inputs]: Replace gtk+-2 with gtk+.
| Maxim Cournoyer |
2022-08-17 | gnu: lxpanel: Build with GTK 3, use gexps and new style inputs....* gnu/packages/lxde.scm (lxpanel)[source]: Use mirror URI.
[configure-flags]: Add --enable-gtk3.
[phases]{wrap}: Use search-input-file and this-package-input.
[inputs]: Use new style inputs. Replace gtk+-2 with gtk+. Remove
libindicator comment; it seems to expect an old incompatible version.
Sort in lexical order. Add bash-minimal.
[native-inputs]: Use new style inputs. Sort in lexical order.
[propagated-inputs]: Likewise.
| Maxim Cournoyer |
2022-08-17 | gnu: pcmanfm: Build with GTK 3....* gnu/packages/lxde.scm (pcmanfm)[arguments]: New field.
[inputs]: Replace gtk+2 with gtk+.
| Maxim Cournoyer |
2022-08-17 | gnu: libfm: Build with GTK 3....* gnu/packages/lxde.scm (libfm)
[arguments]: New field.
[inputs]: Replace gtk+2 with gtk+.
| Maxim Cournoyer |
2022-08-17 | gnu: openjdk: Add a variable tracking the latest openjdk package....* gnu/packages/java.scm (openjdk): New variable.
| Maxim Cournoyer |
2022-08-14 | gnu: bind: Update to 9.16.32....* gnu/packages/dns.scm (isc-bind): Update to 9.16.32.
| Tobias Geerinckx-Rice |
2022-08-17 | gnu: gdal: Update to 3.5.1....* gnu/packages/geo.scm (gdal): Update to 3.5.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Nikolay Korotkiy |
2022-08-17 | gnu: python-maxminddb: Update to 2.2.0....* gnu/packages/geo.scm (python-maxminddb): Update to 2.2.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Nikolay Korotkiy |
2022-08-17 | gnu: libmaxminddb: Update to 1.6.0....* gnu/packages/geo.scm (libmaxminddb): Update to 1.6.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Nikolay Korotkiy |
2022-08-17 | gnu: geos: Update to 3.11.0....* gnu/packages/geo.scm (geos): Update to 3.11.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Nikolay Korotkiy |
2022-08-17 | gnu: scintilla: Update to 5.2.4....* gnu/packages/text-editors.scm (scintilla): Update to 5.2.4.
| Nicolas Goaziou |
2022-08-17 | gnu: fsearch: Update to 0.2....* gnu/packages/search.scm (fsearch): Update to 0.2.
[inputs]: Replace PCRE with PCRE2.
| Nicolas Goaziou |
2022-08-17 | gnu: emacs-eldev: Update to 1.2....* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.2.
| Nicolas Goaziou |
2022-08-17 | gnu: emacs-crdt: Update to 0.3.1....* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.1.
| Nicolas Goaziou |
2022-08-17 | ci: Fix the images specification....If the current-guix-package parameter is not set, Cuirass will try to update
the in-store Git checkout used by the evaluate.scm inferior:
ice-9/boot-9.scm:1685:16: In procedure raise-exception: ERROR:
1. &inferior-exception: arguments: (git-error #<inferior-object #<<git-error>
code: -3 message: "could not find repository from
'/gnu/store/v33m82qzkvd96dlp2g83dvz62n4pkad2-guix-20d8081'" class: 6>>)
inferior: #<inferior pipe (0 1 1) 7f7948957dc0>
stack: ((#f ("ice-9/boot-9.scm" 1779 13)) (raise-exception ("ice-9/boot-9.scm"
1682 16)) (raise-exception ("ice-9/boot-9.scm" 1684 16)) (#f ("guix/git.scm"
395 13))
This is a follow-up of: 5bce4c82422de6beb3ce6120ba1592be898c2b72.
* gnu/ci.scm (image-jobs): Add source and commit arguments.
Use them to set the current-guix-package parameter.
(cuirass-jobs): Adapt accordingly.
| Mathieu Othacehe |
2022-08-17 | gnu: xnec2c: Update to 4.4.11....* gnu/packages/radio.scm (xnec2c): Update to 4.4.11.
| Guillaume Le Vaillant |
2022-08-17 | gnu: sdrangel: Update to 7.6.2....* gnu/packages/radio.scm (sdrangel): Update to 7.6.2.
[inputs]: Add qtwebchannel-5 and qtwebengine-5.
| Guillaume Le Vaillant |
2022-08-17 | gnu: stumpwm-contrib: Fix description....* gnu/packages/wm.scm (stumpwm-contrib)[synopsis, description]: Fix them.
| Guillaume Le Vaillant |
2022-08-17 | gnu: stumpwm-contrib: Update to 0.0.1-4.d0c0507....* gnu/packages/wm.scm (stumpwm-contrib): Update to 0.0.1-4.d0c0507.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Trevor Richards |
2022-08-17 | gnu: osm2pgsql: Update to 1.7.0....* gnu/packages/geo.scm (osm2pgsql): Update to 1.7.0.
[source]: Update snippet.
[inputs]: Add fmt and rapidjson.
[arguments]: Update 'configure-flags'.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Nikolay Korotkiy |
2022-08-17 | gnu: Add python-lief....From c865b31b702d0e5f86faaadcb306cea269ae1109 Mon Sep 17 00:00:00 2001
From: Hilton Chain <hako@ultrarare.space>
Date: Tue, 16 Aug 2022 21:26:33 +0800
Subject: [PATCH v3] gnu: Add python-lief.
* gnu/packages/python-xyz.scm (python-lief): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Hilton Chain |
2022-08-17 | gnu: neovim: Update to 0.7.2....* gnu/packages/vim.scm (neovim): Update to 0.7.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Mike Jones |
2022-08-17 | gnu: fish: Update to 3.5.1....* gnu/packages/shells.scm (fish): Update to 3.5.1.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Mike Jones |
2022-08-17 | gnu: icestorm: Update to 0.0-4.2bc5417....* gnu/packages/fpga.scm (icestorm): Update to
commit 2bc541743ada3542c6da36a50e66303b9cbd2059.
| 宋文武 |