telepathy-mission-control: downgrade to the stable 5.14.1 version.
This commit is contained in:
parent
e599a7ebd2
commit
fae492b4fa
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'telepathy-mission-control'
|
||||
pkgname=telepathy-mission-control
|
||||
version=5.15.1
|
||||
version=1:5.14.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-gnome-keyring
|
||||
|
@ -12,15 +12,15 @@ short_desc="Telepathy component providing abstraction for details of connection
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://telepathy.freedesktop.org"
|
||||
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=6fa7f9a4b122b7d498f885b1f0fb890cffcbb8d9a07322cabc9556fcdf0bb0c1
|
||||
distfiles="$homepage/releases/$pkgname/$pkgname-${version#*:}.tar.gz"
|
||||
checksum=4b16c0199c3ca11953a5e7e6420093346d968be1287b376ebe2b81ac8b5f1fcb
|
||||
long_desc="
|
||||
Telepathy is a D-Bus framework for unifying real time communication, including
|
||||
instant messaging, voice calls and video calls. It abstracts differences
|
||||
between protocols to provide a unified interface for applications."
|
||||
|
||||
telepathy-mission-control-devel_package() {
|
||||
depends="telepathy-glib-devel>=0.21 ${sourcepkg}>=${version}"
|
||||
depends="telepathy-glib-devel>=0.21 ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue