clipgrab: update to 3.9.6.
Also remove unnecessary broken=.
This commit is contained in:
parent
0bbdf1097d
commit
96433227b5
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'clipgrab'
|
||||
pkgname=clipgrab
|
||||
version=3.9.2
|
||||
version=3.9.6
|
||||
revision=1
|
||||
build_style=qmake
|
||||
configure_args=clipgrab.pro
|
||||
|
@ -13,7 +13,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=c5bfcb0f6c3bff52ea68c2b978812bcbd43718fd2bcd2dcad1d6a4c970be6cb2
|
||||
checksum=d6b42ed8687d3ca49b0b4b6e4312f0161cf2dbcd33e286e96be797bc30730d6d
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends=" qt5-location-devel qt5-quickcontrols2-devel
|
||||
|
@ -21,10 +21,6 @@ if [ "$CROSS_BUILD" ]; then
|
|||
qt5-host-tools qt5-devel"
|
||||
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 New Issue