Moved udisks from base to xorg and refreshed build list
This commit is contained in:
parent
2ac50eee2a
commit
a7efa22383
3 changed files with 2 additions and 2 deletions
|
@ -322,7 +322,6 @@ libbytesize
|
||||||
libblockdev
|
libblockdev
|
||||||
mozjs
|
mozjs
|
||||||
polkit
|
polkit
|
||||||
udisks
|
|
||||||
nodejs
|
nodejs
|
||||||
fmt
|
fmt
|
||||||
argon2
|
argon2
|
||||||
|
|
|
@ -119,3 +119,4 @@ xdg-dbus-proxy
|
||||||
libomxil-bellagio
|
libomxil-bellagio
|
||||||
font-util
|
font-util
|
||||||
xorg-fonts
|
xorg-fonts
|
||||||
|
udisks
|
||||||
|
|
|
@ -4,7 +4,7 @@ build=1sml
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/udisks"
|
homepage="http://www.freedesktop.org/wiki/Software/udisks"
|
||||||
download="https://github.com/storaged-project/udisks/releases/download/udisks-2.9.4/udisks-2.9.4.tar.bz2"
|
download="https://github.com/storaged-project/udisks/releases/download/udisks-2.9.4/udisks-2.9.4.tar.bz2"
|
||||||
desc="Daemon that implements D-Bus interfaces for interacting with storage devices"
|
desc="Daemon that implements D-Bus interfaces for interacting with storage devices"
|
||||||
requires="libblockdev libatasmart polkit"
|
requires="libblockdev libatasmart polkit dbus"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkandenterbuilddir
|
mkandenterbuilddir
|
Loading…
Reference in a new issue