1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00
Commit Graph

1337 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
bb65074efb gnu: bdftopcf: Update to 1.1.1.
* gnu/packages/xorg.scm (bdftopcf): Update to 1.1.1.

Change-Id: I89baee205beb7fa3c4f7b04a38ab0973d4689a1f
2024-09-08 02:00:00 +02:00
msglm
be8352d190 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>
2024-08-31 10:45:19 +02:00
宋文武
887401ab86 gnu: uim: Fix build.
* gnu/packages/xorg.scm (uim)[arguments]: Don't refer to nonexistent
'fix-install-path' phase.

Change-Id: I2d5412ee36ef944ac5531ad50d215ad3cf082f0f
2024-08-31 10:45:18 +02:00
Maxim Cournoyer
61f1947c08 gnu: libice: Update to 1.1.1.
* gnu/packages/xorg.scm (libice): Update to 1.1.1.

Change-Id: I560ce3f78840bbe7b92ca4c917fff40f57d9215c
2024-08-31 10:44:38 +02:00
Petr Hodina
79af01a4ed 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>
2024-08-31 10:44:35 +02:00
Petr Hodina
6f5278d68a 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>
2024-08-31 10:44:35 +02:00
Petr Hodina
2df44ae0ad 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>
2024-08-31 10:44:35 +02:00
Petr Hodina
e6bfe68e19 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>
2024-08-31 10:44:34 +02:00
Petr Hodina
67495f8333 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>
2024-08-31 10:44:34 +02:00
Petr Hodina
7be0cb7736 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>
2024-08-31 10:44:34 +02:00
Maxim Cournoyer
1fd6c06e81 gnu: mkfontdir: Add bash-minimal to inputs.
* gnu/packages/xorg.scm (mkfontdir) [inputs]: Add bash-minimal.

Change-Id: I06cbf812474e06f93fe642e2780c184c1ce4a470
2024-08-31 10:42:25 +02:00
Maxim Cournoyer
f59df1aa3c build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-modules.
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
2024-08-31 10:42:16 +02:00
Andy Tai
58906decf1 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>
2024-08-29 13:58:35 +08:00
Andy Tai
8b943673a1 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>
2024-08-11 10:47:52 +01:00
Andy Tai
71694363f6 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>
2024-07-09 23:25:27 -05:00
Andy Tai
13d5e6f84a 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>
2024-05-26 09:51:11 +01:00
Andy Tai
61140300c2 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>
2024-05-14 12:05:25 +01:00
Andy Tai
83a2ff488d 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>
2024-04-15 10:11:43 +01:00
John Kehayias
9b560fee23 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
2024-04-03 17:42:59 -04:00
John Kehayias
e8dba8afff 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
2024-04-03 15:54:03 -04:00
Liliana Marie Prikler
72ca1a336a Merge branch 'emacs-team' 2024-03-30 10:02:52 +01:00
Liliana Marie Prikler
4c70f5242b Merge branch 'master' into emacs-team 2024-03-27 05:22:31 +01:00
Efraim Flashner
7dfb3155fc gnu: xterm: Update to 390.
* gnu/packages/xorg.scm (xterm): Update to 390.

Change-Id: I136f0ad8670642a9afec3811b47138e360f34f3a
2024-03-26 08:23:07 +02:00
Andy Tai
7f1cd8847f 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>
2024-03-10 09:39:39 +08:00
Liliana Marie Prikler
3d4fc910f7 Merge branch 'master' into emacs-team 2024-03-02 08:07:11 +01:00
Hilton Chain
049ca6d476 gnu: Add egl-gbm.
* gnu/packages/xorg.scm (egl-gbm): New variable.

Change-Id: Idb7785e898f7289ddc6100d3d11b797db163ca3e
2024-02-05 14:13:22 +08:00
Hilton Chain
082cb39219 gnu: egl-wayland: Update to 1.1.13.
* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.13.

Change-Id: I2ecc5776e80f3bcebcfbbcde34865692a8758845
2024-02-05 14:13:04 +08:00
Liliana Marie Prikler
ff1ec930e5 Merge branch 'master' into emacs-team 2024-01-21 09:59:55 +01:00
Kaelyn Takata
c79ffe25e9 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>
2024-01-20 16:52:09 -05:00
Kaelyn Takata
ed6ff0ec7b 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
3080abba40 and
158502e40d.

* gnu/packages/xorg.scm (xorg-server): Update to 21.1.11.

Change-Id: I07cb273e2a504f94f8f26624d26ad79c6e92f109
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-01-20 16:52:08 -05:00
John Kehayias
ef4e4c9a2c Merge branch 'master' into mesa-updates
Change-Id: I46ca25bea98d25150877421c6d5161752afabb25
2024-01-04 00:03:40 -05:00
Zheng Junjie
c5c28df899 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>
2023-12-29 19:48:16 +01:00
Kaelyn Takata
158502e40d 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>
2023-12-17 01:26:50 -05:00
Kaelyn Takata
3080abba40 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>
2023-12-16 23:22:04 -05:00
John Kehayias
8083c7abbf 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
2023-12-13 22:08:38 -05:00
Liliana Marie Prikler
b520ad2781 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.
2023-11-01 20:44:28 +01:00
Efraim Flashner
34eaf5714e Merge remote-tracking branch 'origin/master' into rust-team
Change-Id: Ic45f7071abd6a02c2ccad411500e5103c8272ffb
2023-12-10 13:25:47 +02:00
Efraim Flashner
a4923688e1 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
2023-11-28 07:59:41 +02:00
Kaelyn Takata
06e0f638ab gnu: xorg-server: Update to 21.1.9 [security fixes].
Fixes CVE-2023-5367 and CVE-2023-5380.  See the X.Org security advisory
<https://lists.x.org/archives/xorg/2023-October/003430.html> for more
information.

* gnu/packages/xorg.scm (xorg-server): Update to 21.1.9.

Change-Id: I5786210cf1e5de4d603155fbbd076763e7ae3447
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2023-11-28 00:00:57 -05:00
John Kehayias
d15ffea6f4 Merge branch 'master' into mesa-updates
Change-Id: Ide02272218e76dfae6dc9f8748871c8d61704260
2023-11-26 11:12:59 -05:00
Zheng Junjie
7ae33c70f0 gnu: xcompmgr: Fix cross-compilation.
* gnu/packages/xorg.scm (xcompmgr): Fix cross-compilation.
[native-inputs]: Add util-macros.

Change-Id: Ice00c75ebd2cdf100bb9eb604c6928baaa85aa26
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-11-25 14:47:51 +01:00
John Kehayias
4bcaa9b75b gnu: libxpm: Ungraft.
* gnu/packages/xorg.scm (libxpm): Update to 3.5.17.
[replacement]: Remove.
[source]: Update URL.
(libxpm/fixed): Remove variable.

Change-Id: If84b6093f90fdf7f751b1f25a32df5b478fd71cb
2023-11-05 22:09:39 -05:00
John Kehayias
5dcbd9accf gnu: libx11: Ungraft.
* gnu/packages/xorg.scm (libx11): Update to 1.8.7.
[replacement]: Remove.
[source]: Update URL.
(libx11-fixed): Remove variable.

Change-Id: I945c5d15ca7ef3ed9f5de348815f9644028b1c9a
2023-11-05 22:09:36 -05:00
Andy Tai
6e2dd51df5 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>
2023-12-03 23:55:09 +01:00
Tobias Geerinckx-Rice
0e0ba6c27a gnu: iceauth: Fix source.
* gnu/packages/xorg.scm (iceauth)[source]: Fix name & hash.

Reported by ulfvonbelow in #guix.
2023-10-15 02:00:00 +02:00
Efraim Flashner
e1600546b9 gnu: xcb-util-errors: Fix cross-compiling.
* gnu/packages/xorg.scm (xcb-util-errors)[native-inputs]: When
cross-compiling add libxcb.
2023-10-15 13:12:16 +03:00
Efraim Flashner
302b14fb19 gnu: xorg-server-xwayland: Fix cross-compiling.
* gnu/packages/xorg.scm (xorg-server-xwayland)[native-inputs]: When
cross-compiling add pkg-config-for-build, wayland, wayland-protocols.
2023-10-15 13:11:39 +03:00
Efraim Flashner
f668e5c8d2 gnu: egl-wayland: Fix cross-compiling.
* gnu/packages/xorg.scm (egl-wayland)[native-inputs]: When
cross-compiling add pkg-config-for-build, wayland, wayland-protocols.
2023-10-15 13:10:50 +03:00
Andy Tai
f47d3570bc gnu: xpra: Update to 5.0.3
* gnu/packages/xorg.scm (xpra): Update to 5.0.3

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-14 22:41:44 +02:00
John Kehayias
20df2ee697 gnu: libxpm: Graft with 3.5.17 [security fixes].
Fixes CVE-2023-43788 and CVE-2023-43789.  See the X.Org security advisory
<https://lists.x.org/archives/xorg/2023-October/061506.html> for more
information.

* gnu/packages/xorg.scm (libxpm)[replacement]: New field, set to ...
(libxpm/fixed): ... this new variable.
2023-10-04 18:46:22 -04:00