mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
accountsservice: update to 0.6.22.
This commit is contained in:
parent
87b659b427
commit
1c074d2222
2 changed files with 4 additions and 6 deletions
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'accountsservice-devel'.
|
# Template file for 'accountsservice-devel'.
|
||||||
#
|
#
|
||||||
depends="accountsservice>=0.6.21"
|
noarch=yes
|
||||||
|
depends="accountsservice>=$version"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'accountsservice'
|
# Template file for 'accountsservice'
|
||||||
pkgname=accountsservice
|
pkgname=accountsservice
|
||||||
version=0.6.21
|
version=0.6.22
|
||||||
revision=1
|
revision=1
|
||||||
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
|
||||||
|
@ -12,7 +12,7 @@ short_desc="D-Bus interfaces for querying and manipulating user account informat
|
||||||
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=adf681cef68852b65d57de7102483ef0cf31175ea0bbc3bad59957259dc64192
|
checksum=851e05aa593cd8e3ed5c635a7fee3ffc0f418d3db2f28c5ebd6b7503294e3bdd
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue