mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
telepathy-glib: update to 0.20.4.
This commit is contained in:
parent
254d038105
commit
bcd01f1eff
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'telepathy-glib'
|
# Template file for 'telepathy-glib'
|
||||||
pkgname=telepathy-glib
|
pkgname=telepathy-glib
|
||||||
version=0.20.1
|
version=0.20.4
|
||||||
revision=2
|
revision=1
|
||||||
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
|
makedepends="pkg-config intltool vala-devel libxslt gobject-introspection
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://telepathy.freedesktop.org"
|
homepage="http://telepathy.freedesktop.org"
|
||||||
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="$homepage/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=01a0343f61fbd389fed9c819751aa75914150aa567472dcb480ced7f4ed261b6
|
checksum=c9a307c85d412c58bc68265c4c4128a8e3ffb283bc784143f1f086faaafcb16c
|
||||||
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
|
||||||
|
@ -20,13 +20,14 @@ long_desc="
|
||||||
|
|
||||||
telepathy-glib-devel_package() {
|
telepathy-glib-devel_package() {
|
||||||
depends="vala-devel dbus-glib-devel ${sourcepkg}-${version}_${revision}"
|
depends="vala-devel dbus-glib-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue