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