UmVirt LFS Package info

DB commit: f9aede95e4e5157a46ec1323bb7abf8947e8632d
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

gnome-bluetooth

The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop.

Package info

Template:
Codename: gnome-bluetooth
Source file: gnome-bluetooth-42.8.tar.xz
Source file size: 304908
Source file MD5-checkum: a4b2b8f1321bcc33a868894fae364554
Source directory: gnome-bluetooth-42.8
Package URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/gnome-bluetooth-42.8.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.1/packages/g/gnome-bluetooth-42.8.tar.xz.md5sum
Dependances: gobject-introspection, gtk4, gsound, libadwaita, libnotify, upower, bluez.
Dependance of: network-manager-applet, gnome-control-center, gnome-shell.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

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

Build script:
cd    build &&
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi

Install script:
cd    build &&
ninja install