skypetab-ng: update to 20150201.
This commit is contained in:
parent
0c14ed4bb9
commit
09c8f6fb46
1 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'skypetab-ng'
|
||||
pkgname=skypetab-ng
|
||||
version=20140614
|
||||
version=20150201
|
||||
revision=1
|
||||
hostmakedepends="pkg-config git"
|
||||
_commit=9e5b1edf7b7f0c31cf47db429d5918367f12e0e8
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libX11-devel qt-devel"
|
||||
depends="skype libskypetab-ng-${version}_${revision}"
|
||||
short_desc="A program that adds tabs to Skype for Linux"
|
||||
|
@ -14,11 +15,9 @@ only_for_archs=i686
|
|||
lib32mode="full"
|
||||
lib32depends="skype-32bit>=0 libskypetab-ng-${version}_${revision}"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/kekekeks/${pkgname}.git"
|
||||
msg_normal " Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
wrksrc=skypetab-ng-$_commit
|
||||
distfiles="https://github.com/kekekeks/skypetab-ng/archive/9e5b1edf7b7f0c31cf47db429d5918367f12e0e8.tar.gz"
|
||||
checksum=aeab6dde5cfe3b85757ef79b2fc099b758c63c8eb1cfcfaaa17659a0667ba525
|
||||
|
||||
do_configure() {
|
||||
qmake
|
||||
|
|
Loading…
Reference in a new issue