mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
accountsservice: update to 0.6.31.
This commit is contained in:
parent
2c7fb02e57
commit
ee52fda355
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'accountsservice'
|
# Template file for 'accountsservice'
|
||||||
pkgname=accountsservice
|
pkgname=accountsservice
|
||||||
version=0.6.30
|
version=0.6.31
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static
|
configure_args="--disable-static
|
||||||
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://cgit.freedesktop.org/accountsservice/"
|
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=34400da6b95fbcb04a9b0202ec2805c5ffb04202d8469c17662830636b31093f
|
checksum=dedac9522db30eae61be8e4c4f83a5167b64f6c1ab617197d066ed5522a32d41
|
||||||
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
|
||||||
|
@ -34,6 +34,7 @@ accountsservice_package() {
|
||||||
/var/lib/AccountsService/users 755 root root
|
/var/lib/AccountsService/users 755 root root
|
||||||
/var/lib/AccountsService/icons 755 root root"
|
/var/lib/AccountsService/icons 755 root root"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove etc
|
||||||
vmove usr
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue