libmatekbd: update to 1.20.2.

Closes #15132.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-13 19:20:59 -03:00 committed by Enno Boland
parent 04ca9af80e
commit fc835b8af5
No known key found for this signature in database
GPG Key ID: D09964719BDE9971

View File

@ -1,6 +1,6 @@
# Template file for 'libmatekbd'
pkgname=libmatekbd
version=1.20.1
version=1.20.2
revision=1
build_style=gnu-configure
configure_args="--disable-static $(vopt_enable gir introspection)"
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1-or-later"
homepage="https://mate-desktop.org"
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=4690737e3a572c4f31476d1536b19ef40ca0586fcbc7cfd266a170b496ed00b5
checksum=21c3e307af2caf7fb552cfb1ea615b84acaa9f9993e7b988e3da6aa2e15d3fd0
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
@ -28,7 +28,7 @@ libmatekbd-devel_package() {
depends="gtk+3-devel libxklavier-devel ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.so
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}