From 9988934cd2a74c61009979b237ceee27f2f2bdaf Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Jun 29 2017 18:43:05 +0000 Subject: 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 @@ + + + + /usr/cache/fontconfig + + /app/share/fonts + /app/cache/fontconfig + + /app/etc/fonts/local.conf + + /run/host/fonts + 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 @@ - - - - /usr/cache/fontconfig - - /app/share/fonts - /app/cache/fontconfig - - /app/etc/fonts/local.conf - - /run/host/fonts - 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 - 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 - 27-2 See https://bugzilla.redhat.com/show_bug.cgi?id=1460081