Skip to content
Snippets Groups Projects
Verified Commit 4eeed2c5 authored by Jelle van der Waa's avatar Jelle van der Waa 🚧 Committed by David Runge
Browse files

Add optional dependencies for filesystem support

parent 74bed488
No related branches found
No related tags found
1 merge request!1Re-add btrfs/lvm2 support and add optional dependencies
......@@ -29,6 +29,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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment