Date: Tuesday, February 2, 2021 @ 19:31:59 Author: arojas Revision: 407095
Enable compose Modified: appstream/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-02 18:42:58 UTC (rev 407094) +++ PKGBUILD 2021-02-02 19:31:59 UTC (rev 407095) @@ -5,7 +5,7 @@ pkgbase=appstream pkgname=(appstream appstream-qt) pkgver=0.14.0 -pkgrel=1 +pkgrel=2 pkgdesc="Provides a standard for creating app stores across distributions" arch=(x86_64) url="https://distributions.freedesktop.org/wiki/AppStream" @@ -23,7 +23,8 @@ meson build AppStream-$pkgver \ --prefix=/usr \ -Dqt=true \ - -Dvapi=true + -Dvapi=true \ + -Dcompose=true ninja -C build }
