clipgrab: update to 3.4.2.
This commit is contained in:
parent
9039a1be54
commit
5e2935aa63
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'clipgrab'
|
# Template file for 'clipgrab'
|
||||||
pkgname=clipgrab
|
pkgname=clipgrab
|
||||||
version=3.2.1.2
|
version=3.4.2
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="qt-devel desktop-file-utils"
|
makedepends="qt-devel desktop-file-utils"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
|
@ -9,13 +9,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.clipgrab.org"
|
homepage="http://www.clipgrab.org"
|
||||||
distfiles="http://download.clipgrab.de/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.clipgrab.de/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=e13ebc405b7f3f570efea29856351b08b1ec0b59f6b93eb2e0bf071be9eb71b1
|
checksum=66aa911fca37261942b7722d603c52406fc4eb19c81f93682a463dc64c3fe362
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
qmake
|
qmake clipgrab.pro
|
||||||
make ${makejobs}
|
make CXXFLAGS="$CXXFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall clipgrab 755 usr/bin
|
vinstall clipgrab 755 usr/bin
|
||||||
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
||||||
|
|
Loading…
Reference in a new issue