mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libgusb: update to 0.4.6.
This commit is contained in:
parent
6065f3a1af
commit
46d1401807
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libgusb'
|
# Template file for 'libgusb'
|
||||||
pkgname=libgusb
|
pkgname=libgusb
|
||||||
version=0.4.5
|
version=0.4.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -15,13 +15,19 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/hughsie/libgusb"
|
homepage="https://github.com/hughsie/libgusb"
|
||||||
changelog="https://raw.githubusercontent.com/hughsie/libgusb/master/NEWS"
|
changelog="https://raw.githubusercontent.com/hughsie/libgusb/master/NEWS"
|
||||||
distfiles="https://github.com/hughsie/libgusb/releases/download/${version}/libgusb-${version}.tar.xz"
|
distfiles="https://github.com/hughsie/libgusb/releases/download/${version}/libgusb-${version}.tar.xz"
|
||||||
checksum=bc8c6328289f057c8f73b07c1ba6251de96029787309f2672ca252ca90ace1b2
|
checksum=1b0422bdcd72183272ac42eec9398c5a0bc48a02f618fa3242c468cbbd003049
|
||||||
# requires access to USB devices, not available on CI
|
# requires access to USB devices, not available on CI
|
||||||
make_check=ci-skip
|
make_check=ci-skip
|
||||||
|
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -Dtests=true"
|
||||||
|
else
|
||||||
|
configure_args+=" -Dtests=false"
|
||||||
|
fi
|
||||||
|
|
||||||
libgusb-devel_package() {
|
libgusb-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue