# HG changeset patch # User Hans-G?nter Theisgen # Date 1645106060 -3600 # Node ID b547eecf9b7492aba0fa5aecc6625a0be4b3b4f6 # Parent 534e605017f9a02e68740dbea2e3841189a93f81 updated dbus, dbus-dev and dbus-helper (1.12.18 -> 1.12.20) diff -r 534e605017f9 -r b547eecf9b74 dbus-dev/receipt --- a/dbus-dev/receipt Thu Feb 17 14:10:04 2022 +0100 +++ b/dbus-dev/receipt Thu Feb 17 14:54:20 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dbus-dev" -VERSION="1.12.18" +VERSION="1.12.20" CATEGORY="development" SHORT_DESC="A message bus system - development files." MAINTAINER="pankso@slitaz.org" diff -r 534e605017f9 -r b547eecf9b74 dbus-helper/receipt --- a/dbus-helper/receipt Thu Feb 17 14:10:04 2022 +0100 +++ b/dbus-helper/receipt Thu Feb 17 14:54:20 2022 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="dbus-helper" -VERSION="1.12.18" +VERSION="1.12.20" CATEGORY="development" -SHORT_DESC="A message bus system - development file." +SHORT_DESC="A message bus system - daemon launch helper." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.freedesktop.org/wiki/Software/dbus/" @@ -16,7 +16,8 @@ { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/dbus $fs/usr/lib - chown root.25 $fs/usr/lib/dbus/dbus-daemon-launch-helper - chmod 4750 $fs/usr/lib/dbus/dbus-daemon-launch-helper + cp -a $install/usr/lib/dbus $fs/usr/lib + + chown root.25 $fs/usr/lib/dbus/dbus-daemon-launch-helper + chmod 4750 $fs/usr/lib/dbus/dbus-daemon-launch-helper } diff -r 534e605017f9 -r b547eecf9b74 dbus/receipt --- a/dbus/receipt Thu Feb 17 14:10:04 2022 +0100 +++ b/dbus/receipt Thu Feb 17 14:54:20 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="dbus" -VERSION="1.12.18" +VERSION="1.12.20" CATEGORY="x-window" SHORT_DESC="A message bus system." MAINTAINER="pankso@slitaz.org" @@ -50,12 +50,12 @@ cp -a $install/usr/share/dbus* $fs/usr/share # Init script - cp -a $stuff/etc $fs + cp -a $stuff/etc $fs # Remove helper --> dbus-helper - rm $fs/usr/lib/dbus/dbus-daemon-launch-helper + rm $fs/usr/lib/dbus/dbus-daemon-launch-helper - chown -R root.root $fs + chown -R root.root $fs } pre_install()