telepathy-glib: update to 0.18.2.
This commit is contained in:
parent
22869d361d
commit
25c4c595a2
2 changed files with 7 additions and 10 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'telepathy-glib-devel'.
|
# Template file for 'telepathy-glib-devel'.
|
||||||
#
|
#
|
||||||
depends="vala-devel dbus-glib-devel telepathy-glib>=0.18.1"
|
depends="vala-devel dbus-glib-devel telepathy-glib>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'telepathy-glib'
|
# Template file for 'telepathy-glib'
|
||||||
pkgname=telepathy-glib
|
pkgname=telepathy-glib
|
||||||
version=0.18.1
|
version=0.18.2
|
||||||
homepage="http://telepathy.freedesktop.org"
|
revision=1
|
||||||
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-vala-bindings --disable-static"
|
configure_args="--enable-vala-bindings --disable-static"
|
||||||
makedepends="pkg-config intltool vala-devel libxslt gobject-introspection dbus-glib-devel"
|
makedepends="pkg-config intltool vala-devel libxslt gobject-introspection dbus-glib-devel"
|
||||||
revision=1
|
|
||||||
short_desc="Library for GLib-based Telepathy components"
|
short_desc="Library for GLib-based Telepathy components"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=3738256689e34c22ddf9c4eb33f44ce7505c18fb1a14c53b8e56dd9c262f4c6d
|
homepage="http://telepathy.freedesktop.org"
|
||||||
|
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
checksum=372375578be8053398f9fb1e12188a8b472d6d897e0ac73b230d31e112c68b3f
|
||||||
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
|
||||||
differences between protocols to provide a unified interface for
|
differences between protocols to provide a unified interface for
|
||||||
applications."
|
applications."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue