AppStream: update to 0.12.9.
This commit is contained in:
parent
766ec1cec2
commit
fc7f9d7ed4
|
@ -1,23 +1,25 @@
|
||||||
# Template file for 'AppStream'
|
# Template file for 'AppStream'
|
||||||
pkgname=AppStream
|
pkgname=AppStream
|
||||||
version=0.12.6
|
version=0.12.9
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="appstream-APPSTREAM_${version//./_}"
|
wrksrc="appstream-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dgir=false -Dstemming=false -Dapidocs=false -Dqt=true"
|
configure_args="-Dgir=false -Dstemming=false -Dapidocs=false -Dqt=true"
|
||||||
hostmakedepends="docbook-xsl glib-devel gperf libxslt pkg-config
|
hostmakedepends="docbook-xsl glib-devel gperf libxslt pkg-config
|
||||||
qt5-host-tools"
|
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"
|
short_desc="Tools and libraries to work with AppStream metadata"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/ximion/appstream"
|
homepage="https://github.com/ximion/appstream"
|
||||||
changelog="https://raw.githubusercontent.com/ximion/appstream/master/NEWS"
|
changelog="https://raw.githubusercontent.com/ximion/appstream/master/NEWS"
|
||||||
distfiles="https://github.com/ximion/appstream/archive/APPSTREAM_${version//./_}.tar.gz"
|
distfiles="https://github.com/ximion/appstream/archive/v${version}.tar.gz"
|
||||||
checksum=b2c7c3e5739563d639cb817b18f3f7ffa70d269d772ccda0f2d8f90b313bb274
|
checksum=f1135c3266b2a82aa2540e41f74638c3eb1330869207000b57213a7a462de51f
|
||||||
conf_files="/etc/appstream.conf"
|
conf_files="/etc/appstream.conf"
|
||||||
triggers="appstream-cache"
|
triggers="appstream-cache"
|
||||||
|
|
||||||
|
nocross="https://api.travis-ci.org/v3/job/592923595/log.txt"
|
||||||
|
|
||||||
AppStream-devel_package() {
|
AppStream-devel_package() {
|
||||||
depends="AppStream-${version}_${revision} AppStream-qt-${version}_${revision}"
|
depends="AppStream-${version}_${revision} AppStream-qt-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in New Issue