clipgrab: update to 3.4.7.
This commit is contained in:
parent
fe8eb82f67
commit
32db9f2441
1 changed files with 4 additions and 4 deletions
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'clipgrab'
|
# Template file for 'clipgrab'
|
||||||
pkgname=clipgrab
|
pkgname=clipgrab
|
||||||
version=3.4.2
|
version=3.4.7
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="qt-devel desktop-file-utils"
|
makedepends="qt-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="A friendly downloader for YouTube and other sites"
|
short_desc="A friendly downloader for YouTube and other sites"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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=66aa911fca37261942b7722d603c52406fc4eb19c81f93682a463dc64c3fe362
|
checksum=75edfc7e8ffdc1bae16d4bded8717e65e7c2c9f2416f6faf29a8923acafba117
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
qmake clipgrab.pro
|
qmake clipgrab.pro
|
||||||
make CXXFLAGS="$CXXFLAGS" ${makejobs}
|
make CXXFLAGS="$CXXFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall clipgrab 755 usr/bin
|
vbin clipgrab
|
||||||
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
vinstall icon.png 644 usr/share/pixmaps clipgrab.png
|
||||||
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
|
vinstall ${FILESDIR}/clipgrab.desktop 644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue