public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flatpak-runtime-config] f45: Rename fontconfig conf file from 'xdg-app' to 'flatpak'
@ 2026-09-10 21:21 Owen W. Taylor
  0 siblings, 0 replies; only message in thread
From: Owen W. Taylor @ 2026-09-10 21:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/flatpak-runtime-config
Branch : f45
Commit : 9988934cd2a74c61009979b237ceee27f2f2bdaf
Author : Owen W. Taylor <otaylor@fishsoup.net>
Date   : 2017-06-29T14:43:05-04:00
Stats  : +14/-13 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/flatpak-runtime-config/c/9988934cd2a74c61009979b237ceee27f2f2bdaf?branch=f45

Log:
Rename fontconfig conf file from 'xdg-app' to 'flatpak'

---
diff --git a/50-flatpak.conf b/50-flatpak.conf
new file mode 100644
index 0000000..03c629d
--- /dev/null
+++ b/50-flatpak.conf
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+        <cachedir>/usr/cache/fontconfig</cachedir>
+
+        <dir>/app/share/fonts</dir>
+        <cachedir>/app/cache/fontconfig</cachedir>
+
+        <include ignore_missing="yes">/app/etc/fonts/local.conf</include>
+
+        <dir>/run/host/fonts</dir>
+</fontconfig>

diff --git a/50-xdg-app.conf b/50-xdg-app.conf
deleted file mode 100644
index 03c629d..0000000
--- a/50-xdg-app.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-        <cachedir>/usr/cache/fontconfig</cachedir>
-
-        <dir>/app/share/fonts</dir>
-        <cachedir>/app/cache/fontconfig</cachedir>
-
-        <include ignore_missing="yes">/app/etc/fonts/local.conf</include>
-
-        <dir>/run/host/fonts</dir>
-</fontconfig>

diff --git a/flatpak-runtime-config.spec b/flatpak-runtime-config.spec
index 4775df9..4f6d7e7 100644
--- a/flatpak-runtime-config.spec
+++ b/flatpak-runtime-config.spec
@@ -2,7 +2,7 @@ Name:           flatpak-runtime-config
 Version:        27
 Release:        3%{?dist}
 Summary:        Configuration files that live inside the flatpak runtime
-Source1:        50-xdg-app.conf
+Source1:        50-flatpak.conf
 
 License:        MIT
 
@@ -44,6 +44,7 @@ echo "/app/%{_lib}" > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/app.conf
 * Thu Jun 29 2017 Owen Taylor <otaylor@redhat.com> - 27-3
 - Make not noarch - the contents of /etc/ld.so.conf.d/app.conf
   depend on 64-bit vs. 32-bit
+- Rename fontconfig conf file from 'xdg-app' to 'flatpak'
 
 * Tue Jun 13 2017 Owen Taylor <otaylor@redhat.com> - 27-2
 See https://bugzilla.redhat.com/show_bug.cgi?id=1460081

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-10 21:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 21:21 [rpms/flatpak-runtime-config] f45: Rename fontconfig conf file from 'xdg-app' to 'flatpak' Owen W. Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox