summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
AgeCommit message (Collapse)Author
2022-11-22gnu: libwindowswm: Add missing input.Marius Bakke
* gnu/packages/xorg.scm (libwindowswm)[inputs]: Add WINDOWSWMPROTO.
2022-10-25gnu: console-font: Install bdf2psf.Efraim Flashner
* gnu/packages/xorg.scm (console-font)[arguments]: Add custom 'install-bdf2psf phase to install bdf2psf and its manpage.
2022-10-16gnu: xcb-util-cursor: Update to 0.1.4.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xcb-util-cursor): Update to 0.1.4.
2022-10-16gnu: xterm: Update to 374.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xterm): Update to 374.
2022-10-16gnu: xrefresh: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xrefresh): Update to 1.0.7.
2022-10-16gnu: xmessage: Update to 1.0.6.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xmessage): Update to 1.0.6.
2022-10-16gnu: smproxy: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (smproxy): Update to 1.0.7.
2022-10-16gnu: xmag: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xmag)[arguments]: Rewrite as G-expressions.
2022-10-16gnu: xmag: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xmag): Update to 1.0.7.
2022-10-16gnu: xkbutils: Update to 1.0.5.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xkbutils): Update to 1.0.5.
2022-10-16gnu: xev: Update to 1.2.5.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (xev): Update to 1.2.5.
2022-10-16gnu: libxp: Update to 1.0.4.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (libxp): Update to 1.0.4.
2022-10-16gnu: libfs: Update to 1.0.9.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (libfs): Update to 1.0.9.
2022-10-16gnu: console-setup: Update to 1.210.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (console-setup): Update to 1.210.
2022-10-08gnu: egl-wayland: Update to 1.1.11.Hilton Chain
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.11. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-12gnu: xvfb-run: Update to 1.20.11-1.Maxim Cournoyer
* gnu/packages/xorg.scm (xvfb-run): Update to 1.20.11-1. [phases]: Use gexps. {build}: Use search-input-file.
2022-09-12gnu: egl-wayland: Update to 1.1.10.Maxim Cournoyer
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.10.
2022-08-14gnu: font-util: Update to 1.3.3.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (font-util): Update to 1.3.3.
2022-08-14gnu: encodings: Update to 1.0.6.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (encodings): Update to 1.0.6.
2022-08-02gnu: xpra: Update to 4.3.4andy Tai
gnu/packages/xorg.scm (xpra): Update to 4.3.4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-07-24gnu: console-setup: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (console-setup)[arguments]: Rewrite as G-expressions.
2022-07-24gnu: console-setup: Clean up #:make-flags.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (console-setup)[arguments]: Properly set #:make-flags once. Use them across all phases.
2022-07-24gnu: console-setup: Fix cross-compilation.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (console-setup)[inputs]: Add bash-minimal and coreutils. [arguments]: Use them in place of the native ones where appropriate.
2022-07-24gnu: console-setup: Update to 1.209.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (console-setup): Update to 1.209.
2022-07-14gnu: xorg-server: Update to 21.1.4 [fixes CVE-2022-2319, CVE-2022-2320].Marius Bakke
* gnu/packages/xorg.scm (xorg-server): Update to 21.1.4.
2022-07-12gnu: inkscape: Rename variable to inkscape/stable and hide package.Maxim Cournoyer
This will allow introducing a new 'inkscape' package that can be more freely upgraded on the main branch. * gnu/packages/inkscape.scm (inkscape): Rename to... (inkscape/stable): ... this, and make it a hidden package. * gnu/packages/admin.scm (wpa-supplicant-gui)[native-inputs]: Rename inkscape input accordingly. * gnu/packages/docbook.scm (dblatex): Likewise. * gnu/packages/gnome-xyz.scm (arc-theme): Likewise. * gnu/packages/python-xyz.scm (python-matplotlib-documentation): Likewise. (python-nbconvert): Likewise. * gnu/packages/xfce.scm (xfdesktop): Likewise. * gnu/packages/xorg.scm (hackneyed-x11-cursors): Likewise.
2022-07-11gnu: xorg: Normalize whitespace between package definitions.Maxim Cournoyer
* gnu/packages/xorg.scm: Use a single blank line between packages.
2022-07-11gnu: luit: Fix invalid locale.alias location.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/43592>. * gnu/packages/xorg.scm (mkfontscale)[configure-flags]: Point to libx11's locale.alias file via the '--with-localealiasfile' configure option. [inputs]{libx11}: New input.
2022-07-11gnu: luit: Fix indentation.Maxim Cournoyer
* gnu/packages/xorg.scm (luit): Fix indentation.
2022-07-11gnu: xwud: Update to 1.0.6.Efraim Flashner
* gnu/packages/xorg.scm (xwud): Update to 1.0.6.
2022-07-11gnu: xpr: Update to 1.1.0.Efraim Flashner
* gnu/packages/xorg.scm (xpr): Update to 1.1.0.
2022-07-11gnu: xfontsel: Update to 1.1.0.Efraim Flashner
* gnu/packages/xorg.scm (xfontsel): Update to 1.1.0.
2022-07-11gnu: xf86-video-mga: Update to 2.0.1.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-mga): Update to 2.0.1.
2022-07-11gnu: xf86-video-cirrus: Update to 1.6.0.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.6.0.
2022-07-11gnu: xf86-input-synaptics: Update to 1.9.2.Efraim Flashner
* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.9.2.
2022-07-11gnu: xcmsdb: Update to 1.0.6.Efraim Flashner
* gnu/packages/xorg.scm (xcmsdb): Update to 1.0.6.
2022-07-11gnu: xf86-video-mach64: Update to 6.9.7.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.7. [source]: Remove patches. * gnu/packages/patches/xf86-video-mach64-bool-to-boolean.patch, gnu/packages/patches/xf86-video-mach64-glibc-2.20.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
2022-06-12Merge branch 'master' into stagingLudovic Courtès
2022-06-08Merge branch 'master' into stagingLudovic Courtès
2022-06-06gnu: uim: Build reproducibly.Vagrant Cascadian
* gnu/packages/xorg.scm (uim)[arguments]: Disable parallel build.
2022-06-10gnu: mkfontscale: Update to 1.2.2.Efraim Flashner
* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.2.
2022-06-10gnu: xauth: Update to 1.1.2.Efraim Flashner
* gnu/packages/xorg.scm (xauth): Update to 1.1.2.
2022-06-10gnu: xcalc: Update to 1.1.1.Efraim Flashner
* gnu/packages/xorg.scm (xcalc): Update to 1.1.1.
2022-06-10gnu: xdpyinfo: Update to 1.3.3.Efraim Flashner
* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.3.
2022-06-10gnu: xf86-input-libinput: Update to 1.2.1.Efraim Flashner
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.2.1.
2022-06-10gnu: xf86-video-amdgpu: Update to 22.0.0.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 22.0.0.
2022-06-10gnu: xf86-video-dummy: Update to 0.4.0.Efraim Flashner
* gnu/packages/xorg.scm (xf86-video-dummy): Update to 0.4.0.
2022-06-10gnu: xlsfonts: Update to 1.0.7.Efraim Flashner
* gnu/packages/xorg.scm (xlsfonts): Update to 1.0.7.
2022-06-10gnu: xorg-sgml-doctools: Update to 1.12.Efraim Flashner
* gnu/packages/xorg.scm (xorg-sgml-doctools): Update to 1.12.
2022-06-10gnu: twm: Update to 1.0.12.Efraim Flashner
* gnu/packages/xorg.scm (twm): Update to 1.0.12.