parent
4c7c84c905
commit
8f8d9da61d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'appstream-glib'
|
# Template file for 'appstream-glib'
|
||||||
pkgname=appstream-glib
|
pkgname=appstream-glib
|
||||||
version=0.7.6
|
version=0.7.7
|
||||||
revision=1
|
revision=1
|
||||||
configure_args="-Dgtk-doc=false -Drpm=false -Dstemmer=false
|
configure_args="-Dgtk-doc=false -Drpm=false -Dstemmer=false
|
||||||
-Dintrospection=$(vopt_if gir true false)"
|
-Dintrospection=$(vopt_if gir true false)"
|
||||||
|
@ -13,18 +13,16 @@ makedepends="gtk+3-devel libyaml-devel gcab-devel libsoup-devel libarchive-devel
|
||||||
json-glib-devel"
|
json-glib-devel"
|
||||||
short_desc="Install and update applications"
|
short_desc="Install and update applications"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://people.freedesktop.org/~hughsient/appstream-glib/"
|
homepage="https://people.freedesktop.org/~hughsient/appstream-glib/"
|
||||||
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
distfiles="$homepage/releases/$pkgname-$version.tar.xz"
|
||||||
checksum=b216583a8b9c47f6db52031fbbdfd9005a274c6a0a97c8db8c1d80c890b7d545
|
checksum=bc979456c4ff6bc7434115ef20718d9f7c79cae5110f15d6fe5fae53a5fe800a
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default+=" gir"
|
build_options_default+=" gir"
|
||||||
fi
|
else
|
||||||
|
# glib-resources-compile
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
# the cross-build craps out due to no glib-resources-compile
|
|
||||||
hostmakedepends+=" glib-devel"
|
hostmakedepends+=" glib-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue