Age | Commit message (Collapse) | Author |
|
|
|
|
|
* gnu/packages/xorg.scm (uim)[arguments]: Disable parallel build.
|
|
* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.2.
|
|
* gnu/packages/xorg.scm (xauth): Update to 1.1.2.
|
|
* gnu/packages/xorg.scm (xcalc): Update to 1.1.1.
|
|
* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.3.
|
|
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.2.1.
|
|
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 22.0.0.
|
|
* gnu/packages/xorg.scm (xf86-video-dummy): Update to 0.4.0.
|
|
* gnu/packages/xorg.scm (xlsfonts): Update to 1.0.7.
|
|
* gnu/packages/xorg.scm (xorg-sgml-doctools): Update to 1.12.
|
|
* gnu/packages/xorg.scm (twm): Update to 1.0.12.
|
|
The fix was ineffective.
This reverts commit da115f9f7a7131143fe15f4aa7cdf435c10bfe46.
|
|
* gnu/packages/xorg.scm (setroot)[inputs]: Use IMLIB2-1.7 instead of
IMLIB2.
|
|
|
|
* gnu/packages/xorg.scm (editres): Update to 1.0.8.
|
|
|
|
* gnu/packages/xorg.scm (iceauth): Update to 1.0.9.
|
|
|
|
* 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".
|
|
|
|
* 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.
|
|
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
|
|
This reverts commit f7236fa1b2e92288633b4261997b55914e25648b.
|
|
* gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and
remove labels.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
|
|
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.
|
|
* gnu/packages/xorg.scm (console-setup): Update to 1.207.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.19.
[arguments]: Don't explicitly return #t from phases.
|
|
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.
|
|
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
ab6d56d01d62757caa66fe0a23e8864c9122f0e6 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.
|
|
This reverts commit 3debb27e7ccdb614589adbc9b28b050c785abc01.
The upgrade to 4.3 is not trivial and requires changes to the build
process.
|
|
* gnu/packages/xorg.scm (uim)[arguments]: Pass "-O2 -g -fcommon"
to #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/xorg.scm (libxpresent): New variable.
|
|
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.
|
|
* gnu/packages/xorg.scm (imake)[inputs]: Remove input labels.
[arguments]: Gexp accordingly.
|
|
* 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.
|
|
gnu/packages/xorg.scm (xpra): Update to 4.3.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
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.)
|
|
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|
|
|
* gnu/packages/xorg.scm (xterm): Update to 370.
|
|
* gnu/packages/xorg.scm (uim-gtk)[arguments]: Pass "-O2 -g".
|
|
* gnu/packages/xorg.scm (uim-qt)[arguments]: Add -fcommon to CPPFLAGS.
|
|
* gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.
|
|
* gnu/packages/xorg.scm (libxcursor): Fix indentation.
[native-search-paths]: New field (previously commented). Update comment.
|
|
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.
|
|
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.9.
[native-inputs]: Add libglvnd and mesa-headers.
[inputs]: Add wayland-protocols.
|
|
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.
|