Skip to content

Commit

Permalink
clipgrab: update to 3.8.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinmob authored and Chocimier committed Oct 8, 2019
1 parent 789b8a0 commit b3d367a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions srcpkgs/clipgrab/template
@@ -1,6 +1,6 @@
# Template file for 'clipgrab' # Template file for 'clipgrab'
pkgname=clipgrab pkgname=clipgrab
version=3.8.3 version=3.8.5
revision=1 revision=1
build_style=qmake build_style=qmake
configure_args=clipgrab.pro configure_args=clipgrab.pro
Expand All @@ -14,14 +14,18 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://clipgrab.org" homepage="https://clipgrab.org"
distfiles="https://download.clipgrab.org/clipgrab-${version}.tar.gz" distfiles="https://download.clipgrab.org/clipgrab-${version}.tar.gz"
checksum=ee03fe7fbac15c8ed7f8e6fd577c8d9372472ac0317dc5bf7fc363f930dd1bed checksum=69c3264bedc72a6c98006b43f05413bce8724a3beec0081aa5d693bff9b7d249


if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-location-devel qt5-quickcontrols2-devel hostmakedepends+=" qt5-location-devel qt5-quickcontrols2-devel
qt5-declarative-devel qt5-webchannel-devel qt5-webengine-devel qt5-declarative-devel qt5-webchannel-devel qt5-webengine-devel
qt5-host-tools" qt5-host-tools"
fi fi


case "$XBPS_TARGET_MACHINE" in
arm*) broken="qt-webkit not available on arm"
esac

do_install() { do_install() {
vbin clipgrab vbin clipgrab
vinstall icon.png 644 usr/share/pixmaps clipgrab.png vinstall icon.png 644 usr/share/pixmaps clipgrab.png
Expand Down

0 comments on commit b3d367a

Please sign in to comment.