wok-current diff bluez/receipt @ rev 25740
Fix libreoffice depend for gtk theme and libopencl-mesa depend (thanks Alanyih)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Feb 03 09:14:45 2025 +0000 (36 hours ago) |
parents | bf7fc7b1447c |
children |
line diff
1.1 --- a/bluez/receipt Tue Apr 16 17:00:21 2024 +0000 1.2 +++ b/bluez/receipt Mon Feb 03 09:14:45 2025 +0000 1.3 @@ -15,10 +15,12 @@ 1.4 1.5 DEPENDS="dbus dbus-python glib libical libusb-compat linux-bluetooth pygobject" 1.6 BUILD_DEPENDS="dbus-dev glib-dev libical-dev libusb-compat libusb-dev 1.7 - pkg-config readline-dev python-docutils" 1.8 + udev-dev pkg-config readline-dev python-docutils" 1.9 1.10 CONFIG_FILES="/etc/bluetooth" 1.11 1.12 +HOST_ARCH="i486 x86_64" 1.13 + 1.14 # What is the latest version available today? 1.15 current_version() 1.16 { 1.17 @@ -46,6 +48,10 @@ 1.18 # Patch for CVE-2023-45866 1.19 patch -p1 < $stuff/CVE-2023-45866.patch 1.20 1.21 + # Issue occured if pyc not generated 1.22 + # not understand what happen :( 1.23 + python -m compileall 1.24 + 1.25 ./configure \ 1.26 --prefix=/usr \ 1.27 --sysconfdir=/etc \