glib: move hardcoded dbus socket directory to /run/dbus

This commit is contained in:
Juergen Daubert 2022-02-18 14:01:51 +01:00
parent d2033955a9
commit d50d624857
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/VRThjRuu54cAMc8aqmbBb466G50awFCRMQZoV7veByTIkz0iuHLPzYzkuLQQmf8JXmImO+5n1VS4Ok4GqZcyQ4=
SHA256 (Pkgfile) = e8bb82ae8e444ae665b6caf247628c86c5c4db3af00d1e932af456d67df3b778
RWSE3ohX2g5d/VikeKy4yQiI6S2391O44Gqdgl7aSaaYr9ZkZ3NdKXMUiJytzkX+eATqg9GewFz2biqbEnYX13NVIEUorGfGxQw=
SHA256 (Pkgfile) = 9cde555a53ae6bc1f8e5e88cbaad493ee43fc45472ac26aa11707d2ee1b62080
SHA256 (.footprint) = d8b16292afd6191741d9dfe1b1d1616b63d016df2ed1cd8cb4c3f219886ca824
SHA256 (glib-2.70.4.tar.xz) = ab3d176f3115dcc4e5d02db795984e04e4f4b48d836252e23e8c468e9d423c33
SHA256 (gschemas.compiled) = f2ca328db96bf936e677d53b3e89fc4bf57ada9a1d5e2466cb0afe85307a1e75

View File

@ -5,11 +5,13 @@
name=glib
version=2.70.4
release=1
release=2
source=(https://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz
gschemas.compiled)
build() {
sed 's|/var/run/dbus|/run/dbus|' -i $name-$version/gio/gdbusaddress.c
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \