mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
accountsservice: update to 0.6.40.
This commit is contained in:
parent
452605ea40
commit
c05275c953
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'accountsservice'
|
||||
pkgname=accountsservice
|
||||
version=0.6.39
|
||||
version=0.6.40
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static $(vopt_enable systemd) $(vopt_enable gir introspection)
|
||||
|
@ -15,13 +15,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://cgit.freedesktop.org/accountsservice/"
|
||||
license="GPL-3"
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=f938a3d517ddd44c7605b49f11028198071906e0fde96f22c7e16d1eb275335d
|
||||
checksum=f04f756600cbab558671658ab8e77212de2a000c07bc0469e7b51541871fcb2b
|
||||
|
||||
# Package build options
|
||||
build_options="gir systemd"
|
||||
# Disable gir for cross builds.
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default+=" gir"
|
||||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
accountsservice-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue