diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template index 955199a35be..80bc0bd7cbf 100644 --- a/srcpkgs/xapps/template +++ b/srcpkgs/xapps/template @@ -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 } }