AppStream: update to 0.16.0.
This commit is contained in:
parent
260d4f2971
commit
f1598dd4ac
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'AppStream'
|
# Template file for 'AppStream'
|
||||||
pkgname=AppStream
|
pkgname=AppStream
|
||||||
version=0.15.6
|
version=0.16.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir qemu"
|
build_helper="gir qemu"
|
||||||
configure_args="$(vopt_bool gir gir) $(vopt_bool vala vapi)
|
configure_args="$(vopt_bool gir gir) $(vopt_bool vala vapi)
|
||||||
-Dstemming=false -Dapidocs=false -Dqt=true"
|
-Dstemming=false -Dapidocs=false -Dqt=true -Dsystemd=false"
|
||||||
hostmakedepends="docbook-xsl gettext glib-devel gperf libxslt pkg-config
|
hostmakedepends="docbook-xsl gettext glib-devel gperf libxslt pkg-config
|
||||||
qt5-host-tools $(vopt_if vala vala) itstool"
|
qt5-host-tools $(vopt_if vala vala) itstool"
|
||||||
makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel libxmlb-devel
|
makedepends="libglib-devel libxml2-devel libyaml-devel qt5-devel libxmlb-devel
|
||||||
|
@ -16,7 +16,7 @@ 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/v${version}.tar.gz"
|
distfiles="https://github.com/ximion/appstream/archive/v${version}.tar.gz"
|
||||||
checksum=d46a6689f57aaefb587f01bf91071966b3e65de15b833d11e1911ce07a1350f2
|
checksum=ffbd4af94aafd3edd8f965391b95a49b385918ed8633b96406e2c225baffec9b
|
||||||
conf_files="/etc/appstream.conf"
|
conf_files="/etc/appstream.conf"
|
||||||
triggers="appstream-cache"
|
triggers="appstream-cache"
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ build_options="gir vala"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
|
|
||||||
AppStream-devel_package() {
|
AppStream-devel_package() {
|
||||||
depends="AppStream-${version}_${revision} AppStream-qt-${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision} AppStream-qt>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue