xapps: update to 1.4.9
This commit is contained in:
parent
82a32b7a8a
commit
6609841877
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xapps'
|
# Template file for 'xapps'
|
||||||
pkgname=xapps
|
pkgname=xapps
|
||||||
version=1.4.8
|
version=1.4.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/linuxmint/xapps"
|
homepage="https://github.com/linuxmint/xapps"
|
||||||
changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
|
changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
|
||||||
distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
|
||||||
checksum=6f6c37c568e58ea1644fecc3513708877d358eb3911ff138a992c5078e4b0c73
|
checksum=c2122c8c0616b07aca0654c86810549545363733ad36ec6f27451345083c80ca
|
||||||
|
|
||||||
xapps-devel_package() {
|
xapps-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
@ -24,5 +24,7 @@ xapps-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/share/gir-1.0
|
||||||
|
vmove usr/share/vala
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue