Age | Commit message (Expand) | Author |
---|---|---|
2022-10-25 | gnu: console-font: Install bdf2psf....* gnu/packages/xorg.scm (console-font)[arguments]: Add custom 'install-bdf2psf phase to install bdf2psf and its manpage. | Efraim Flashner |
2022-10-16 | gnu: xcb-util-cursor: Update to 0.1.4....* gnu/packages/xorg.scm (xcb-util-cursor): Update to 0.1.4. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: xterm: Update to 374....* gnu/packages/xorg.scm (xterm): Update to 374. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: xrefresh: Update to 1.0.7....* gnu/packages/xorg.scm (xrefresh): Update to 1.0.7. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: xmessage: Update to 1.0.6....* gnu/packages/xorg.scm (xmessage): Update to 1.0.6. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: smproxy: Update to 1.0.7....* gnu/packages/xorg.scm (smproxy): Update to 1.0.7. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: xmag: Use G-expressions....* gnu/packages/xorg.scm (xmag)[arguments]: Rewrite as G-expressions. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: xmag: Update to 1.0.7....* gnu/packages/xorg.scm (xmag): Update to 1.0.7. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: xkbutils: Update to 1.0.5....* gnu/packages/xorg.scm (xkbutils): Update to 1.0.5. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: xev: Update to 1.2.5....* gnu/packages/xorg.scm (xev): Update to 1.2.5. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: libxp: Update to 1.0.4....* gnu/packages/xorg.scm (libxp): Update to 1.0.4. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: libfs: Update to 1.0.9....* gnu/packages/xorg.scm (libfs): Update to 1.0.9. | Tobias Geerinckx-Rice |
2022-10-16 | gnu: console-setup: Update to 1.210....* gnu/packages/xorg.scm (console-setup): Update to 1.210. | Tobias Geerinckx-Rice |
2022-10-08 | gnu: egl-wayland: Update to 1.1.11....* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.11. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> | Hilton Chain |
2022-09-12 | gnu: xvfb-run: Update to 1.20.11-1....* gnu/packages/xorg.scm (xvfb-run): Update to 1.20.11-1. [phases]: Use gexps. {build}: Use search-input-file. | Maxim Cournoyer |
2022-09-12 | gnu: egl-wayland: Update to 1.1.10....* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.10. | Maxim Cournoyer |
2022-08-14 | gnu: font-util: Update to 1.3.3....* gnu/packages/xorg.scm (font-util): Update to 1.3.3. | Tobias Geerinckx-Rice |
2022-08-14 | gnu: encodings: Update to 1.0.6....* gnu/packages/xorg.scm (encodings): Update to 1.0.6. | Tobias Geerinckx-Rice |
2022-08-02 | gnu: xpra: Update to 4.3.4...gnu/packages/xorg.scm (xpra): Update to 4.3.4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> | andy Tai |
2022-07-24 | gnu: console-setup: Use G-expressions....* gnu/packages/xorg.scm (console-setup)[arguments]: Rewrite as G-expressions. | Tobias Geerinckx-Rice |
2022-07-24 | gnu: console-setup: Clean up #:make-flags....* gnu/packages/xorg.scm (console-setup)[arguments]: Properly set #:make-flags once. Use them across all phases. | Tobias Geerinckx-Rice |
2022-07-24 | gnu: console-setup: Fix cross-compilation....* gnu/packages/xorg.scm (console-setup)[inputs]: Add bash-minimal and coreutils. [arguments]: Use them in place of the native ones where appropriate. | Tobias Geerinckx-Rice |
2022-07-24 | gnu: console-setup: Update to 1.209....* gnu/packages/xorg.scm (console-setup): Update to 1.209. | Tobias Geerinckx-Rice |
2022-07-14 | gnu: xorg-server: Update to 21.1.4 [fixes CVE-2022-2319, CVE-2022-2320]....* gnu/packages/xorg.scm (xorg-server): Update to 21.1.4. | Marius Bakke |
2022-07-12 | gnu: inkscape: Rename variable to inkscape/stable and hide package....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. | Maxim Cournoyer |
2022-07-11 | gnu: xorg: Normalize whitespace between package definitions....* gnu/packages/xorg.scm: Use a single blank line between packages. | Maxim Cournoyer |
2022-07-11 | gnu: luit: Fix invalid locale.alias location....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. | Maxim Cournoyer |
2022-07-11 | gnu: luit: Fix indentation....* gnu/packages/xorg.scm (luit): Fix indentation. | Maxim Cournoyer |
2022-07-11 | gnu: xwud: Update to 1.0.6....* gnu/packages/xorg.scm (xwud): Update to 1.0.6. | Efraim Flashner |
2022-07-11 | gnu: xpr: Update to 1.1.0....* gnu/packages/xorg.scm (xpr): Update to 1.1.0. | Efraim Flashner |
2022-07-11 | gnu: xfontsel: Update to 1.1.0....* gnu/packages/xorg.scm (xfontsel): Update to 1.1.0. | Efraim Flashner |
2022-07-11 | gnu: xf86-video-mga: Update to 2.0.1....* gnu/packages/xorg.scm (xf86-video-mga): Update to 2.0.1. | Efraim Flashner |
2022-07-11 | gnu: xf86-video-cirrus: Update to 1.6.0....* gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.6.0. | Efraim Flashner |
2022-07-11 | gnu: xf86-input-synaptics: Update to 1.9.2....* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.9.2. | Efraim Flashner |
2022-07-11 | gnu: xcmsdb: Update to 1.0.6....* gnu/packages/xorg.scm (xcmsdb): Update to 1.0.6. | Efraim Flashner |
2022-07-11 | gnu: xf86-video-mach64: Update to 6.9.7....* 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. | Efraim Flashner |
2022-06-12 | Merge branch 'master' into staging | Ludovic Courtès |
2022-06-08 | Merge branch 'master' into staging | Ludovic Courtès |
2022-06-06 | gnu: uim: Build reproducibly....* gnu/packages/xorg.scm (uim)[arguments]: Disable parallel build. | Vagrant Cascadian |
2022-06-10 | gnu: mkfontscale: Update to 1.2.2....* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.2. | Efraim Flashner |
2022-06-10 | gnu: xauth: Update to 1.1.2....* gnu/packages/xorg.scm (xauth): Update to 1.1.2. | Efraim Flashner |
2022-06-10 | gnu: xcalc: Update to 1.1.1....* gnu/packages/xorg.scm (xcalc): Update to 1.1.1. | Efraim Flashner |
2022-06-10 | gnu: xdpyinfo: Update to 1.3.3....* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.3. | Efraim Flashner |
2022-06-10 | gnu: xf86-input-libinput: Update to 1.2.1....* gnu/packages/xorg.scm (xf86-input-libinput): Update to 1.2.1. | Efraim Flashner |
2022-06-10 | gnu: xf86-video-amdgpu: Update to 22.0.0....* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 22.0.0. | Efraim Flashner |
2022-06-10 | gnu: xf86-video-dummy: Update to 0.4.0....* gnu/packages/xorg.scm (xf86-video-dummy): Update to 0.4.0. | Efraim Flashner |
2022-06-10 | gnu: xlsfonts: Update to 1.0.7....* gnu/packages/xorg.scm (xlsfonts): Update to 1.0.7. | Efraim Flashner |
2022-06-10 | gnu: xorg-sgml-doctools: Update to 1.12....* gnu/packages/xorg.scm (xorg-sgml-doctools): Update to 1.12. | Efraim Flashner |
2022-06-10 | gnu: twm: Update to 1.0.12....* gnu/packages/xorg.scm (twm): Update to 1.0.12. | Efraim Flashner |
2022-06-09 | Revert "gnu: uim: Build reproducibly."...The fix was ineffective. This reverts commit da115f9f7a7131143fe15f4aa7cdf435c10bfe46. | Vagrant Cascadian |