diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-04 15:05:11 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-19 09:42:12 +0900 |
| commit | e25131fd05b82df3fcdb0ff04a91cb659b3ad70f (patch) | |
| tree | 4bf088e1d1ca374155406d52b58cefd0200eee9a | |
| parent | 615c9b2ceeb40e16354f90ee9c9f7ac741cb1bc9 (diff) | |
gnu: gtk+: Update to 3.24.49, absorbing graft.
* gnu/packages/gtk.scm (gtk): Update to 3.24.49.
[replacement]: Delete field.
(gtk+/fixed): Delete variable.
Change-Id: I5161544444c47b2ed2df0e9e54d8b7905a5cc91d
| -rw-r--r-- | gnu/packages/gtk.scm | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 65d099c2a15..140f1c96f9a 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm | |||
| @@ -1009,9 +1009,8 @@ application suites.") | |||
| 1009 | (define-public gtk+ | 1009 | (define-public gtk+ |
| 1010 | (package | 1010 | (package |
| 1011 | (inherit gtk+-2) | 1011 | (inherit gtk+-2) |
| 1012 | (replacement gtk+/fixed) | ||
| 1013 | (name "gtk+") | 1012 | (name "gtk+") |
| 1014 | (version "3.24.49") | 1013 | (version "3.24.51") |
| 1015 | (source (origin | 1014 | (source (origin |
| 1016 | (method git-fetch) | 1015 | (method git-fetch) |
| 1017 | (uri (git-reference | 1016 | (uri (git-reference |
| @@ -1020,7 +1019,7 @@ application suites.") | |||
| 1020 | (file-name (git-file-name name version)) | 1019 | (file-name (git-file-name name version)) |
| 1021 | (sha256 | 1020 | (sha256 |
| 1022 | (base32 | 1021 | (base32 |
| 1023 | "0flsnh3f0l9v3y2hmnxz1h15nw1l12ixmiwcpiy1ywplrlgq4j00")) | 1022 | "07vw0rani9d65px36fzzj7sprv5r48shyjdgzipkihzqaldd98yh")) |
| 1024 | (patches (search-patches | 1023 | (patches (search-patches |
| 1025 | "gtk3-respect-GUIX_GTK3_PATH.patch" | 1024 | "gtk3-respect-GUIX_GTK3_PATH.patch" |
| 1026 | "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch")))) | 1025 | "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch")))) |
| @@ -1141,23 +1140,6 @@ application suites.") | |||
| 1141 | (variable "GUIX_GTK3_PATH") | 1140 | (variable "GUIX_GTK3_PATH") |
| 1142 | (files '("lib/gtk-3.0"))))))) | 1141 | (files '("lib/gtk-3.0"))))))) |
| 1143 | 1142 | ||
| 1144 | (define-public gtk+/fixed | ||
| 1145 | (let* ((base gtk+) | ||
| 1146 | (source (package-source base))) | ||
| 1147 | (package | ||
| 1148 | (inherit base) | ||
| 1149 | (version "3.24.51") | ||
| 1150 | (source | ||
| 1151 | (origin | ||
| 1152 | (inherit source) | ||
| 1153 | (uri (git-reference | ||
| 1154 | (inherit (origin-uri source)) | ||
| 1155 | (commit version))) | ||
| 1156 | (file-name (git-file-name (package-name base) version)) | ||
| 1157 | (sha256 | ||
| 1158 | (base32 | ||
| 1159 | "07vw0rani9d65px36fzzj7sprv5r48shyjdgzipkihzqaldd98yh"))))))) | ||
| 1160 | |||
| 1161 | (define-public gtk | 1143 | (define-public gtk |
| 1162 | (package | 1144 | (package |
| 1163 | (name "gtk") | 1145 | (name "gtk") |
