[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/113: gnu: libxt: Update to 1.3.1.
From: |
guix-commits |
Subject: |
72/113: gnu: libxt: Update to 1.3.1. |
Date: |
Wed, 22 Jan 2025 05:07:20 -0500 (EST) |
iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 8315360a652dec0fc3808ade403cd2b1ee89891f
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 18:17:49 2024 +0800
gnu: libxt: Update to 1.3.1.
* gnu/packages/patches/libxt-guix-search-paths.patch: Adjust patch.
* gnu/packages/xorg.scm (libxt): Update to 1.3.1.
Change-Id: Ife5b761766c73a63413b5397286fffbd5e3e90a4
---
gnu/packages/patches/libxt-guix-search-paths.patch | 17 ++++++++---------
gnu/packages/xorg.scm | 6 +++---
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/patches/libxt-guix-search-paths.patch
b/gnu/packages/patches/libxt-guix-search-paths.patch
index 61022d232a..174e68d45c 100644
--- a/gnu/packages/patches/libxt-guix-search-paths.patch
+++ b/gnu/packages/patches/libxt-guix-search-paths.patch
@@ -1,12 +1,12 @@
diff --git a/src/Intrinsic.c b/src/Intrinsic.c
--- a/src/Intrinsic.c
+++ b/src/Intrinsic.c
-@@ -1345,21 +1345,99 @@ FillInLangSubs(Substitution subs, XtPerDisplay pd)
+@@ -1310,21 +1310,98 @@ FillInLangSubs(Substitution subs, XtPerD
}
/*
- * default path used if environment variable XFILESEARCHPATH
-- * is not defined. Also substitued for %D.
+- * is not defined. Also substituted for %D.
- * The exact value should be documented in the implementation
- * notes for any Xt implementation.
+ Return the default search path for the function
@@ -65,11 +65,6 @@ diff --git a/src/Intrinsic.c b/src/Intrinsic.c
+ bytesAllocd += SIZEOF_STEMS;
+ bytesAllocd += 6 * (1 + strlen (guix_profile));
+ }
-
-- return xfilesearchpath;
--#else
-- return XFILESEARCHPATHDEFAULT;
--#endif
+ if (home != NULL)
+ {
+ bytesAllocd += SIZEOF_STEMS;
@@ -107,12 +102,16 @@ diff --git a/src/Intrinsic.c b/src/Intrinsic.c
+
+ /* Remove final : */
+ path[strlen(path) - 1] = '\0';
-+
+
+- return xfilesearchpath;
+-#else
+- return XFILESEARCHPATHDEFAULT;
+-#endif
+ return path;
}
-@@ -1388,7 +1466,7 @@ XtResolvePathname(Display *dpy,
+@@ -1353,7 +1430,7 @@ XtResolvePathname(Display *dpy,
{
XtPerDisplay pd;
static const char *defaultPath = NULL;
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 833251a6a3..b4e97f4cef 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5446,17 +5446,17 @@ Wayland.")
(define-public libxt
(package
(name "libxt")
- (version "1.2.1")
+ (version "1.3.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXt-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0q1x7842r8rcn2m0q4q9f69h4qa097fyizs8brzx5ns62s7w1737"))
+ "120jjd6l7fjdxy5myrc1dmc0cwpqa18a97hrbg0d9x146frp99z0"))
(patches (search-patches "libxt-guix-search-paths.patch"))))
(build-system gnu-build-system)
(outputs '("out"
- 25/113: gnu: setxkbmap: Update to 1.3.4., (continued)
- 25/113: gnu: setxkbmap: Update to 1.3.4., guix-commits, 2025/01/22
- 31/113: gnu: xcb-proto: Update to 1.17.0., guix-commits, 2025/01/22
- 34/113: gnu: xdpyinfo: Update to 1.3.4., guix-commits, 2025/01/22
- 44/113: gnu: xorg-sgml-doctools: Update to 1.12.1., guix-commits, 2025/01/22
- 57/113: gnu: libxinerama: Update to 1.1.5., guix-commits, 2025/01/22
- 59/113: gnu: libxtst: Update to 1.2.5., guix-commits, 2025/01/22
- 62/113: gnu: libxau: Update to 1.0.12., guix-commits, 2025/01/22
- 65/113: gnu: libxrandr: Update to 1.5.4., guix-commits, 2025/01/22
- 70/113: gnu: libx11: Update to 1.8.10., guix-commits, 2025/01/22
- 73/113: gnu: libxaw: Update to 1.0.16., guix-commits, 2025/01/22
- 72/113: gnu: libxt: Update to 1.3.1.,
guix-commits <=
- 74/113: gnu: xcb-util: Update to 0.4.1., guix-commits, 2025/01/22
- 22/113: gnu: libxmu: Update to 1.2.1., guix-commits, 2025/01/22
- 28/113: gnu: xbacklight: Update to 1.2.4., guix-commits, 2025/01/22
- 36/113: gnu: xkbcomp: Update to 1.4.7., guix-commits, 2025/01/22
- 35/113: gnu: libevdev: Update to 1.13.3., guix-commits, 2025/01/22
- 29/113: gnu: xbitmaps: Update to 1.1.3., guix-commits, 2025/01/22
- 32/113: gnu: xcmsdb: Update to 1.0.7., guix-commits, 2025/01/22
- 38/113: gnu: xkbevd: Update to 1.1.6., guix-commits, 2025/01/22
- 33/113: gnu: xcursor-themes: Update to 1.0.7., guix-commits, 2025/01/22
- 40/113: gnu: xkbutils: Update to 1.0.6., guix-commits, 2025/01/22