Maxim Cournoyer
b736af1824
gnu: catch-framework2: Rename variable to catch2.
...
Automated with:
git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
2022-09-15 20:15:56 -04:00
Nicolas Goaziou
ebbf77bf49
gnu: gammastep: Improve package style.
...
* gnu/packages/xdisorg.scm (gammastep)[arguments]: Use G-expressions.
2022-09-13 23:07:06 +02:00
Nicolas Goaziou
b6a633920d
gnu: gammastep: Update to 2.0.9.
...
* gnu/packages/xdisorg.scm (gammastep): Update to 2.0.9.
2022-09-13 23:07:06 +02:00
Maxim Cournoyer
5d26c2e658
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.
2022-09-12 20:55:45 -04:00
Maxim Cournoyer
b7f1b39b3f
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.
2022-09-12 20:51:22 -04:00
Marius Bakke
ada35de38f
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.
2022-08-27 23:48:56 +02:00
Wamm K. D
34c0cb5d63
gnu: tint2: Update to 17.0.2.
...
* gnu/packages/xdisorg.scm (tint2): Update to 17.0.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-04 10:15:13 +08:00
Ludovic Courtès
e8ed95ddf8
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'.
2022-08-03 17:43:26 +02:00
Ludovic Courtès
f2d86db81d
gnu: xscreensaver: Remove custom 'configure' phase.
...
This is a followup to 45456595ac
, which
was based on an incorrect diagnosis.
* gnu/packages/xdisorg.scm (xscreensaver)[source]: Add 'snippet'.
[arguments]: Remove custom 'configure' phase. Reintroduce #:configure-flags.
2022-08-03 17:43:26 +02:00
Ludovic Courtès
c4e58c119d
gnu: xscreensaver: Remove input labels.
...
* gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Remove labels.
2022-08-03 12:21:05 +02:00
r0man
45456595ac
gnu: xscreensaver: Update to 6.04.
...
* gnu/packages/xdisorg.scm (xscreensaver): Update to 6.04.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03 12:18:32 +02:00
Maxim Cournoyer
1ef04fb228
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
2022-07-31 21:55:43 -04:00
Tobias Geerinckx-Rice
64466063ec
gnu: Add xvkbd.
...
* gnu/packages/xdisorg.scm (xvkbd): New public variable.
2022-07-17 02:00:14 +02:00
derekchuank@outlook.com
b42ed3b77c
gnu: Add xwhite.
...
* gnu/packages/xdisorg.scm (xwhite): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-07 18:29:13 +02:00
Tobias Geerinckx-Rice
2bcc6d5b1d
gnu: xsecurelock: Remove input labels.
...
* gnu/packages/xdisorg.scm (xsecurelock)[inputs]:
Remove input labels.
2022-06-05 02:00:00 +02:00
Tobias Geerinckx-Rice
2ea908b0a5
gnu: xsecurelock: Update setuid example in description.
...
* gnu/packages/xorg.scm (xsecurelock)[description]: Update example code.
2022-06-05 02:00:00 +02:00
Tobias Geerinckx-Rice
0b535a400f
gnu: jumpapp: Update to 1.2.
...
* gnu/packages/xdisorg.scm (jumpapp): Update to 1.2.
[arguments]: Don't explicitly return #t from phases.
2022-05-22 02:00:44 +02:00
Attila Lendvai
b69fc147d7
gnu: Add xkblayout.
...
* gnu/packages/xdisorg.scm (xkblayout): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-09 12:26:46 +02:00
Pier-Hugues Pellerin
313ae43f51
gnu: Add Avizo.
...
* gnu/packages/wm.scm (avizo): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-04-29 00:42:08 +02:00
Nicolas Goaziou
ae85a47268
gnu: xlockmore: Improve package style.
...
* gnu/packages/xdisorg.scm (xlockmore)[arguments]: Use G-expressions.
[inputs]: Remove labels.
2022-03-11 01:57:22 +01:00
Jai Vetrivelan
5eeaf362f8
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>
2022-03-11 01:44:30 +01:00
Jai Vetrivelan
fcfa0fcb17
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>
2022-03-11 01:44:14 +01:00
Jai Vetrivelan
e6bfdc6ec2
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>
2022-03-11 01:44:14 +01:00
Nicolas Goaziou
0c6bf910ef
gnu: wob: Update to 0.13.
...
* gnu/packages/xdisorg.scm (wob): Update to 0.13.
2022-03-05 22:26:47 +01:00
Jai Vetrivelan
7c5366daa9
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>
2022-02-08 12:20:31 +01:00
Jai Vetrivelan
5cc9f84864
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>
2022-02-07 23:47:23 +01:00
John Kehayias
feb22a2037
gnu: Add rofi-calc.
...
* gnu/packages/xdisorg.scm (rofi-calc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-23 23:21:05 +01:00
John Kehayias
0406aa2b8f
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>
2022-01-23 23:20:51 +01:00
Maxim Cournoyer
276f40fdc3
Merge branch 'version-1.4.0'
...
With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
2022-01-17 11:47:09 -05:00
Maxim Cournoyer
be04f73d09
gnu: libxkbcommon: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/xdisorg.scm (libxkbcommon)[native-inputs]: Add python.
2022-01-10 11:44:36 -05:00
Marius Bakke
78a57d8b7a
gnu: python-pyperclip: Update to 1.8.2.
...
* gnu/packages/xdisorg.scm (python-pyperclip): Update to 1.8.2.
2022-01-11 18:36:38 +01:00
Nicolas Goaziou
f53fc9afbe
gnu: gammastep: Update to 2.0.8.
...
* gnu/packages/xdisorg.scm (gammastep): Update to 2.0.8.
[inputs, native-inputs]: Remove labels.
2021-12-26 23:50:21 +01:00
Tobias Geerinckx-Rice
ebfbc46bc2
gnu: rofi: Remove input labels.
...
* gnu/packages/xdisorg.scm (rofi)[native-inputs, inputs]:
Remove input labels.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice
5686e4aedf
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.
2021-12-18 17:35:47 +01:00
Tobias Geerinckx-Rice
42056e496c
gnu: bemenu: Update to 0.6.4.
...
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.4.
2021-12-17 03:07:53 +01:00
Ludovic Courtès
e3196755e6
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.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-12-05 19:17:41 +01:00
Tobias Geerinckx-Rice
39631cefa8
gnu: rxvt-unicode: Update to 9.30.
...
* gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.30.
2021-11-30 01:08:53 +01:00
Tobias Geerinckx-Rice
f37e266fa8
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.
2021-11-27 16:35:53 +01:00
Ludovic Courtès
b15e543d30
Merge branch 'master' into core-updates-frozen
2021-11-23 11:29:38 +01:00
jgart
c7caeb33d6
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>
2021-11-19 10:48:41 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Tanguy Le Carrour
76c3e68594
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>
2021-11-15 11:05:29 +01:00
Efraim Flashner
bc5155b952
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-10-31 14:49:47 +02:00
Efraim Flashner
c5258ee6f4
gnu: Add wl-clipboard-x11.
...
* gnu/packages/xdisorg.scm (wl-clipboard-x11): New variable.
2021-10-19 11:16:16 +03:00
Mathieu Othacehe
e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates
2021-10-18 14:37:26 +00:00
jgart
62ca859aa4
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>
2021-10-16 16:10:23 +05:30
Tobias Geerinckx-Rice
ec2c7d4546
gnu: bemenu: Update to 0.6.3.
...
* gnu/packages/xdisorg.scm (bemenu): Update to 0.6.3.
2021-10-15 17:30:57 +02:00
Mathieu Othacehe
a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen.
2021-10-12 17:46:23 +00:00