accountsservice: update to 0.6.34.

This commit is contained in:
Juan RP 2013-07-10 06:50:52 +02:00
parent 2803a9e577
commit 469463b85e
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'accountsservice'
pkgname=accountsservice
version=0.6.32
version=0.6.34
revision=1
build_style=gnu-configure
configure_args="--disable-static
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://cgit.freedesktop.org/accountsservice/"
license="GPL-3"
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
checksum=6c03bc431ac9af4ac68c531a35fc97be0a410db65bf3ff24648760a0ddc28526
checksum=15672a6e87a218e2a2c09947e340cc6617cd5ccb201da6885c409c16362d6b14
long_desc="
The accountsservice project provides a set of D-Bus interfaces for
querying and manipulating user account information and an implementation
@ -24,6 +24,7 @@ accountsservice-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
vmove usr/share/gtk-doc
}