[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50358] [PATCH core-updates-frozen 8/8] gnu: fontconfig: Add a searc
From: |
Maxim Cournoyer |
Subject: |
[bug#50358] [PATCH core-updates-frozen 8/8] gnu: fontconfig: Add a search path for XDG_DATA_DIRS. |
Date: |
Fri, 3 Sep 2021 11:31:16 -0400 |
Fixes <https://issues.guix.gnu.org/31403>.
* gnu/packages/fontutils.scm (fontconfig)[source]: Fix indentation.
[configure-flags]: Drop the "--with-add-fonts" configure option as it's no
longer necessary/desirable to special case the system and user profiles.
[native-search-paths]: New search path.
---
gnu/packages/fontutils.scm | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 8e0980dd95..9a5cdc1cb6 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -327,14 +327,13 @@ Font Format (WOFF).")
(name "fontconfig-minimal")
(version "2.13.94")
(source (origin
- (method url-fetch)
- (uri (string-append
- "https://www.freedesktop.org/software/";
- "fontconfig/release/fontconfig-" version ".tar.xz"))
- (sha256
- (base32
- "0g004r0bkkqz00mpm3svnnxn7d83158q0yb9ggxryizxfg5m5w55"))
- (patches (search-patches "fontconfig-cache-ignore-mtime.patch"))))
+ (method url-fetch)
+ (uri (string-append
+ "https://www.freedesktop.org/software/";
+ "fontconfig/release/fontconfig-" version ".tar.xz"))
+ (sha256 (base32
+
"0g004r0bkkqz00mpm3svnnxn7d83158q0yb9ggxryizxfg5m5w55"))
+ (patches (search-patches
"fontconfig-cache-ignore-mtime.patch"))))
(build-system gnu-build-system)
;; In Requires or Requires.private of fontconfig.pc.
(propagated-inputs `(("expat" ,expat)
@@ -356,12 +355,7 @@ Font Format (WOFF).")
;; register the default fonts
(string-append "--with-default-fonts="
(assoc-ref %build-inputs "font-dejavu")
- "/share/fonts")
-
- ;; Register fonts from user and system profiles.
- (string-append "--with-add-fonts="
- "~/.guix-profile/share/fonts,"
- "/run/current-system/profile/share/fonts"))
+ "/share/fonts"))
#:phases
(modify-phases %standard-phases
(add-before 'check 'skip-problematic-tests
@@ -393,6 +387,12 @@ high quality, anti-aliased and subpixel rendered text on a
display.")
; The exact license is more X11-style
than BSD-style.
(license (license:non-copyleft "file://COPYING"
"See COPYING in the distribution."))
+ (native-search-paths
+ ;; Since version 2.13.94, fontconfig knows to find fonts from
+ ;; XDG_DATA_DIRS.
+ (list (search-path-specification
+ (variable "XDG_DATA_DIRS")
+ (files '("share")))))
(home-page "https://www.freedesktop.org/wiki/Software/fontconfig";))))
;;; The documentation of fontconfig is built in a separate package, as it
--
2.33.0
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 1/8] guix: packages: Fix repacking of plain tarballs., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 5/8] gnu: rust: Add rust 1.54 and move all non-bootstrapping logic to it., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 2/8] aux-files: sitecustomize: Cleanup and add explanatory comments., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 3/8] gnu: glade3: Remove sitecustomize.py workaround., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 8/8] gnu: fontconfig: Add a search path for XDG_DATA_DIRS.,
Maxim Cournoyer <=
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Ludovic Courtès, 2021/09/08
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Maxim Cournoyer, 2021/09/11
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Ludovic Courtès, 2021/09/13
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Maxim Cournoyer, 2021/09/15
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Ludovic Courtès, 2021/09/16
- [bug#50358] [PATCH core-updates-frozen 4/8] gnu: rust: Bootstrap rust from 1.39.0 and optimize build time., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 6/8] gnu: Build all Rust packages using the latest rustc., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 7/8] gnu: mozjs-78: Update to 78.13.0., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 1/8] guix: packages: Fix repacking of plain tarballs., Mathieu Othacehe, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Ludovic Courtès, 2021/09/08