1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00
Commit Graph

1337 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
0aac7fba79 gnu: editres: Update to 1.0.8.
* gnu/packages/xorg.scm (editres): Update to 1.0.8.
2022-05-22 02:00:11 +02:00
Efraim Flashner
e5e0e283ff Merge branch 'master' into staging 2022-05-16 11:14:42 +03:00
Tobias Geerinckx-Rice
5ed3fca18c gnu: iceauth: Update to 1.0.9.
* gnu/packages/xorg.scm (iceauth): Update to 1.0.9.
2022-05-08 02:00:00 +02:00
Ludovic Courtès
284fa72649 Merge branch 'master' into staging 2022-04-28 16:24:46 +02:00
Danny Milosavljevic
32d1f71593 gnu: xterm: Make big cursors work.
* gnu/packages/patches/xterm-370-explicit-xcursor.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xterm)[source]: Add it.
[arguments]<#:configure-flags>: Add "-lXcursor".
2022-04-03 13:46:15 +02:00
Maxim Cournoyer
a9429c8f22 Merge branch 'staging' into core-updates. 2022-03-21 23:39:43 -04:00
Maxim Cournoyer
49b350fafc Merge branch 'master' into staging. 2022-03-21 21:38:19 -04:00
Efraim Flashner
58e3a917e3 gnu: libxrender: Fix cross compiling to riscv64-linux.
* gnu/packages/xorg.scm (libxrender)[arguments]: When cross compiling to
riscv64-linux replace config.sub and config.guess with newer versions.
[native-inputs]: When cross compiling to riscv64-linux add config.
2022-03-07 22:53:26 +02:00
Maxim Cournoyer
0d41fe4855 Merge branch 'staging' into core-updates.
With "conflicts" resolved in (mostly in favor of master/staging):
	gnu/packages/admin.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/gtk.scm
	gnu/packages/kerberos.scm
	gnu/packages/linux.scm
	guix/lint.scm
2022-01-25 23:48:37 -05:00
Maxim Cournoyer
1a5302435f Merge branch 'master' into staging.
With "conflicts" solved (all in favor of master except git) in:
	gnu/local.mk
	gnu/packages/databases.scm
	gnu/packages/glib.scm
	gnu/packages/gnome.scm
	gnu/packages/gnupg.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/graphics.scm
	gnu/packages/gstreamer.scm
	gnu/packages/gtk.scm
	gnu/packages/linux.scm
	gnu/packages/machine-learning.scm
	gnu/packages/networking.scm
	gnu/packages/polkit.scm
	gnu/packages/pulseaudio.scm
	gnu/packages/rpc.scm
	gnu/packages/rust.scm
	gnu/packages/version-control.scm
	gnu/packages/w3m.scm
2022-01-25 22:07:13 -05:00
SeerLite
e25ff31663 gnu: xkeyboard-config: Build man page.
* gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and
remove labels.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-01-23 01:00:00 +01:00
Tobias Geerinckx-Rice
dc42ad4fed Revert "gnu: xkeyboard-config: Build man page."
This reverts commit f7236fa1b2.
2022-01-23 01:00:00 +01:00
SeerLite via Guix-patches via
f7236fa1b2 gnu: xkeyboard-config: Build man page.
* gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and
remove labels.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-01-23 01:00:00 +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
44d72f7216 gnu: libx11: Update to 1.7.3.1.
This update eliminates multiple xkbcomp unresolved symbols warnings.

* gnu/packages/xorg.scm (libx11): Update to 1.7.3.1.  Fix indentation.
[source]: Update origin's URI.
2022-01-10 11:44:27 -05:00
Tobias Geerinckx-Rice
3148cd7144 gnu: console-setup: Update to 1.207.
* gnu/packages/xorg.scm (console-setup): Update to 1.207.
[arguments]: Don't explicitly return #t from phases.
2022-01-13 21:58:33 +00:00
Tobias Geerinckx-Rice
37c84d0774 gnu: perl-x11-xcb: Update to 0.19.
* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.19.
[arguments]: Don't explicitly return #t from phases.
2022-01-13 21:58:33 +00:00
Lars-Dominik Braun
b3b6373cd6 gnu: xpra: Update to 4.3.1.
Fixes: <https://issues.guix.gnu.org/52869>.

* gnu/packages/xorg.scm (xpra): Update to 4.3.1.
[inputs]: Add libxres.
* gnu/packages/patches/xpra-4.2-install_libs.patch: Adjust to updated
setup.py.
2022-01-07 08:58:40 +01:00
Lars-Dominik Braun
927c589256 gnu: xpra: Install Cython-built libraries.
xpra would fail to start, because shared objects were
not installed. It’s not clear why it stopped working,
but it seems it was not the upgrade I reverted in commit
ab6d56d01d to fix #52869. Sorry for the
confusion :(

* gnu/packages/patches/xpra-4.2-install_libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/xorg.scm (xpra)[source]: Add new patch.
[arguments]: Ensure 'build phase runs and passes #:configure-flags
to setup.py.
2022-01-07 08:58:40 +01:00
Lars-Dominik Braun
ab6d56d01d Revert "gnu: xpra: Update to 4.3."
This reverts commit 3debb27e7c.

The upgrade to 4.3 is not trivial and requires changes to the build
process.
2022-01-03 09:15:58 +01:00
Lu Hui
b2ed92ec58 gnu: uim: Fix build with GCC 10.
* gnu/packages/xorg.scm (uim)[arguments]: Pass "-O2 -g -fcommon"
to #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-02 12:42:56 -05:00
Oleg Pykhalov
7edc70ee27 gnu: Add libxpresent.
* gnu/packages/xorg.scm (libxpresent): New variable.
2022-01-01 20:23:35 +03:00
Leo Famulari
0751451ae3 gnu: xorg-server: Update to 21.1.2 [security fixes].
Fixes CVE-2021-4008, CVE-2021-4009, CVE-2021-4010, and CVE-2021-4011.

* gnu/packages/xorg.scm (xorg-server): Update to 21.1.2.
(xorg-server-for-tests): Use version 21.1.1.
2021-12-22 18:37:27 -05:00
Tobias Geerinckx-Rice
b4ee524e5a gnu: imake: Remove input labels.
* gnu/packages/xorg.scm (imake)[inputs]: Remove input labels.
[arguments]: Gexp accordingly.
2021-12-17 22:51:56 +01:00
Maxim Cournoyer
a7c5df90a9 gnu: xf86-video-qxl: Fix build.
* gnu/packages/patches/xf86-video-qxl-fix-build.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/xorg.scm (xf86-video-qxl): Apply it.
2021-12-16 23:49:50 -05:00
Andy Tai
3debb27e7c gnu: xpra: Update to 4.3.
gnu/packages/xorg.scm (xpra): Update to 4.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-16 23:24:51 -05: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
b2af054ca1 gnu: xterm: Update to 370.
* gnu/packages/xorg.scm (xterm): Update to 370.
2021-11-27 16:24:01 +01:00
Ludovic Courtès
612e38bd29 gnu: uim-gtk: Build with '-O2'.
* gnu/packages/xorg.scm (uim-gtk)[arguments]: Pass "-O2 -g".
2021-11-25 15:27:36 +01:00
Ricardo Wurmus
3d109b0306 gnu: uim-qt: Pass -fcommon to compiler.
* gnu/packages/xorg.scm (uim-qt)[arguments]: Add -fcommon to CPPFLAGS.
2021-11-22 20:32:07 +01:00
Ricardo Wurmus
108b923d92 gnu: uim-gtk: Pass -fcommon to compiler.
* gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.
2021-11-22 20:32:07 +01:00
Maxim Cournoyer
7063ee6d9d gnu: libxcursor: Add a search path for XCURSOR_PATH.
* gnu/packages/xorg.scm (libxcursor): Fix indentation.
[native-search-paths]: New field (previously commented).  Update comment.
2021-11-20 08:57:01 -05:00
Maxim Cournoyer
4486870b1a gnu: xorg-server-xwayland: Update to 21.1.3 and adjust package.
Xwayland is no longer part of the main X server distribution and now requires
Meson to build.  This change also turn on EGL support, which was previously
disabled.

* gnu/packages/xorg.scm (xorg-server-xwayland): Do not inherit from
xorg-server.  Update to 21.1.3.
[native-inputs]: New field.
[build-system]: Likewise.
[inputs]: Fully specify inputs, which are a subset of those of xorg-server.
[configure-flags]: Adjust for Meson.
[phases]{patch-/bin/sh}: New phase.
[description, home-page, license]: New fields.
2021-11-18 11:40:10 -05:00
Maxim Cournoyer
6cec904665 gnu: egl-wayland: Update to 1.1.9.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.9.
[native-inputs]: Add libglvnd and mesa-headers.
[inputs]: Add wayland-protocols.
2021-11-18 11:40:10 -05:00
Maxim Cournoyer
0184192e24 gnu: Move eglexternalplatform and egl-wayland to (gnu packages xorg).
This is to avoid a module cycle between (gnu packages xorg) and (gnu packages
graphics).

* gnu/packages/graphics.scm (eglexternalplatform, egl-wayland): Move to...
* gnu/packages/xorg.scm: ... this file.  Remove trailing #t.
2021-11-18 11:40:09 -05:00
Maxim Cournoyer
87b4c66b72 gnu: xorg-server: Enable X security extensions (xcsecurity).
Fixes <https://issues.guix.gnu.org/23317>.

* gnu/packages/xorg.scm (xorg-server)
[configure-flags]: Add --enable-xcsecurity.
2021-11-18 11:40:09 -05:00
Maxim Cournoyer
5be685f554 gnu: xorg-server: Update to 21.1.1 and reinstate parallel tests.
* gnu/packages/xorg.scm (xorg-server): Update to 21.1.1.
[parallel-tests?]: Tentatively remove argument; added in 2015 without a
comment.
2021-11-18 11:40:09 -05:00
Maxim Cournoyer
b3e1f58f2e gnu: libxkbfile: Propagate libx11 and kbproto.
* gnu/packages/xorg.scm (libxkbfile): Fix indentation.
[inputs]{libx11}: Move to...
[propagated-inputs]: ... here.  Add kbproto.
2021-11-18 11:40:09 -05:00
Josselin Poiret
674dbeb436 gnu: xf86-video-nouveau: Use upstream patch for xorg-server 21.1.
* gnu/packages/patches/xf86-video-nouveau-fixup-ABI.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-nouveau): Use it.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
2021-11-18 10:47:05 -05:00
Josselin Poiret
5726411038 gnu: xf86-video-mach64: Patch to build with xorg-server 21.1.
* gnu/packages/patches/xf86-video-mach64-bool-to-boolean.patch: New
patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xf86-video-mach64): Use it.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
2021-11-18 10:46:56 -05:00
Ludovic Courtès
3a317f7476 Merge branch 'master' into core-updates-frozen 2021-11-17 23:43:14 +01:00
Maxim Cournoyer
2541a0527e gnu: hackneyed-x11-cursors: Update to 0.8.2.
* gnu/packages/xorg.scm (hackneyed-x11-cursors): Update to 0.8.2.
2021-11-11 12:18:35 -05:00
Maxim Cournoyer
bfa1e12bb8 gnu: xorg-server: Fix indentation.
* gnu/packages/xorg.scm (xorg-server): Fix indentation.  Remove trailing #t.
2021-11-11 12:18:27 -05:00
Maxim Cournoyer
8265e209b3 gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0.
* gnu/packages/xorg.scm (xorg-server): Update to 21.1.0.
[origin]: Update URI.
(xorg-server-for-tests)[version]: Delete field.
[source]: Likewise.
[propagated-inputs]: Add libxcvt and an explanatory comment.
2021-11-11 12:18:27 -05:00
Maxim Cournoyer
27a7c46598 gnu: Add libxcvt.
* gnu/packages/xorg.scm (libxcvt): New variable.
2021-11-11 12:18:27 -05:00
Maxim Cournoyer
3dd2ad6aee gnu: xorgproto: Update to 2021.5.
* gnu/packages/xorg.scm (xorgproto): Update to 2021.5.
2021-11-11 12:18:27 -05:00
Maxim Cournoyer
bcfff754ff gnu: xkeyboard-config: Update to 2.34.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.34.
2021-11-11 12:18:27 -05:00
Matthew James Kraai
fecea3b531 gnu: libevdev: Update to 1.11.0.
* gnu/packages/xorg.scm (libevdev): Update to 1.11.0.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-11-11 10:31:20 -05:00