Revert "dbus: add post-install script. fixes #3366."

This should be reworked to use the launch daemon instead.

This reverts commit 422a07316a.
This commit is contained in:
Sergei Reznikov
2018-11-21 17:19:43 +03:00
parent 422a07316a
commit 666af309bd
2 changed files with 5 additions and 20 deletions

View File

@@ -1,10 +0,0 @@
#/bin/sh
eval `dbus-launch --auto-syntax`
if grep -q dbus-launch /boot/home/config/settings/boot/UserBootscript
then
exit 0
else
echo 'eval `dbus-launch --auto-syntax`' >> /boot/home/config/settings/boot/UserBootscript
fi

View File

@@ -11,12 +11,12 @@ going through the message bus daemon). Currently the communicating \
applications are on one computer, or through unencrypted TCP/IP suitable for \
use behind a firewall with shared NFS home directories."
HOMEPAGE="https://freedesktop.org/wiki/Software/dbus/"
COPYRIGHT="2005-2018 Red Hat, Inc."
COPYRIGHT="2014 Red Hat, Inc."
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://dbus.freedesktop.org/releases/dbus/dbus-$portVersion.tar.gz"
CHECKSUM_SHA256="4b693d24976258c3f2fa9cc33ad9288c5fbfa7a16481dbd9a8a429f7aa8cdcf7"
ADDITIONAL_FILES="start_dbus_launch.sh"
CHECKSUM_SHA256="621b902a07badec16c9e43eda43903cd0e1e69e11b13143da71c1889b062f116"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -24,10 +24,8 @@ GLOBAL_WRITABLE_FILES="
settings/dbus-1/session.conf keep-old
settings/dbus-1/system.conf keep-old
"
POST_INSTALL_SCRIPTS="
$relativePostInstallDir/start_dbus_launch.sh
"
libVersion="3.19.8"
libVersion="3.19.6"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
@@ -113,9 +111,6 @@ INSTALL()
packageEntries devel \
$developDir \
$libDir/cmake
mkdir -p $postInstallDir
cp $portDir/additional-files/start_dbus_launch.sh $postInstallDir
}
TEST()