Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f6af16c99 | ||
|
|
fc6eac014c |
1 changed files with 11 additions and 0 deletions
|
|
@ -9,12 +9,23 @@ flatpak:
|
|||
component: flatpak-sdk
|
||||
branch: f31
|
||||
runtime: org.fedoraproject.Platform
|
||||
end-of-life: Fedora 31 runtime is no longer supported.
|
||||
finish-args: >
|
||||
--env=GI_TYPELIB_PATH=/app/lib64/girepository-1.0
|
||||
--env=GST_PLUGIN_SYSTEM_PATH=/app/lib64/gstreamer-1.0:/usr/lib64/gstreamer-1.0
|
||||
--env=LD_LIBRARY_PATH=/app/lib64
|
||||
--env=XDG_DATA_DIRS=/app/share:/usr/share:/usr/share/runtime/share:/run/host/share
|
||||
# For applications, appstream-compose is run automatically along with other processing
|
||||
# of the tree. For runtimes, we have to run it manually. flatpak-module-tools local
|
||||
# builds have issues if the cleanup script outputs to stdout, hence the 1>&2
|
||||
# redirection.
|
||||
cleanup-commands: |
|
||||
appstream-compose --verbose \
|
||||
--prefix=/usr \
|
||||
--basename=org.fedoraproject.Sdk \
|
||||
--origin=flatpak \
|
||||
org.fedoraproject.Sdk 1>&2
|
||||
|
||||
touch -d @0 /usr/share/fonts /usr/share/fonts/*
|
||||
fc-cache -rs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue