Age | Commit message (Expand) | Author |
2022-10-24 | gnu: bemenu: Update to 0.6.13....* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.13.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| kiasoc5 |
2022-10-15 | gnu: bemenu: Update to 0.6.10, use new package style....* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.10.
[arguments]: Use G-expressions. Use #$output instead of assoc-ref.
[inputs]: Remove labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| kiasoc5 |
2022-10-13 | gnu: Add ydotool....* gnu/packages/xdisorg.scm (ydotool): New variable.
Signed-off-by: Andrew Tropin <andrew@trop.in>
| Nicolas Graves via Guix-patches via |
2022-10-08 | gnu: wl-clipboard: Update to 2.1.0....* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.1.0.
[arguments]<#:configure-flags>: Set completion files' installdir.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Hilton Chain |
2022-09-15 | gnu: catch-framework2: Rename variable to catch2....Automated with:
git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
| Maxim Cournoyer |
2022-09-13 | gnu: gammastep: Improve package style....* gnu/packages/xdisorg.scm (gammastep)[arguments]: Use G-expressions.
| Nicolas Goaziou |
2022-09-13 | gnu: gammastep: Update to 2.0.9....* gnu/packages/xdisorg.scm (gammastep): Update to 2.0.9.
| Nicolas Goaziou |
2022-09-12 | gnu: libwacom: Update to 2.4.0....* gnu/packages/xdisorg.scm (libwacom): Update to 2.4.0.
[source]: Change archive extension from bz2 to xz.
[build-system]: Switch to meson.
[configure-flags]: Adjust for meson.
[phases]: New field.
[native-inputs]: Add python-evdev, python-libevdev, python-pytest and
python-pyudev.
[inputs]: Move libgudev to...
[propagated-inputs]: ... here.
| Maxim Cournoyer |
2022-09-12 | gnu: xf86-input-wacom: Update to 1.1.0....* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 1.1.0.
[configure-flags]: Use gexps.
[native-inputs, inputs, description]: Re-indent.
| Maxim Cournoyer |
2022-08-27 | gnu: scons: Move to (gnu packages build-tools)....* gnu/packages/python-xyz.scm (scons, scons-python2): Move from here ...
* gnu/packages/build-tools.scm (scons, scons-python2): ... to here.
* gnu/packages/direct-connect.scm, gnu/packages/disk.scm,
gnu/packages/game-development.scm, gnu/packages/gps.scm,
gnu/packages/image.scm, gnu/packages/installers.scm, gnu/packages/web.scm,
gnu/packages/xdisorg.scm: Adjust module imports accordingly.
* guix/build-system/scons.scm (default-scons): Likewise.
| Marius Bakke |
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 |