shared-mime-info: Add xz as build dependency

This commit is contained in:
Jeremy Soller 2023-05-19 13:16:22 -06:00
parent 7cb4b95b03
commit 93cdc8e049
No known key found for this signature in database
GPG Key ID: DCFCA852D3906975

View File

@ -1,6 +1,6 @@
VERSION="1.10"
TAR="https://freedesktop.org/~hadess/shared-mime-info-${VERSION}.tar.xz"
BUILD_DEPENDS=(gettext glib libffi libiconv libxml2 pcre zlib)
BUILD_DEPENDS=(gettext glib libffi libiconv libxml2 pcre xz zlib)
function recipe_version {
echo "$VERSION"