accountsservice: update to 0.6.14.
This commit is contained in:
parent
e80347e9c5
commit
75146b2a56
2 changed files with 6 additions and 11 deletions
|
@ -5,14 +5,9 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run pkg-config
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run dbus-devel
|
||||
Add_dependency run dbus-glib-devel
|
||||
Add_dependency run polkit-devel
|
||||
Add_dependency run gobject-introspection
|
||||
Add_dependency run accountsservice
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
# Template file for 'accountsservice'
|
||||
pkgname=accountsservice
|
||||
version=0.6.12
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.bz2"
|
||||
version=0.6.14
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
short_desc="D-Bus interfaces for querying and manipulating user account information"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=1f5d983d0e1b643f7085e90991455c5920d067096e1122ad1784fb96e22e2c62
|
||||
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||
license="GPL-3"
|
||||
checksum=fcf26f5198521392f11078a9177e430e0ca09bd6bc481b106fc0cbbc586bfd64
|
||||
long_desc="
|
||||
The accountsservice project provides a set of D-Bus interfaces for
|
||||
querying and manipulating user account information and an implementation
|
||||
|
@ -20,8 +22,6 @@ Add_dependency run polkit
|
|||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build polkit-devel
|
||||
Add_dependency build gobject-introspection
|
||||
|
|
Loading…
Reference in a new issue