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