Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gsettings-desktop-schemas: missing font dependency
@ 2024-01-26 16:27 c0m4r
  2024-01-31 16:09 ` ahesford
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: c0m4r @ 2024-01-26 16:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 624 bytes --]

There is a new pull request by c0m4r against master on the void-packages repository

https://github.com/c0m4r/void-packages patch-1
https://github.com/void-linux/void-packages/pull/48382

gsettings-desktop-schemas: missing font dependency
org.gnome.desktop.interface monospace-font-name default is 'Source Code Pro 10', which is missing
adding this dependency will fix default configuration with dependent packages like tilix, terminator and probably others

#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48382.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-1-48382.patch --]
[-- Type: text/x-diff, Size: 868 bytes --]

From 6da5779804d906f56fe697aba2b46fbb3dc3a04b Mon Sep 17 00:00:00 2001
From: c0m4r <github@wolfet.pl>
Date: Fri, 26 Jan 2024 17:26:05 +0100
Subject: [PATCH] gsettings-desktop-schemas: missing font dependency

---
 srcpkgs/gsettings-desktop-schemas/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/gsettings-desktop-schemas/template b/srcpkgs/gsettings-desktop-schemas/template
index 9028a5a30f45a..7217ab58b22d3 100644
--- a/srcpkgs/gsettings-desktop-schemas/template
+++ b/srcpkgs/gsettings-desktop-schemas/template
@@ -7,6 +7,7 @@ build_style=meson
 configure_args="-Dintrospection=$(vopt_if gir true false)"
 hostmakedepends="gettext pkg-config glib-devel"
 makedepends="libglib-devel"
+depends="font-adobe-source-code-pro"
 short_desc="Collection of GSettings schemas"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-02  7:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-26 16:27 [PR PATCH] gsettings-desktop-schemas: missing font dependency c0m4r
2024-01-31 16:09 ` ahesford
2024-01-31 17:11 ` c0m4r
2024-01-31 17:14 ` c0m4r
2024-01-31 18:20 ` ahesford
2024-01-31 19:39 ` c0m4r
2024-02-02  7:38 ` [PR PATCH] [Closed]: " c0m4r

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).