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