Upgraded dbus from 1.14.4 to 1.14.10

This commit is contained in:
dslm4515
2023-10-27 23:51:35 -05:00
parent 288ae41620
commit 61d890687f

View File

@ -1,8 +1,7 @@
#! /bin/bash
# D-Bus
# Source: https://dbus.freedesktop.org/releases/dbus/dbus-1.14.0.tar.xz
# Source: https://dbus.freedesktop.org/releases/dbus/dbus-1.14.4.tar.xz
# Source: https://dbus.freedesktop.org/releases/dbus/dbus-1.14.10.tar.xz
#
# DEPS
# Required: NONE
@ -18,7 +17,7 @@ export CFLAGS+="-fno-lto -fstack-protector-strong -fzero-call-used-regs=used "
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--docdir=/usr/share/doc/dbus-1.14.4 \
--docdir=/usr/share/doc/dbus-1.14.10 \
--disable-selinux \
--enable-inotify \
--with-dbus-user=messagebus \
@ -66,7 +65,7 @@ EOF
sudo -S mv /tmp/slack-desc install/ &&
sudo -S ln -sv /var/lib/dbus/machine-id etc &&
read -p "Enter to build and install package" &&
sudo -S makepkg -l y -c n $PKGS/dbus-1.14.4-$(uname -m)-mlfs.txz &&
sudo -S makepkg -l y -c n $PKGS/dbus-1.14.10-$PSUFFIX &&
cp -v install/doinst.sh /tmp/
cat >> /tmp/doinst.sh << "EOF"
@ -76,7 +75,7 @@ chmod -v 4750 /usr/libexec/dbus-daemon-launch-helper
echo "Creating machine ID..." && dbus-uuidgen --ensure
EOF
sudo mv -v /tmp/doinst.sh install/doinst.sh &&
sudo -S makepkg -l y -c n $PKGS/dbus-1.14.4-$(uname -m)-mlfs.txz &&
sudo -S makepkg -l y -c n $PKGS/dbus-1.14.10-$PSUFFIX &&
cd /BMAN
cat > /tmp/slack-desc << "EOF"
@ -91,6 +90,6 @@ dbus-doc: directly (without going through the message bus daemon).
dbus-doc:
EOF
sudo -S mv /tmp/slack-desc install/
sudo -S makepkg -l y -c n $PKGS/dbus-doc-1.14.4-noarch-mlfs.txz
sudo -S makepkg -l y -c n $PKGS/dbus-doc-1.14.10-$NOPSUFFIX
sudo rm -rf $BUILD/*
sudo rm -rf /BMAN/*