minitube: update to 2.1.3.
This commit is contained in:
parent
ae03e33ce8
commit
c92fb50c42
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'minitube'
|
# Template file for 'minitube'
|
||||||
pkgname=minitube
|
pkgname=minitube
|
||||||
version=2.0
|
version=2.1.3
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
makedepends="qt-devel phonon-devel desktop-file-utils hicolor-icon-theme phonon-backend-gstreamer"
|
makedepends="qt-devel phonon-devel desktop-file-utils hicolor-icon-theme phonon-backend-gstreamer"
|
||||||
short_desc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
|
short_desc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://flavio.tordini.org/minitube"
|
homepage="http://flavio.tordini.org/minitube"
|
||||||
distfiles="http://flavio.tordini.org/files/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://flavio.tordini.org/files/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=1ba1dd7725e6e0c92653fdee7bcfa4b833346d2ef4c091d94b181b60bb592554
|
checksum=387b43fc9ee68da57d69b0622b2a61c82f816401da5ad8830563d792e402b8fc
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
qmake
|
qmake
|
||||||
|
@ -22,6 +22,6 @@ do_install() {
|
||||||
minitube_package() {
|
minitube_package() {
|
||||||
depends="phonon-backend desktop-file-utils hicolor-icon-theme"
|
depends="phonon-backend desktop-file-utils hicolor-icon-theme"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue