[sysadmin/ci-images] craft-appimage-alma9: Craft: add appstreamcli to the alma image
Hannah von Reth <[email protected]> Wed, 5 Aug 2026 10:07:55 +0000 (UTC)
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit d7cbd5d0ad739d8249a06a7586ff78feb006763b by Hannah von Reth.
Committed on 05/08/2026 at 09:28.
Pushed by bcooksley into branch 'master'.
Craft: add appstreamcli to the alma image
M +2 -0 craft-appimage-alma9/build.sh
https://invent.kde.org/sysadmin/ci-images/-/commit/d7cbd5d0ad739d8249a06a7586ff78feb006763b
diff --git a/craft-appimage-alma9/build.sh b/craft-appimage-alma9/build.sh
index 88d0c34..66bc695 100755
--- a/craft-appimage-alma9/build.sh
+++ b/craft-appimage-alma9/build.sh
@@ -58,6 +58,8 @@ packages=(
mesa-libEGL-devel
# libquotient
cargo
+ # https://docs.appimage.org/packaging-guide/optional/appstream.html
+ appstream-devel
)
dnf install -y "${packages[@]}"