summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: egl-wayland: Update to 1.1.17.•••* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.17. Change-Id: I202496a160ac825a86a07700b1dc2b75c9d8d87f Hilton Chain2024-12-201-2/+2
* gnu: eglexternalplatform: Update to 1.2.•••* gnu/packages/xorg.scm (eglexternalplatform): Update to 1.2. [build-system]: Switch to meson-build-system. Change-Id: I8fcc3155b3f2897a679c79084b1eedb7947e57ab Hilton Chain2024-12-201-27/+3
* gnu: Remove egl-gbm.•••* gnu/packages/xorg.scm (egl-gbm): Delete variable. Change-Id: I5154009ac81f5a8fcf789a80d32217a95280d15b Hilton Chain2024-12-201-23/+0
* gnu: build-system/pyproject: Add missing native-inputs.•••* gnu/packages/bioinformatics.scm (python-ega-download-client) [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/databases.scm (datasette)[native-inputs]: Add python-pip. * gnu/packages/django.scm (python-django-localflavor, python-django-contact-form)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/graphviz.scm (python-uqbar)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/jupyter.scm (python-jupyterlab-server)[native-inputs]: Add python-wheel. (python-nbstripout)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/machine-learning.scm (python-captum, python-linear-operator, python-gpytorch)[native-inputs]: Add python-setuptools. * gnu/packages/music.scm (abjad, abjad-ext-rmarkers, abjed-ext-nauert, python-mutagen)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/package-management.scm (python-conda-package-handling)[native-inputs]: Add python-setuptools and python-wheel. (conda)[native-inputs]: Add python-wheel. * gnu/packages/python-check.scm (python-pyinstrument, python-pytest-testmon, python-pytest-trio, python-nbval, python-pytest-toolbox)[native-inputs]: Add python-setuptools and python-wheel. (python-nptyping)[native-inputs]: Add python-setuptools. * gnu/packages/python-check.scm (python-dask-expr)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/python-web.scm (parfive, python-aioftp, python-hupper, python-sanic, python-mechanicalsoup, python-tinycss, python-aiostream, python-cbor2, gunicorn)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/python-xyz.scm (python-apprise, python-jaraco-classes, python-sparse, python-shtab, python-pyan3)[native-inputs]: Add python-setuptools. (python-jupytext, python-orderedmultidict, python-identify, python-nodeenv, python-cfgv, python-zarr, python-multipart, python-nbconvert, python-cram, python-immutables, python-numpydoc, python-cairosvg, python-unidecode, python-black, python-multidict, python-mpv-jsonipc, python-humanize, python-cmd2)[native-inputs]: Add python-setuptools and python-wheel. (python-partd, python-dask, python-zarr)[native-inputs]: Add python-wheel. (python-nbconvert)[propagated-inputs]: Add texlive-etoolbox. Remove duplicate textlive-jknapltx. (python-isort)[native-inputs]: Add python-pip. * gnu/packages/simulation.scm (python-fenics-dijitso)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/sphinx.scm (python-pydata-sphinx-theme, python-sphinx-autodoc-typehints)[native-inputs]: Add python-setuptools. * gnu/packages/syndication.scm (tuir)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/terminals.scm (python-halo)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/time.scm (python-arrow, python-dateutil) [native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/version-control.scm (pre-commit)[native-inputs]: Add python-setuptools and python-wheel. Remove input labels. * gnu/packages/virtualization.scm (python-qemu-qmp, python-transient)[native-inputs]: Add python-setuptools and python-wheel. * gnu/packages/xorg.scm (python-xcffib)[native-inputs]: Add python-setuptools and python-wheel. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Id61cf8cdc47bd4c2871c0a9c8e9a5bfd51157df0 Nicolas Graves2024-12-131-1/+7
* gnu: Add ghc-xcb-types.•••* gnu/packages/xorg.scm (ghc-xcb-types): New variable. Change-Id: I42d1d49251e9c3d56aecf012a52fff34e678bd94 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves2024-12-131-0/+25
* gnu: python-xcffib: Move to (gnu packages xorg).•••* /gnu/packages/python-xyz.scm (python-xcffib): Move from here… * gnu/packages/xorg.scm (python-xcffib): …to here. The package's build is fully rewritten and updated to version 1.5.0. Change-Id: Ia77b9fc2160dacd77c3eaf4199278046a52515d7 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves2024-12-131-0/+41
* gnu: Add xcffibgen.•••* gnu/packages/xorg.scm (xcffibgen): New variable. Change-Id: Ibcbacdfdeaa657ec1ded7dcc09c10c7fc2aa6717 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Graves2024-12-131-0/+33
* gnu: libpciaccess: Support the 64bit Hurd.•••* gnu/packages/patches/libpciaccess-hurd64.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/xorg.scm (libpciaccess) [arguments]: Use g-expressions. When building for the 64bit Hurd, use it in new "apply-hurd64-patch" phase. Change-Id: I8936377da726681b748cc010e1fbae3fb19dee05 Janneke Nieuwenhuizen2024-12-031-7/+16
* gnu: xpra: Update to 6.2.1.•••* gnu/packages/xorg.scm (xpra): Update to 6.2.1. Change-Id: I7ab505cddd5aae59aea29f7c980a6d1ea4154bdb Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai2024-11-281-2/+2
* gnu: xorg-server: Update to 21.1.14 [security fixes].•••This fixes CVE-2024-9632. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.14. Change-Id: I35fdd57991eef89fe339a0f79d361e05985187ce Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Kaelyn Takata2024-11-281-2/+2
* gnu: xorg-server-xwayland: Update to 24.1.4. [security fixes]•••This fixes CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083. * gnu/packages/xorg.scm (xorgproto-2024): New variable. (xorg-server-xwayland): Update to 24.1.4. [arguments]<#:configure-flags>: Remove "-Dxwayland_eglstream=true". Change-Id: Ib0e1b8ff540d1404f45fb09aff1f8d0ead9fa2e7 Danny Milosavljevic2024-11-211-5/+16
* gnu: bdftopcf: Update to 1.1.1.•••* gnu/packages/xorg.scm (bdftopcf): Update to 1.1.1. Change-Id: I89baee205beb7fa3c4f7b04a38ab0973d4689a1f Tobias Geerinckx-Rice2024-09-081-10/+7
* gnu: libxft: Update to 2.3.8.•••* gnu/packages/xorg.scm (libxft): Update to 2.3.8. Change-Id: I27b1e10ba700c700445c93267605ea53c481f122 Signed-off-by: Christopher Baines <mail@cbaines.net> msglm2024-08-311-3/+3
* gnu: uim: Fix build.•••* gnu/packages/xorg.scm (uim)[arguments]: Don't refer to nonexistent 'fix-install-path' phase. Change-Id: I2d5412ee36ef944ac5531ad50d215ad3cf082f0f 宋文武2024-08-311-1/+1
* gnu: libice: Update to 1.1.1.•••* gnu/packages/xorg.scm (libice): Update to 1.1.1. Change-Id: I560ce3f78840bbe7b92ca4c917fff40f57d9215c Maxim Cournoyer2024-08-311-2/+2
* gnu: libxres: Update to 1.2.2.•••* gnu/packages/xorg.scm (libxres): Update to 1.2.2. [source]: Fix uri due to release of xz archive. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Petr Hodina2024-08-311-3/+3
* gnu: xset: Update to 1.2.5.•••* gnu/packages/xorg.scm (xset): Update to 1.2.5. [source]: Fix uri due to release of xz archive. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Petr Hodina2024-08-311-3/+3
* gnu: xprop: Update to 1.2.6.•••* gnu/packages/xorg.scm (xprop): Update to 1.2.6. [source]: Fix uri due to release of xz archive. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Petr Hodina2024-08-311-3/+4
* gnu: transset: Update to 1.0.3.•••* gnu/packages/xorg.scm (transset): Update to 1.0.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Petr Hodina2024-08-311-2/+2
* gnu: libice: Update to 1.1.0.•••* gnu/packages/xorg.scm (libice): Update to 1.1.0. [source]: Fix uri due to release of xz archive. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Petr Hodina2024-08-311-3/+3
* gnu: libxcomposite: Update to 0.4.6.•••* gnu/packages/xorg.scm (libxcomposite): Update to 0.4.6. [source]: Fix uri due to release of xz archive. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Petr Hodina2024-08-311-3/+3
* gnu: mkfontdir: Add bash-minimal to inputs.•••* gnu/packages/xorg.scm (mkfontdir) [inputs]: Add bash-minimal. Change-Id: I06cbf812474e06f93fe642e2780c184c1ce4a470 Maxim Cournoyer2024-08-311-1/+1
* build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod...•••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 Maxim Cournoyer2024-08-311-1/+1
* gnu: xpra: Update to 6.1.2.•••* gnu/packages/xorg.scm (xpra): Update to 6.1.2. Change-Id: Ib1f4ed522c94cbfa1ff1b874dad1ee2f0b74baf3 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai2024-08-291-2/+2
* gnu: xpra: Update to 6.1.0.•••* gnu/packages/xorg.scm (xpra): Update to 6.1.0. [source](origin): Update patch file name. * gnu/packages/patches/xpra-6.0-install_libs.patch: Delete. * gnu/packages/patches/xpra-6.1-install_libs.patch: New file. * gnu/local.mk: Unregister deleted file and register new file. Change-Id: I38dab99fbb369ab7e8daf2795dc37aa1a36a63de Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai2024-08-111-3/+3
* gnu: xpra: Update to 6.0.2.•••* gnu/packages/xorg.scm (xpra): update to 6.0.2. Change-Id: I71289947783fce1c60ec84e0dd5a4bbe3d077bd9 Signed-off-by: jgart <jgart@dismail.de> Andy Tai2024-07-091-2/+2
* gnu: xpra: Update to 6.0.1.•••* gnu/packages/xorg.scm (xpra): Update to 6.0.1. Change-Id: Iddd33aa57f1959c753df892c9b26df48e85b16ad Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai2024-05-261-5/+7
* gnu: xpra: Update to 6.0.•••* gnu/packages/xorg.scm (xpra): Update to 6.0. [inputs]: Add xxhash. [native-inputs]: Change python-cython to python-cython-3. * gnu/packages/patches/xpra-6.0-install_libs.patch: New file. * gnu/packages/patches/xpra-6.0-systemd-run.patch: New file. * gnu/packages/patches/xpra-5.0-install_libs.patch: Removed. * gnu/packages/patches/xpra-5.0-systemd-run.patch: Removed. * gnu/local.mk (dist_patch_DATA): Update accordingly Change-Id: Ic8ec98296220aebabb3d94951e11a3c957a8fcbc Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai2024-05-141-5/+7
* gnu: xpra: Update to 5.0.8.•••* gnu/packages/xorg.scm (xpra): Updatw to 5.0.8. Change-Id: I6107d5c3469ca0576c668d1a68bf1148b8f055b6 Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai2024-04-151-2/+2
* gnu: xorg-server: Update to 21.1.12 [security fixes].•••Fixes CVE-2024-31080, CVE-2024-31081, CVE-2024-31081, and CVE-2024-31083. See the X.Org Security Advisory, <https://lists.x.org/archives/xorg/2024-April/061615.html>, for details. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.12. Change-Id: I384b91344f122f02e6261e2061bc45439cb03f7c John Kehayias2024-04-031-2/+2
* gnu: xorg-server-xwayland: Update to 23.2.5 [security fixes].•••Fixes CVE-2024-31080, CVE-2024-31081, and CVE-2024-31083. See the X.Org Security Advisory, <https://lists.x.org/archives/xorg/2024-April/061615.html>, for details. * gnu/packages/xorg.scm (xorg-server-xwayland): Update to 23.2.5. Change-Id: I8d6b8f65bb6d06374a1ea925b5ff2a399a3efeac John Kehayias2024-04-031-3/+3
* Merge branch 'emacs-team'Liliana Marie Prikler2024-03-301-12/+1
|\
| * Merge branch 'master' into emacs-teamLiliana Marie Prikler2024-03-271-2/+2
| |\
| * \ Merge branch 'master' into emacs-teamLiliana Marie Prikler2024-03-021-2/+25
| |\ \
| * \ \ Merge branch 'master' into emacs-teamLiliana Marie Prikler2024-01-211-49/+44
| |\ \ \
| * | | | gnu: uim: Keep Emacs files in subdirectory.•••* gnu/packages/xorg.scm (uim)[arguments]<#:configure-flags>: Drop “--with-lispdir”. <#:phases>: Drop ‘fix-install-path’. Adjust ‘make-autoloads’ accordingly. Liliana Marie Prikler2023-11-011-12/+1
* | | | | gnu: xterm: Update to 390.•••* gnu/packages/xorg.scm (xterm): Update to 390. Change-Id: I136f0ad8670642a9afec3811b47138e360f34f3a Efraim Flashner2024-03-261-3/+3
| |_|_|/ |/| | |
* | | | gnu: xpra: Update to 5.0.7.•••* gnu/packages/xorg.scm (xpra): Update to 5.0.7. Change-Id: I5a1f3e6d39fb0bf7a8a1858574e34c49d57630f5 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Andy Tai2024-03-101-2/+2
| |_|/ |/| |
* | | gnu: Add egl-gbm.•••* gnu/packages/xorg.scm (egl-gbm): New variable. Change-Id: Idb7785e898f7289ddc6100d3d11b797db163ca3e Hilton Chain2024-02-051-0/+23
* | | gnu: egl-wayland: Update to 1.1.13.•••* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.13. Change-Id: I2ecc5776e80f3bcebcfbbcde34865692a8758845 Hilton Chain2024-02-051-2/+2
| |/ |/|
* | gnu: xorg-server-xwayland: Update to 23.2.4 [security fixes].•••Fixes CVE-2023-6816, CVE-2024-0229, CVE-2024-21885, CVE-2024-21886, CVE-2024-0409, and CVE-2024-0408. See the X.Org security advisory <https://lists.x.org/archives/xorg/2024-January/061525.html> for more information. * gnu/packages/xorg.scm (xorg-server-xwayland): Update to 23.2.4. Change-Id: Ie6343d34652ba0caf00940775b5b227dd9bc05bc Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Kaelyn Takata2024-01-201-2/+2
* | gnu: xorg-server: Update to 21.1.11 [security fixes].•••Fixes CVE-2023-6816, CVE-2024-0229, CVE-2024-21885, CVE-2024-21886, CVE-2024-0409, and CVE-2024-0408. See the X.Org security advisory <https://lists.x.org/archives/xorg/2024-January/061525.html> for more information. Copyright line updated as followup to commits 3080abba40c819933d1857abe4abaaa3cf65baab and 158502e40d800407f1bd697dd5dd0437086730bf. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.11. Change-Id: I07cb273e2a504f94f8f26624d26ad79c6e92f109 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Kaelyn Takata2024-01-201-2/+3
* | Merge branch 'master' into mesa-updates•••Change-Id: I46ca25bea98d25150877421c6d5161752afabb25 John Kehayias2024-01-041-2/+20
|\ \
| * | gnu: xcb-util-renderutil: Fix cross-compiling to riscv64-linux.•••* gnu/packages/xorg.scm (xcb-util-renderutil) [native-inputs]: When cross compiling to riscv64-linux-gnu, add config. [arguments]: When target riscv64-linux-gnu, add update-config-scripts phase. Change-Id: I906a2b7b7691ae53592cfa35ba64fc7e7d735664 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Zheng Junjie2023-12-291-2/+20
* | | gnu: xorg-server-xwayland: Update to 23.2.3 [security fixes].•••Fixes CVE-2023-5367 and CVE-2023-5380. See the X.Org security advisory <https://lists.x.org/archives/xorg-announce/2023-October/003430.html> for more information. Also fixes CVE-2023-6377 and CVE-2023-6478. See the X.Org security advisory <https://lists.x.org/archives/xorg-announce/2023-December/003435.html> for more information. * gnu/packages/xorg.scm (xorg-server-xwayland): Update to 23.2.3. [inputs]: Add libxcvt. [properties]: Set upstream-name. Change-Id: I05427b1d93d07a4210466f290621c1ca5effb4af Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Kaelyn Takata2023-12-171-2/+4
* | | gnu: xorgproto: Update to 2023.2.•••* gnu/packages/xorg.scm (xorgproto): Update to 2023.2. Change-Id: Ie0e4712e4ec3fe9620d160bedcfe74452fa6ae5d Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Kaelyn Takata2023-12-161-2/+2
|/ /
* | gnu: xorg-server: Update to 21.1.10 [security fixes].•••Fixes CVE-2023-6377 and CVE-2023-6478. See the X.Org security advisory at <https://lists.x.org/archives/xorg-announce/2023-December/003435.html> for details. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.10. Change-Id: I20ecf1a2b9fc15cafc1c57e0fa726c7cf3096a78 John Kehayias2023-12-131-2/+2
* | Merge remote-tracking branch 'origin/master' into rust-team•••Change-Id: Ic45f7071abd6a02c2ccad411500e5103c8272ffb Efraim Flashner2023-12-101-2/+2
|\ \
| * | gnu: xpra: Update to 5.0.4.•••* gnu/packages/xorg.scm (xpra): Update to 5.0.4 Change-Id: Id995cd3176628ff2034ccce139b01786b54dc91d Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai2023-12-031-2/+2
* | | gnu: libxscrnsaver: Fix cross-compiling.•••* gnu/packages/xorg.scm (libxscrnsaver)[arguments]: When cross-compiling add configure-flag to skip a configure test which can't run when cross-compiling. Change-Id: If6ba64dfae28d3db220e91ffcbbaf6108fed9ef9 Efraim Flashner2023-11-281-1/+5
|/ /