From ba080975e11941a0c39fd257db32c9de513a2048 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Thu, 3 Oct 2019 10:08:04 +0300 Subject: [PATCH] AppStream: update to 0.12.9. --- srcpkgs/AppStream/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/AppStream/template b/srcpkgs/AppStream/template index 3df0d5fa923..b3208b25c89 100644 --- a/srcpkgs/AppStream/template +++ b/srcpkgs/AppStream/template @@ -1,23 +1,25 @@ # Template file for 'AppStream' pkgname=AppStream -version=0.12.6 +version=0.12.9 revision=1 -wrksrc="appstream-APPSTREAM_${version//./_}" +wrksrc="appstream-${version}" build_style=meson configure_args="-Dgir=false -Dstemming=false -Dapidocs=false -Dqt=true" hostmakedepends="docbook-xsl glib-devel gperf libxslt pkg-config qt5-host-tools" -makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel" +makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel lmdb-devel" short_desc="Tools and libraries to work with AppStream metadata" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/ximion/appstream" changelog="https://raw.githubusercontent.com/ximion/appstream/master/NEWS" -distfiles="https://github.com/ximion/appstream/archive/APPSTREAM_${version//./_}.tar.gz" -checksum=b2c7c3e5739563d639cb817b18f3f7ffa70d269d772ccda0f2d8f90b313bb274 +distfiles="https://github.com/ximion/appstream/archive/v${version}.tar.gz" +checksum=f1135c3266b2a82aa2540e41f74638c3eb1330869207000b57213a7a462de51f conf_files="/etc/appstream.conf" triggers="appstream-cache" +nocross="https://api.travis-ci.org/v3/job/592923595/log.txt" + AppStream-devel_package() { depends="AppStream-${version}_${revision} AppStream-qt-${version}_${revision}" short_desc+=" - development files"