accountsservice: update to 0.6.17.
This commit is contained in:
parent
bb768808f4
commit
571c656c63
|
@ -5,13 +5,12 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run accountsservice
|
||||
Add_dependency run accountsservice ">=${version}"
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/gir* ${DESTDIR}/usr/share
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
}
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libpolkit-gobject-1.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
librt.so.1
|
||||
libcrypt.so.1
|
||||
libsystemd-login.so.0
|
||||
libsystemd-daemon.so.0
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'accountsservice'
|
||||
pkgname=accountsservice
|
||||
version=0.6.15
|
||||
revision=5
|
||||
version=0.6.17
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
|
||||
configure_args="--disable-static --with-systemdsystemunitdir=/lib/systemd/system"
|
||||
short_desc="D-Bus interfaces for querying and manipulating user account information"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||
license="GPL-3"
|
||||
checksum=9feb3d58c5c739f2df4b5410404b29f16e3f4aa6739b685ceb12903f4d5ea867
|
||||
checksum=2f230e421f0d793e4b3e37874399010251ba63362e2723f42c1689560f29f7f3
|
||||
long_desc="
|
||||
The accountsservice project provides a set of D-Bus interfaces for
|
||||
querying and manipulating user account information and an implementation
|
||||
|
@ -21,8 +20,8 @@ subpackages="$pkgname-devel"
|
|||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gobject-introspection
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build polkit-devel
|
||||
Add_dependency build systemd-devel
|
||||
|
||||
Add_dependency run ConsoleKit-x11 # uses ConsoleKit dbus stuff.
|
||||
|
||||
|
|
Loading…
Reference in New Issue