Age | Commit message (Expand) | Author |
2022-08-04 | gnu: tint2: Update to 17.0.2....* gnu/packages/xdisorg.scm (tint2): Update to 17.0.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Wamm K. D |
2022-08-03 | gnu: xscreensaver: Don't read /proc/interrupts at configure time....Fixes a bug whereby, on some machines, ./configure would fail with:
Warning: Checking of /proc/interrupts was requested, but it's bogus.
* gnu/packages/xdisorg.scm (xscreensaver)[arguments]: Pass
'--without-proc-interrupts'.
| Ludovic Courtès |
2022-08-03 | gnu: xscreensaver: Remove custom 'configure' phase....This is a followup to 45456595ac4ba613c8a61ff4f51088efd4157e6e, which
was based on an incorrect diagnosis.
* gnu/packages/xdisorg.scm (xscreensaver)[source]: Add 'snippet'.
[arguments]: Remove custom 'configure' phase. Reintroduce #:configure-flags.
| Ludovic Courtès |
2022-08-03 | gnu: xscreensaver: Remove input labels....* gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Remove labels.
| Ludovic Courtès |
2022-08-03 | gnu: xscreensaver: Update to 6.04....* gnu/packages/xdisorg.scm (xscreensaver): Update to 6.04.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-07-31 | gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6.
This change was automated via the following command:
git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
| Maxim Cournoyer |
2022-07-17 | gnu: Add xvkbd....* gnu/packages/xdisorg.scm (xvkbd): New public variable.
| Tobias Geerinckx-Rice |
2022-06-07 | gnu: Add xwhite....* gnu/packages/xdisorg.scm (xwhite): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| derekchuank@outlook.com |
2022-06-05 | gnu: xsecurelock: Remove input labels....* gnu/packages/xdisorg.scm (xsecurelock)[inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2022-06-05 | gnu: xsecurelock: Update setuid example in description....* gnu/packages/xorg.scm (xsecurelock)[description]: Update example code.
| Tobias Geerinckx-Rice |
2022-05-22 | gnu: jumpapp: Update to 1.2....* gnu/packages/xdisorg.scm (jumpapp): Update to 1.2.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2022-05-09 | gnu: Add xkblayout....* gnu/packages/xdisorg.scm (xkblayout): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Attila Lendvai |
2022-04-29 | gnu: Add Avizo....* gnu/packages/wm.scm (avizo): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Pier-Hugues Pellerin |
2022-03-11 | gnu: xlockmore: Improve package style....* gnu/packages/xdisorg.scm (xlockmore)[arguments]: Use G-expressions.
[inputs]: Remove labels.
| Nicolas Goaziou |
2022-03-11 | gnu: xlockmore: Update to 5.68....[1. text/patch]
From ac1f8cc2f6d3bcaa46ec6244e7b1995b8eb27be2 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sat, 5 Mar 2022 11:25:25 +0530
Subject: [PATCH] gnu: xlockmore: Update to 5.68.
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.68.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Jai Vetrivelan |
2022-03-11 | gnu: xbanish: Update to 1.8....[1. text/patch]
From 0fa4c02dd23bbb4567e2ba4f606ad0a481354d8e Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sat, 5 Mar 2022 11:17:09 +0530
Subject: [PATCH] gnu: xbanish: Update to 1.8.
* gnu/packages/xdisorg.scm (xbanish): Update to 1.8.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Jai Vetrivelan |
2022-03-11 | gnu: xdotool: Update to 3.20211022.1....[1. text/patch]
From 1040dbabc8cb5af1c88262492cf74cb74c859caa Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sat, 5 Mar 2022 11:16:25 +0530
Subject: [PATCH] gnu: xdotool: Update to 3.20211022.1.
* gnu/packages/xdisorg.scm (xdotool): Update to 3.20211022.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Jai Vetrivelan |
2022-03-05 | gnu: wob: Update to 0.13....* gnu/packages/xdisorg.scm (wob): Update to 0.13.
| Nicolas Goaziou |
2022-02-08 | gnu: rofi-calc: Update to 2.1.0....* gnu/packages/xdisorg.scm (rofi-calc): Update to 2.1.0.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Jai Vetrivelan |
2022-02-07 | gnu: rofi: Update to 1.7.3....* gnu/packages/xdisorg.scm (rofi): Update to 1.7.3.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Jai Vetrivelan |
2022-01-23 | gnu: Add rofi-calc....* gnu/packages/xdisorg.scm (rofi-calc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| John Kehayias |
2022-01-23 | gnu: rofi: Add a search path for plugins....* gnu/packages/xdisorg.scm (rofi)[native-search-paths]: Add ROFI_PLUGIN_PATH.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| John Kehayias |
2022-01-17 | Merge branch 'version-1.4.0'...With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
| Maxim Cournoyer |
2022-01-10 | gnu: libxkbcommon: Add python to native inputs....Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/xdisorg.scm (libxkbcommon)[native-inputs]: Add python.
| Maxim Cournoyer |
2022-01-11 | gnu: python-pyperclip: Update to 1.8.2....* gnu/packages/xdisorg.scm (python-pyperclip): Update to 1.8.2.
| Marius Bakke |
2021-12-26 | gnu: gammastep: Update to 2.0.8....* gnu/packages/xdisorg.scm (gammastep): Update to 2.0.8.
[inputs, native-inputs]: Remove labels.
| Nicolas Goaziou |
2021-12-18 | gnu: rofi: Remove input labels....* gnu/packages/xdisorg.scm (rofi)[native-inputs, inputs]:
Remove input labels.
| Tobias Geerinckx-Rice |
2021-12-18 | gnu: rofi: Update to 1.7.2....* gnu/packages/xdisorg.scm (rofi): Update to 1.7.2.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-12-17 | gnu: bemenu: Update to 0.6.4....* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.4.
| Tobias Geerinckx-Rice |
2021-12-13 | gnu: Further simplify package inputs....This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-11-30 | gnu: rxvt-unicode: Update to 9.30....* gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.30.
| Tobias Geerinckx-Rice |
2021-11-27 | gnu: rxvt-unicode: Update to 9.29....* gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.29.
[arguments]: Don't explicitly return #t from phases.
[inputs]: Add libptytty.
| Tobias Geerinckx-Rice |
2021-11-23 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-19 | gnu: jgmenu: Update to 4.4.0....* gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2021-11-17 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-15 | gnu: scrot: Update to 1.7....* gnu/packages/xdisorg.scm (scrot): Update to 1.7. [inputs]: Add libbsd.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Tanguy Le Carrour |
2021-10-31 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-10-19 | gnu: Add wl-clipboard-x11....* gnu/packages/xdisorg.scm (wl-clipboard-x11): New variable.
| Efraim Flashner |
2021-10-18 | Merge remote-tracking branch 'signed/master' into core-updates | Mathieu Othacehe |
2021-10-16 | gnu: xsecurelock: Update to 1.7.0....* gnu/packages/xdisorg.scm (xsecurelock): Update to 1.7.0.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| jgart |
2021-10-15 | gnu: bemenu: Update to 0.6.3....* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.3.
| Tobias Geerinckx-Rice |
2021-10-12 | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe |
2021-10-04 | gnu: slop: Update to 7.6....* gnu/packages/xdisorg.scm (slop): Update to 7.6.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: sx: Don't propagate xauth....* gnu/packages/xdisorg.scm (sx)[arguments]: Patch sx to refer to xauth.
[propagated-inputs]: Move xauth from here…
[inputs]: …to here.
| Tobias Geerinckx-Rice |
2021-10-03 | gnu: sx: Update to 2.1.7....* gnu/packages/xdisorg.scm (sx): Update to 2.1.7.
| Tobias Geerinckx-Rice |
2021-09-25 | gnu: Consolidate duplicate copyright names....* gnu/packages/android.scm: Consolidate copyright lines with the same email address.
* gnu/packages/code.scm: Likewise.
* gnu/packages/cpp.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/file.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/gl.scm: Likewise.
* gnu/packages/gps.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/services/web.scm: Likewise.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Greg Hogan |
2021-09-17 | Merge branch 'master' into core-updates-frozen... Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/chez.scm
gnu/packages/docbook.scm
gnu/packages/ebook.scm
gnu/packages/gnome.scm
gnu/packages/linux.scm
gnu/packages/networking.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/tex.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/dune.scm
guix/build-system/go.scm
guix/build-system/linux-module.scm
guix/packages.scm
| Marius Bakke |
2021-09-15 | gnu: Add wlsunset....* gnu/packages/xdisorg.scm (wlsunset): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| raingloom |