clipgrab: update to 3.8.5.
This commit is contained in:
parent
789b8a0ed3
commit
b3d367a2dc
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'clipgrab'
|
||||
pkgname=clipgrab
|
||||
version=3.8.3
|
||||
version=3.8.5
|
||||
revision=1
|
||||
build_style=qmake
|
||||
configure_args=clipgrab.pro
|
||||
|
@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://clipgrab.org"
|
||||
distfiles="https://download.clipgrab.org/clipgrab-${version}.tar.gz"
|
||||
checksum=ee03fe7fbac15c8ed7f8e6fd577c8d9372472ac0317dc5bf7fc363f930dd1bed
|
||||
checksum=69c3264bedc72a6c98006b43f05413bce8724a3beec0081aa5d693bff9b7d249
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-location-devel qt5-quickcontrols2-devel
|
||||
|
@ -22,6 +22,10 @@ if [ "$CROSS_BUILD" ]; then
|
|||
qt5-host-tools"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) broken="qt-webkit not available on arm"
|
||||
esac
|
||||
|
||||
do_install() {
|
||||
vbin clipgrab
|
||||
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
||||
|
|
Loading…
Reference in a new issue