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