Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

2 commits

Author SHA1 Message Date
Kalev Lember
ea6a4cc6e6 Revert "Provide systemd packages"
This ended up causing weird issues with build dependencies, e.g.
packages that 'BuildRequires: systemd' for systemd rpm macros no longer
building because they ended up pulling in flatpak-runtime-config instead
of systemd.

This reverts commit ccc5a2ff39.
2023-03-26 21:40:03 +02:00
Akira TAGOH
a0e77879d7 Add a seed for <dir prefix="xdg">fonts</dir>
This is expanded to /usr/local/share/fonts and /usr/share/fonts as well.
We definitely have to have different seed for /usr/share/fonts.
2023-03-22 21:04:35 +09:00
2 changed files with 1 additions and 8 deletions

View file

@ -7,6 +7,6 @@
<dir salt="flatpak">/usr/share/X11/fonts/Type1</dir>
<dir salt="flatpak">/usr/share/X11/fonts/TTF</dir>
<dir salt="flatpak">/usr/local/share/fonts</dir>
<dir prefix="xdg">fonts</dir>
<dir salt="flatpak" prefix="xdg">fonts</dir>
<dir>~/.fonts</dir>
</fontconfig>

View file

@ -24,13 +24,6 @@ BuildRequires: python3-rpm-macros
Requires: fontpackages-filesystem
# workaround for packages needlessly requiring systemd
# version must remain LOWER than the currently stable package
Provides: systemd = 250
Provides: systemd-pam = 250
Provides: systemd-udev = 250
Provides: udev = 250
%description
This package includes configuration files that are installed into the flatpak
runtime filesystem during the runtime creation process; it is also installed