telepathy-logger: update to 0.4.0.
This commit is contained in:
parent
248733091d
commit
5723c73c23
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=0.2.12" # call support
|
||||
api_depends="${abi_depends}"
|
||||
api_depends=">=0.4.0"
|
||||
|
|
|
@ -7,7 +7,7 @@ long_desc="${long_desc}
|
|||
|
||||
Add_dependency run libxml2-devel
|
||||
Add_dependency run telepathy-glib-devel
|
||||
Add_dependency run telepathy-logger
|
||||
Add_dependency run telepathy-logger ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
|
@ -2,9 +2,7 @@ libdbus-glib-1.so.2
|
|||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libgio-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libxml2.so.2
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'telepathy-logger'
|
||||
pkgname=telepathy-logger
|
||||
version=0.2.12
|
||||
version=0.4.0
|
||||
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile --enable-call"
|
||||
revision=1
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
short_desc="Telepathy framework logging daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://telepathy.freedesktop.org/wiki/Logger"
|
||||
license="LGPL-2.1"
|
||||
checksum=43ce8c6d0309889b56116e9a6eb023e6698962fad72deb1202fee36d64a80199
|
||||
checksum=06b5ab0616afd7572a1bbda58e6a9487bb305f69358c85985a8999f26f4465e5
|
||||
long_desc="
|
||||
Telepathy is a D-Bus framework for unifying real time communication,
|
||||
including instant messaging, voice calls and video calls. It abstracts
|
||||
|
@ -18,7 +17,6 @@ long_desc="
|
|||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build libxslt
|
||||
|
|
Loading…
Reference in New Issue