vp-build/srcpkgs/at-spi2-atk/template

29 lines
811 B
Bash

# Template file for 'at-spi2-atk'
pkgname=at-spi2-atk
version=2.38.0
revision=1
build_style=meson
hostmakedepends="libtool pkg-config intltool glib-devel"
makedepends="libglib-devel atk-devel at-spi2-core-devel libxml2-devel"
short_desc="GTK+ module that bridges ATK to D-Bus at-spi"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.0-or-later"
homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f
# non-trivial dbus setup
do_check() {
:
}
at-spi2-atk-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}