mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
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:
@@ -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
|
||||
@@ -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()
|
||||
Reference in New Issue
Block a user