UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

python3-dbus

dbus-python is the original Python binding for dbus, the reference implementation of the D-Bus protocol.

Package info

Template: meson
Codename: python3-dbus
Source file: dbus-python-1.4.0.tar.gz
Source file size: 232490
Source file MD5-checkum: f75dd1ec3052fecb84e55ef339005696
Source directory: dbus-python-1.4.0
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/python-modules/dbus-python-1.4.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/python-modules/dbus-python-1.4.0.tar.gz.md5sum
Dependances: python3-meson.
Dependance of: firewalld, waydroid.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release ..

Build script:
cd    build
ninja

Install script:
cd    build
ninja install