wok-next diff udisks2/receipt @ rev 21081
Tiny edits
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Dec 24 11:36:03 2018 +0200 (2018-12-24) |
parents | d5aab818505e |
children | 0f2575775b2d |
line diff
1.1 --- a/udisks2/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/udisks2/receipt Mon Dec 24 11:36:03 2018 +0200 1.3 @@ -16,6 +16,9 @@ 1.4 libblockdev-dev polkit-dev libatasmart-dev acl-dev intltool" 1.5 SPLIT="$PACKAGE-dev" 1.6 1.7 +DEPENDS_std="acl glib libatasmart libblockdev libgudev polkit util-linux-mount" 1.8 +DEPENDS_dev="$PACKAGE glib-dev" 1.9 + 1.10 compile_rules() { 1.11 ./configure \ 1.12 --disable-static \ 1.13 @@ -29,17 +32,3 @@ 1.14 mkdir -p $install/etc/udev/rules.d/ 1.15 cp $stuff/99-udisks2.rules $install/etc/udev/rules.d/ 1.16 } 1.17 - 1.18 -genpkg_rules() { 1.19 - case $PACKAGE in 1.20 - udisks2) 1.21 - copy @std 1.22 - DEPENDS="acl glib libatasmart libblockdev libgudev polkit \ 1.23 - util-linux-mount" 1.24 - ;; 1.25 - *-dev) 1.26 - copy @dev 1.27 - DEPENDS="udisks2 glib-dev" 1.28 - ;; 1.29 - esac 1.30 -}