flatpak-sdk/container.yaml
Kalev Lember 60cf678ab6 End of life
2021-11-08 17:32:28 +01:00

36 lines
1.3 KiB
YAML

compose:
modules:
- flatpak-runtime:f34/sdk
signing_intent: unsigned
flatpak:
id: org.fedoraproject.Sdk
name: f34/flatpak-sdk
component: flatpak-sdk
branch: f34
runtime: org.fedoraproject.Platform
end-of-life: Fedora 34 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
mv -f /usr/bin/flatpak-xdg-email /usr/bin/xdg-email
mv -f /usr/bin/flatpak-xdg-open /usr/bin/xdg-open
touch -d @0 /usr/share/fonts /usr/share/fonts/*
fc-cache -rs
platforms:
only: x86_64