telepathy-logger: update to 0.8.1.
This commit is contained in:
parent
1aa3ffb32b
commit
af7d08507a
1 changed files with 5 additions and 12 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'telepathy-logger'
|
||||
pkgname=telepathy-logger
|
||||
version=0.8.0
|
||||
revision=2
|
||||
version=0.8.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool libxslt glib-devel"
|
||||
configure_args="--disable-static --disable-schemas-compile $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool libxslt glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="dbus-glib-devel libxml2-devel sqlite-devel telepathy-glib-devel"
|
||||
short_desc="Telepathy framework logging daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://telepathy.freedesktop.org/wiki/Logger"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=d476f3c16fa25988ced2c0771de70542091d81b5fdd657317cad5c4b110520a2
|
||||
checksum=359528f5fa1539b250fead8d68c7a0eaef11ed4284dfb3761fff2b6dd688da39
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -20,13 +20,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
if [ "$build_option_gir" ]; then
|
||||
configure_args+=" --enable-introspection"
|
||||
makedepends+=" gobject-introspection"
|
||||
else
|
||||
configure_args+=" --disable-introspection"
|
||||
fi
|
||||
|
||||
telepathy-logger-devel_package() {
|
||||
depends="libxml2-devel telepathy-glib-devel ${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue