telepathy-mission-control: update to 5.9.2.
This commit is contained in:
parent
55cc0e8413
commit
b50dd15dc1
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=5.7.5"
|
abi_depends=">=5.9.2"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -6,12 +6,9 @@ long_desc="${long_desc}
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run intltool
|
|
||||||
Add_dependency run glib-devel
|
|
||||||
Add_dependency run dbus-devel
|
|
||||||
Add_dependency run dbus-glib-devel
|
|
||||||
Add_dependency run libgnome-keyring-devel
|
Add_dependency run libgnome-keyring-devel
|
||||||
Add_dependency run telepathy-glib-devel
|
Add_dependency run telepathy-glib-devel
|
||||||
|
Add_dependency run telepathy-mission-control
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'telepathy-mission-control'
|
# Template file for 'telepathy-mission-control'
|
||||||
pkgname=telepathy-mission-control
|
pkgname=telepathy-mission-control
|
||||||
version=5.7.5
|
version=5.9.2
|
||||||
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-static --enable-gnome-keyring"
|
configure_args="--disable-static --enable-gnome-keyring"
|
||||||
short_desc=" Telepathy component providing abstraction for details of connection managers"
|
short_desc=" Telepathy component providing abstraction for details of connection managers"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ca39fff8acd1b1c475a92db628e68fd985910015942439863152a1da61dfe576
|
checksum=156278b39f280a00b4661b6cbcefd8bba9ae8ccd6dd47b3192b78fddecb451d6
|
||||||
long_desc="
|
long_desc="
|
||||||
Telepathy is a D-Bus framework for unifying real time communication,
|
Telepathy is a D-Bus framework for unifying real time communication,
|
||||||
including instant messaging, voice calls and video calls. It abstracts
|
including instant messaging, voice calls and video calls. It abstracts
|
||||||
|
@ -23,9 +23,6 @@ Add_dependency run telepathy-glib
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build glib-devel
|
|
||||||
Add_dependency build dbus-devel
|
|
||||||
Add_dependency build dbus-glib-devel
|
|
||||||
Add_dependency build libgnome-keyring-devel
|
Add_dependency build libgnome-keyring-devel
|
||||||
Add_dependency build telepathy-glib-devel
|
Add_dependency build telepathy-glib-devel
|
||||||
Add_dependency build libxslt
|
Add_dependency build libxslt
|
||||||
|
|
Loading…
Reference in New Issue