* update udisks2 to 2.10.1-2
This commit is contained in:
parent
b966941fb9
commit
0c12fb2c83
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=udisks2
|
||||
pkgver=2.10.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Daemon, tools and libraries to access and manipulate disks, storage devices and technologies"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://www.freedesktop.org/wiki/Software/udisks/"
|
||||
@ -14,12 +14,14 @@ license=(
|
||||
)
|
||||
depends=(
|
||||
'acl'
|
||||
'btrfs-progs'
|
||||
'gcc-libs'
|
||||
'glib2'
|
||||
'glibc'
|
||||
'libatasmart'
|
||||
'libblockdev'
|
||||
'libgudev'
|
||||
'lvm2'
|
||||
'polkit'
|
||||
'systemd-libs'
|
||||
'util-linux-libs'
|
||||
@ -28,6 +30,13 @@ makedepends=(
|
||||
'gobject-introspection'
|
||||
'gtk-doc'
|
||||
)
|
||||
optdepends=(
|
||||
'dosfstools: FAT filesystem support'
|
||||
'exfatprogs: exFAT filesystem support'
|
||||
'e2fsprogs: Ext2/3/4 filesystem suport'
|
||||
'udftools: UDF filesystem support'
|
||||
'xfsprogs: XFS filesystem support'
|
||||
)
|
||||
backup=('etc/udisks2/udisks2.conf')
|
||||
source=("https://github.com/storaged-project/udisks/releases/download/udisks-$pkgver/udisks-$pkgver.tar.bz2")
|
||||
sha512sums=('9cdaeca4306a970c85f88d406dbe5d2dad23d72f47d9ab1c021b8c2888d4c790f680eb94388d86f9255024283b4a36e98b8aee4408d193a7d4aad1e74463356a')
|
||||
@ -36,7 +45,9 @@ b2sums=('41282e4dbbd93e6bda2a10a6ff2f2fb82bfc83b3ccbed9450cca7888c634cde9300fcd0
|
||||
build() {
|
||||
local configure_options=(
|
||||
--disable-static
|
||||
--enable-btrfs
|
||||
--enable-gtk-doc
|
||||
--enable-lvm2
|
||||
--libexecdir=/usr/lib
|
||||
--localstatedir=/var
|
||||
--prefix=/usr
|
||||
|
Loading…
x
Reference in New Issue
Block a user