[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: pango 1.50: Add version 1.50.4.
From: |
guix-commits |
Subject: |
01/13: gnu: pango 1.50: Add version 1.50.4. |
Date: |
Mon, 4 Apr 2022 17:13:21 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4df7fe14ff47d8858f5c7fc7036b0bb1cc662a86
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Sat Mar 5 21:36:25 2022 +0800
gnu: pango 1.50: Add version 1.50.4.
* gnu/packages/gtk.scm(pango-next): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/gtk.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 0abe22d637..61cc7ce1cb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -29,6 +29,7 @@
;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 Wamm K. D. <jaft.r@outlook.com>
+;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -409,6 +410,22 @@ handling for GTK+-2.x.")
(home-page "https://pango.gnome.org/")
(license license:lgpl2.0+)))
+;; TODO: Make this the default package in next release cycle.
+(define-public pango-next
+ (package
+ (inherit pango)
+ (name "pango")
+ (version "1.50.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/pango/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (patches (search-patches "pango-skip-libthai-test.patch"))
+ (sha256
+ (base32
+ "0qn1a7ccs3p5vc6swbqm6hdzka879l0gp9220lq4bcf2gpl67bgl"))))))
+
(define-public pango-1.42
(package
(inherit pango)
- branch master updated (345f79b2cf -> b1e7e64f35), guix-commits, 2022/04/04
- 02/13: gnu: gtk: Update to 4.6.1., guix-commits, 2022/04/04
- 01/13: gnu: pango 1.50: Add version 1.50.4.,
guix-commits <=
- 03/13: gnu: Add fcitx5-gtk4., guix-commits, 2022/04/04
- 08/13: services: Add 'log-cleanup' service to '%base-services' for build logs., guix-commits, 2022/04/04
- 07/13: services: Add 'log-cleanup-service-type'., guix-commits, 2022/04/04
- 04/13: gnu: gtkmm: Update to 4.6.1., guix-commits, 2022/04/04
- 05/13: gnu: libmediainfo: Update to 22.03., guix-commits, 2022/04/04
- 06/13: gnu: mediainfo: Update to 22.03., guix-commits, 2022/04/04
- 09/13: gnu: Add parole., guix-commits, 2022/04/04
- 11/13: environment: Export 'load-manifest'., guix-commits, 2022/04/04
- 12/13: shell: Add '--export-manifest'., guix-commits, 2022/04/04
- 13/13: news: Add entry about 'guix shell --export-manifest'., guix-commits, 2022/04/04