wok-next diff udisks2/receipt @ rev 21716
created get-anydesk
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 28 11:20:16 2020 +0100 (2020-07-28) |
parents | d635206a5649 |
children |
line diff
1.1 --- a/udisks2/receipt Mon Dec 24 11:36:03 2018 +0200 1.2 +++ b/udisks2/receipt Tue Jul 28 11:20:16 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="udisks2" 1.7 -VERSION="2.7.7" 1.8 +VERSION="2.8.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="D-Bus service to access and manipulate storage devices" 1.11 MAINTAINER="devel@slitaz.org" 1.12 @@ -11,12 +11,14 @@ 1.13 1.14 TARBALL="udisks-$VERSION.tar.bz2" 1.15 WGET_URL="https://github.com/storaged-project/udisks/releases/download/udisks-$VERSION/$TARBALL" 1.16 +TARBALL_SHA1="e69fc1a417f4d5e116487ca735bbef89e96cc0f4" 1.17 1.18 BUILD_DEPENDS="docbook-xsl gtk-doc gobject-introspection-dev libgudev-dev \ 1.19 -libblockdev-dev polkit-dev libatasmart-dev acl-dev intltool" 1.20 +libblockdev-dev polkit-no-script-dev libatasmart-dev acl-dev intltool" 1.21 SPLIT="$PACKAGE-dev" 1.22 1.23 -DEPENDS_std="acl glib libatasmart libblockdev libgudev polkit util-linux-mount" 1.24 +DEPENDS_std="acl glib libatasmart libblockdev libgudev polkit-no-script \ 1.25 +util-linux-mount" 1.26 DEPENDS_dev="$PACKAGE glib-dev" 1.27 1.28 compile_rules() { 1.29 @@ -26,9 +28,9 @@ 1.30 $CONFIGURE_ARGS && 1.31 fix libtool && 1.32 make && 1.33 + sed -i -r 's|^ +||; s|\\m\[blue\]||; s|\\m\[\]||' doc/man/*.[158] && 1.34 make install || return 1 1.35 1.36 # mount to "/media" instead of "/media/<user>" 1.37 - mkdir -p $install/etc/udev/rules.d/ 1.38 - cp $stuff/99-udisks2.rules $install/etc/udev/rules.d/ 1.39 + install -Dm644 $stuff/99-udisks2.rules $install/etc/udev/rules.d/99-udisks2.rules 1.40 }