xapps: update to 1.4.9

This commit is contained in:
mobinmob 2019-09-26 20:55:46 +03:00 committed by Helmut Pozimski
parent 82a32b7a8a
commit 6609841877

View file

@ -1,6 +1,6 @@
# Template file for 'xapps'
pkgname=xapps
version=1.4.8
version=1.4.9
revision=1
build_style=meson
build_helper="gir"
@ -14,7 +14,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
homepage="https://github.com/linuxmint/xapps"
changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
checksum=6f6c37c568e58ea1644fecc3513708877d358eb3911ff138a992c5078e4b0c73
checksum=c2122c8c0616b07aca0654c86810549545363733ad36ec6f27451345083c80ca
xapps-devel_package() {
short_desc+=" - development files"
@ -24,5 +24,7 @@ xapps-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
vmove usr/share/vala
}
}