37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
# Template file for 'telepathy-mission-control'
|
|
pkgname=telepathy-mission-control
|
|
version=5.14.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --enable-gnome-keyring
|
|
--disable-schemas-compile"
|
|
hostmakedepends="pkg-config python-devel intltool libxslt"
|
|
makedepends="telepathy-glib-devel>=0.20.1 NetworkManager-devel
|
|
upower-devel libgnome-keyring-devel"
|
|
short_desc="Telepathy component providing abstraction for details of connection managers"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1"
|
|
homepage="http://telepathy.freedesktop.org"
|
|
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=58e0047f5292836c2c35e1603a908b3ac20a5c0b183869514c63de339fd48a30
|
|
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.20.1 ${sourcepkg}>=${version}"
|
|
short_desc="${short_desc} - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gtk-doc
|
|
}
|
|
}
|
|
|
|
telepathy-mission-control_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|