minitube: update to 2.5.1.
This commit is contained in:
parent
c22bc7a393
commit
0523d73150
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'minitube'
|
# Template file for 'minitube'
|
||||||
pkgname=minitube
|
pkgname=minitube
|
||||||
version=2.5
|
version=2.5.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
makedepends="qt5-devel phonon-qt5-devel qt5-script-devel"
|
|
||||||
hostmakedepends="qt5-tools"
|
hostmakedepends="qt5-tools"
|
||||||
|
makedepends="qt5-devel phonon-qt5-devel qt5-script-devel"
|
||||||
depends="virtual?phonon-qt5-backend desktop-file-utils hicolor-icon-theme"
|
depends="virtual?phonon-qt5-backend desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="A native YouTube client in Qt5"
|
short_desc="A native YouTube client in Qt5"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://flavio.tordini.org/minitube"
|
homepage="http://flavio.tordini.org/minitube"
|
||||||
distfiles="https://github.com/flaviotordini/minitube/archive/$version.tar.gz"
|
distfiles="https://github.com/flaviotordini/minitube/archive/$version.tar.gz"
|
||||||
checksum=1f53fa768453106ef9b8dc3160c0b321804353ace82d054518f1ed4a6526d678
|
checksum=53aeecc77e3cbe6a586bc54e28999cf671bd758914e9c4b519d5af5bf460bde6
|
||||||
# Provided by Gottox
|
|
||||||
_api_key=AIzaSyBzMj41taMuHLAF95-y9cTXL4JpPGqMORk
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
# Provided by Gottox
|
||||||
|
local _api_key=AIzaSyBzMj41taMuHLAF95-y9cTXL4JpPGqMORk
|
||||||
sed -i "1i DEFINES += APP_GOOGLE_API_KEY=\"$_api_key\"" minitube.pro
|
sed -i "1i DEFINES += APP_GOOGLE_API_KEY=\"$_api_key\"" minitube.pro
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue