clipgrab: change to build_style=qmake
This commit is contained in:
parent
3a31402e20
commit
d7bc279838
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'clipgrab'
|
||||
pkgname=clipgrab
|
||||
version=3.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=qmake
|
||||
hostmakedepends="qt-qmake"
|
||||
makedepends="qt-devel"
|
||||
depends="ffmpeg desktop-file-utils"
|
||||
|
@ -11,11 +12,8 @@ license="GPL-3"
|
|||
homepage="http://www.clipgrab.org"
|
||||
distfiles="http://download.clipgrab.de/${pkgname}-${version}.tar.gz"
|
||||
checksum=e911afb98b30f3ac2a9c354ccd22345302df99148660d4da3bb2430ff63f159a
|
||||
configure_args=clipgrab.pro
|
||||
|
||||
do_build() {
|
||||
qmake clipgrab.pro
|
||||
make CXXFLAGS="$CXXFLAGS" ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
vbin clipgrab
|
||||
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
||||
|
|
Loading…
Reference in New Issue