[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/19: gnu: gtk+: Delete trailing #t and use iso-codes.
From: |
guix-commits |
Subject: |
04/19: gnu: gtk+: Delete trailing #t and use iso-codes. |
Date: |
Sun, 28 Aug 2022 21:09:43 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 91a830d02894030dba1d2cbdaf2b3001df44c3b7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Aug 21 21:05:52 2022 -0400
gnu: gtk+: Delete trailing #t and use iso-codes.
* gnu/packages/gtk.scm (gtk+)[inputs]: Replace iso-codes/official with
iso-codes.
[phases]: Delete trailing #t.
---
gnu/packages/gtk.scm | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 428273ee89..68d0b567e4 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -977,8 +977,8 @@ application suites.")
fontconfig
freetype
(if (target-x86-64?)
- librsvg
- librsvg-2.40)
+ librsvg
+ librsvg-2.40)
glib
libcloudproviders-minimal
libepoxy
@@ -998,11 +998,11 @@ application suites.")
wayland
wayland-protocols))
(inputs
- (list colord-minimal ;to prevent a cycle with inkscape
+ (list colord-minimal ;to prevent a cycle with inkscape
cups
graphene
harfbuzz
- iso-codes/official ;XXX TODO core-updates: use iso-codes
+ iso-codes
json-glib-minimal
libxml2
rest))
@@ -1059,8 +1059,7 @@ application suites.")
"tree-performance text children derive"))
(substitute* "testsuite/reftests/Makefile.in"
(("TEST_PROGS = gtk-reftest")
- "TEST_PROGS = "))
- #t))
+ "TEST_PROGS = "))))
(add-before 'check 'pre-check
(lambda _
;; Tests require a running X server.
@@ -1071,8 +1070,7 @@ application suites.")
;; Tests look for $XDG_RUNTIME_DIR.
(setenv "XDG_RUNTIME_DIR" (getcwd))
;; For missing '/etc/machine-id'.
- (setenv "DBUS_FATAL_WARNINGS" "0")
- #t))
+ (setenv "DBUS_FATAL_WARNINGS" "0")))
(add-after 'install 'move-desktop-files
;; Move desktop files into 'bin' to avoid cycle references.
(lambda* (#:key outputs #:allow-other-keys)
@@ -1080,8 +1078,7 @@ application suites.")
(bin (assoc-ref outputs "bin")))
(mkdir-p (string-append bin "/share"))
(rename-file (string-append out "/share/applications")
- (string-append bin "/share/applications"))
- #t))))))
+ (string-append bin "/share/applications"))))))))
(native-search-paths
(list (search-path-specification
(variable "GUIX_GTK3_PATH")
- branch core-updates updated (0eab5926dd -> 9b389f229b), guix-commits, 2022/08/28
- 03/19: gnu: mesa: Update to 22.1.7., guix-commits, 2022/08/28
- 05/19: gnu: gtkmm-3: Update to 3.24.6., guix-commits, 2022/08/28
- 02/19: gnu: libdrm: Update to 2.4.112., guix-commits, 2022/08/28
- 10/19: gnu: colord-minimal: Update to 1.4.6, use gexps and remove labels., guix-commits, 2022/08/28
- 13/19: gnu: bluez: Update to 5.65, use gexps and remove input labels., guix-commits, 2022/08/28
- 01/19: gnu: glib: Use gexps., guix-commits, 2022/08/28
- 17/19: gnu: python-numpy: Skip 'test_rint_big_int' test., guix-commits, 2022/08/28
- 14/19: gnu: pulseaudio: Update to 16.1 and use gexps., guix-commits, 2022/08/28
- 04/19: gnu: gtk+: Delete trailing #t and use iso-codes.,
guix-commits <=
- 08/19: gnu: wayland-protocols: Update to 1.26., guix-commits, 2022/08/28
- 12/19: gnu: libical: Update to 3.0.14, enable tests and use gexps., guix-commits, 2022/08/28
- 16/19: gnu: at-spi2-core-minimal: Update to 2.45.90, rename to at-spi2-core., guix-commits, 2022/08/28
- 18/19: gnu: gtk: Update to 4.6.7., guix-commits, 2022/08/28
- 19/19: gnu: nghttp2: Fix conditional openssl:static input., guix-commits, 2022/08/28
- 06/19: gnu: glibmm: Update to 2.72.1 and use gexps., guix-commits, 2022/08/28
- 07/19: gnu: glib-networking: Update to 2.72.2., guix-commits, 2022/08/28
- 09/19: gnu: polkit-mozjs: Rename to polkit and remove obsolete polkit-duktape., guix-commits, 2022/08/28
- 11/19: gnu: glslang: Update to 11.11.0., guix-commits, 2022/08/28
- 15/19: gnu: libcloudproviders-minimal: Remove input labels., guix-commits, 2022/08/28