23 lines
751 B
Bash
23 lines
751 B
Bash
# Template file for 'at-spi2-atk'
|
|
pkgname=at-spi2-atk
|
|
version=2.26.1
|
|
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="A GTK+ module that bridges ATK to D-Bus at-spi"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
homepage="http://www.gnome.org"
|
|
license="LGPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=b4f0c27b61dbffba7a5b5ba2ff88c8cee10ff8dac774fa5b79ce906853623b75
|
|
|
|
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"
|
|
}
|
|
}
|