aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xdisorg.scm
Commit message (Collapse)AuthorAge
* gnu: bemenu: Update to 0.6.23.Tobias Geerinckx-Rice2024-09-08
| | | | | | * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.23. Change-Id: I2c736e0fbcf63d3bbc209278c2b3a4433c792c55
* gnu: libwacom: Add a source file-name.Efraim Flashner2024-09-16
| | | | | | * gnu/packages/xdisorg.scm (libwacom)[source]: Add a file-name field. Change-Id: I61fb715ef46a3df6a85a627b5fba3edaaac60a06
* gnu: xcb-util-xrm: Fix cross-compilation.Zheng Junjie2024-09-09
| | | | | | | * gnu/packages/xdisorg.scm (xcb-util-xrm) [inputs]: Add libx11. Change-Id: I5a29e97ee35f0e427d68e0325e51a4d2f67198b5
* gnu: startup-notification: Fix cross-compilation to {riscv,aarch}64-linux-gnu.Zheng Junjie2024-09-09
| | | | | | | | | | * gnu/packages/xdisorg.scm (startup-notification) [arguments]: When cross-compilation to {riscv,aarch}64-linux-gnu, add update-config-scripts phase. Add configure-flags. [native-inputs]: When cross compiling to {riscv,aarch}64-linux-gnu, add config. Change-Id: Iad7220e2a74c7bed706f3cb092e9ead5c94dc5bd
* gnu: autorandr: Use GEXPs.Artyom V. Poptsov2024-09-04
| | | | | | | * gnu/packages/xdisorg.scm (autorandr): Use GEXPs. Change-Id: I476e29ddff17c0180e8a0eeefe818954364eac71 Signed-off-by: jgart <jgart@dismail.de>
* gnu: autorandr: Update to 1.15.Artyom V. Poptsov2024-09-04
| | | | | | | * gnu/packages/xdisorg.scm (autorandr): Update to 1.15. Change-Id: I663cd9271a426287bbaee9179d75df05bd61c7ad Signed-off-by: jgart <jgart@dismail.de>
* gnu: scrot: Update to 1.11.1.Artyom V. Poptsov2024-09-03
| | | | | | | * gnu/packages/xdisorg.scm (scrot): Update to 1.11.1. Change-Id: I727ec4f38b2152d301965653c6ee75ce682fa17c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xtrlock: Add libxcrypt dependency.宋文武2024-08-31
| | | | | | * gnu/packages/xdisorg.scm (xtrlock)[inputs]: Add libxcrypt. Change-Id: I853e509c83b157455014a2e7ed25583ac17c2d58
* gnu: xscreensaver: Add libxcrypt dependency.宋文武2024-08-31
| | | | | | * gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Add libxcrypt. Change-Id: I0df314b4f83673c4262b1a493334b091ab89a9fb
* gnu: xlockmore: Add libxcrypt dependency.Josselin Poiret2024-08-31
| | | | | | * gnu/packages/xdisorg.scm (xlockmore): Add libxcrypt dependency. Change-Id: Idfaed843b40db41b3c7c64cbb32765cefc28238e
* gnu: gammastep: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/xdisorg.scm (gammastep) [inputs]: Add bash-minimal. [arguments]: Delete trailing #t. Change-Id: I8ab8b8b6293aaf5bf907003044bdb79adc614ceb
* gnu: wl-clipboard-x11: Remove trailing #t.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/xdisorg.scm (wl-clipboard-x11) [arguments]: Remove trailing #t. Change-Id: I8865323d76612f4ea7a97f93146f2ad126e31e75
* gnu: gammastep: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/xdisorg.scm (gammastep) [inputs]: Add bash-minimal. Change-Id: Icebb1b82b86af04eeca192d341faed7fcb155f5e
* gnu: redshift: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/xdisorg.scm (redshift) [inputs]: Add bash-minimal. Change-Id: I5546e2ec0cdd2d5271bb60ba176db654ae61d143
* gnu: arandr: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/xdisorg.scm (arandr) [inputs]: Add bash-minimal. Change-Id: I278cd26d2c03cb98e3119c21d9c00a7e47bdfa35
* build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer2024-08-31
| | | | | | | | | | | | | | | | | | | | | %default-gnu-modules. Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
* gnu: libxkbcommon: Faux propagate libxml2.Bruno Victal2024-08-31
| | | | | | | | | | | xkbregistry.pc lists libxml2 as a requirement. Use a symlink for the libxml-2.0.pc to avoid setting libxml2 as a propagated-input. * gnu/packages/xdisorg.scm (libxkbcommon)[arguments]<#:phases>: Add symlink-pc. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: libxkbcommon: Add doc output.Bruno Victal2024-08-31
| | | | | | | | | * gnu/packages/xdisorg.scm (libxkbcommon)[arguments]: Restyle. <#:phases>: Add 'move-doc. [outputs]: Add doc. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I28ed23167f24e2cc3e29c0de3507fe76cf0fb5d2
* gnu: libwacom: Update to 2.12.2.Dariqq2024-08-28
| | | | | | | | * gnu/packages/xdisorg.scm (libwacom): Update to 2.12.2. [source]: Switch to GIT-FETCH. Change-Id: I7fd0c01e02185fdf731749ed1c5a3c84d98c428c Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: Add cliphist.spencerpeters2024-08-27
| | | | | | | * gnu/packages/xdisorg.scm (cliphist): New variable. Change-Id: Ic165a6b92d7c30ee8d8ad9aa0f92cfdc198d94a5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* Replace some more occurrences of ‘setuid-programs’.Tobias Geerinckx-Rice2024-08-18
| | | | | | | | | | | | | | * gnu/packages/containers.scm (podman, buildah)[arguments]: Substitute /run/privileged/bin for /run/setuid-programs. * gnu/packages/mail.scm (opensmtpd)[arguments]: Likewise. * gnu/packages/spice.scm (spice-gtk)[arguments]: Likewise. * gnu/packages/patches/enlightenment-fix-setuid-path.patch: Likewise. * gnu/packages/xdisorg.scm (xsecurelock)[description]: Rewrite example code to use the ‘privileged-program(s)’ terminology. * doc/guix-cookbook.texi (Network bridge for QEMU): Likewise. * gnu/packages/disk.scm (udevil)[arguments]: Update a comment. Change-Id: I7f467e8743a3ef556cd89bac41509bf51d9edb30
* gnu: Add fyi.Ashish SHUKLA2024-08-19
| | | | | | | * gnu/packages/xdisorg.scm (fyi): New variable. Change-Id: I8bbc45324495cc0248bedd793b1a951aa0126706 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Replace (almost) all uses of /run/setuid-programs.Tobias Geerinckx-Rice2024-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | …those good for master, anyway. * gnu/packages/admin.scm (ktsuss, opendoas, hosts) [arguments]: Replace /run/setuid-programs with /run/privileged/bin. * gnu/packages/containers.scm (slirp4netns)[arguments]: Likewise. * gnu/packages/debian.scm (pbuilder)[arguments]: Likewise. * gnu/packages/disk.scm (udevil)[arguments]: Likewise. * gnu/packages/enlightenment.scm (efl, enlightenment) [arguments]: Likewise. * gnu/packages/gnome.scm (gdm, gnome-control-center) [arguments]: Likewise. * gnu/packages/linux.scm (singularity)[arguments]: Likewise. * gnu/packages/lxde.scm (spacefm)[arguments]: Likewise. * gnu/packages/monitoring.scm (zabbix-agentd)[arguments]: Likewise. * gnu/packages/virtualization.scm (ganeti)[arguments]: Likewise. * gnu/packages/xdisorg.scm (xsecurelock)[arguments]: Likewise. * gnu/services/dbus.scm (dbus-configuration-directory): Likewise. * gnu/services/ganeti.scm (%default-ganeti-environment-variables): Likewise. * gnu/services/monitoring.scm (zabbix-agent-shepherd-service): Likewise. * gnu/tests/ldap.scm (marionette): Likewise. * gnu/tests/monitoring.scm (os): Likewise.
* gnu: copyq: Fix build.Zheng Junjie2024-07-18
| | | | | | * gnu/packages/xdisorg.scm (copyq)[inputs]: Replace knotifications with knotifications-5. Change-Id: Ia25ac571227eb337274cf38bebe55c7a1dd3bbc1
* gnu: Add xxkb.Igor Goryachev via Guix-patches via2024-06-20
| | | | | | | * gnu/packages/xdisorg.scm (xxkb): New variable. Change-Id: Ibf7ff3394438490045c1821b9f9e417adc8d5e0b Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: libwacom: Update to 2.12.1.Dariqq2024-06-15
| | | | | | | * gnu/packages/xdisorg.scm (libwacom): Update to 2.12.1. Change-Id: I0a57f1a197d321f68ec123bfa7654ee44f6c6093 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: scrot: Update to 1.11.Artyom V. Poptsov2024-06-11
| | | | | | | * gnu/packages/xdisorg.scm (scrot): Update to 1.11. Change-Id: I09addd3dcdf8edb88e6aa65949dec125cd93f500 Signed-off-by: jgart <jgart@dismail.de>
* gnu: libwacom: Update to 2.11.0.Dariqq2024-06-11
| | | | | | | | | | | | | With the 2.9 release the license got clarified to be hpnd. * gnu/packages/xdisorg.scm (libwacom): Update to 2.11.0. [native-inputs]: Remove python-evdev. [inputs]: Add python, python-libevdev, python-pyudev. [propagated-inputs]: Add libevdev. [license]: Correct license to hpnd. Change-Id: Ib5276beaec2c23e74532cb157225fc3a9a2e25e7 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: maim: Update to 5.8.0.Artyom V. Poptsov2024-06-10
| | | | | | | | * gnu/packages/xdisorg.scm (maim): Update to 5.8.0. [inputs]: Add libwebp. Change-Id: I91fb48b26bdd2393975f14c00d74f70d8f6db11f Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: wlsunset: Update to 0.4.0.Wilko Meyer2024-05-22
| | | | | | | * gnu/packages/xdisorg.scm (wlsunset): Update to 0.4.0. Change-Id: I4638d89c29fd4da2ae9850955bb43875fb00d416 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: wlsunset: Install man pages.Sören Tempel2024-05-22
| | | | | | | | * gnu/packages/xdisorg.scm (wlsunset)[native-inputs]: Add scdoc. Reviewed-by: Dale Mellor <guix-devel-0brg6a@rdmp.org> Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: Iffeb9427a1fd625f9dac4098107336cba639f5e9
* gnu: fuzzel: Update to 1.10.2.Wilko Meyer2024-04-22
| | | | | | | * gnu/packages/xdisorg.scm (fuzzel): Update to 1.10.2. Change-Id: I4a7e0d6082ecdbe82aaa893cfabf3f20101d1d29 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* Merge remote-tracking branch 'savannah/master' into mesa-updatesChristopher Baines2024-04-09
|\ | | | | | | Change-Id: Iad185e2ced97067b3dff8fd722435a6c5e2c00e5
| * gnu: x-resize: Update to 0.3.Maxim Cournoyer2024-03-31
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (x-resize): Update to 0.3. Change-Id: Ifc2e27b83e9243c7d0fac8cd76cee217d870e4d5
* | gnu: libdrm: Update to 2.4.120.Daniel Ziltener2024-03-31
|/ | | | | | | * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.120. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Change-Id: Ibd5be956819bbc6b7df5d5b7cdd02297dc1e2e71
* gnu: clipman: Refresh package style.Sharlatan Hellseher2024-03-27
| | | | | | | | | | | * gnu/packages/xdisorg.scm (clipman): Adjust indentation. [arguments] <#:phases>: Rename 'patch to 'patch-wl-copy-path phase to reflect the purpose. Revert default 'install-license-files phase. [native-inputs]: Remove go-github-com-alecthomas-template and go-github-com-alecthomas-units, they are propagated from go-gopkg-in-alecthomas-kingpin-v2. Change-Id: I5332906c126904ced595aa322be5f933c305c5f7
* gnu: clipman: Simplify package.Sharlatan Hellseher2024-03-27
| | | | | | | | | | * gnu/packages/xdisorg.scm (clipman): [phases] <#:phases>: Adjust 'patch phase to relay on provided module import path. [inputs]: Remove go-github-com-alecthomas-kingpin; add go-gopkg-in-alecthomas-kingpin-v2. Change-Id: I3d9d82af29672ff94cdbd39b18ec4ed61b8e485f
* gnu: clipman: Update to 1.6.2.Sharlatan Hellseher2024-03-27
| | | | | | * gnu/packages/xdisorg.scm (clipman): Update to 1.6.2. Change-Id: I389f93f2d43f1675f2b33694ba84711e42df4eaf
* gnu: clipman: Fix source and home-page URL.Sharlatan Hellseher2024-03-27
| | | | | | | | | | The URI https://github.com/yory8/clipman/ no longer exists. The new project's URL was obtained from the Nix package. * gnu/packages/xdisorg.scm (clipman) [source]: Fix URL. [home-page]: As above. Change-Id: I20e9f22780586ce14d925d5cf106e70de8209e1e
* gnu: go-github-com-alecthomas-units: Move to golang-xyz.Sharlatan Hellseher2024-03-27
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-units): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/xdisorg.scm: Remove (gnu packages golang). Change-Id: I9a4d7da82c9ca1b3c4e0d07d97d8fcde30590e33
* gnu: go-github-com-kballard-go-shellquote: Move to golang-xyz.Sharlatan Hellseher2024-03-27
| | | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-kballard-go-shellquote): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/xdisorg.scm: Remove (gnu packages syncthing). Add (gnu packages golang-xyz). Change-Id: I3ab4cbc55d8ca0ad8b7fec0130bdb935039f2841
* gnu: bemenu: Update to 0.6.21.Timotej Lazar2024-03-25
| | | | | | | * gnu/packages/xdisorg.scm (bemenu): Update to 0.6.21. Change-Id: I222a69470d5d6cb0ff9c21a5940469a0bc901ae0 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: copyq: Fix indentation.Christopher Baines2024-03-22
| | | | | | * gnu/packages/xdisorg.scm (copyq): Fix indentation. Change-Id: I3eb25dd410c0071d28244d4363ae390d2fc54e13
* gnu: copyq: Update to 8.0.0.kiasoc52024-03-22
| | | | | | | * gnu/packages/xdisorg.scm (copyq): Update to 8.0.0. Change-Id: I36fb1eec237f280993a495e56d754961555a8f8e Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: sxhkd: Remove asciidoc from inputs.Zheng Junjie2024-03-19
| | | | | | | | | asciidoc is a developing-time dependency. * gnu/packages/xdisorg.scm(sxhkd)[inputs]: Remove asciidoc. Change-Id: Ib2379193014fdfe21de161691dac46d6e9feb758 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: sxhkd: Use Gexps.Zheng Junjie2024-03-19
| | | | | | | * gnu/packages/xdisorg.scm(sxhkd)[arguments]: Use Gexps. Change-Id: Ib2379193014fdfe21de161691dac46d6e9feb758 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: wob: Update to 0.15.1.Nicolas Goaziou2024-03-17
| | | | | | * gnu/packages/xdisorg.scm (wob): Update to 0.15.1. Change-Id: I5110f98efa8e9478a8a925d5d7e48e4f0cef1499
* gnu: rofi-wayland: Update to 1.7.5+wayland3.John Kehayias2024-03-05
| | | | | | * gnu/packages/xdisorg.scm (rofi-wayland): Update to 1.7.5+wayland3. Change-Id: I43e87790272fe3e6d1b9b2fe9f837025083962d2
* gnu: bemenu: Install man pagesSören Tempel2024-02-18
| | | | | | | | | | | Since version 0.6.5 man pages are written in scdoc, therefore we need to update the dependencies accordingly to ensure that the man pages are build and installed: * gnu/packages/xdisorg.scm (bemenu): Add dependency on scdoc. Signed-off-by: Sören Tempel <soeren@soeren-tempel.net> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: copyq: Update to 7.1.0.kiasoc52024-02-14
| | | | | | | * gnu/packages/xdisorg.scm (copyq): Update to 7.1.0. Change-Id: I843aa403a5d790ac8de67fc4c609fc2e081d39c2 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>