On Fri, Mar 22, 2019 at 11:35:11AM +0100, Lucas Stach wrote:
> This adds a package for the Qt wrapper for BlueZ 5 DBus API.
>
> Signed-off-by: Lucas Stach <[email protected]>
> ---
> rules/bluez-qt.in | 12 ++++++++++
> rules/bluez-qt.make | 58 +++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 70 insertions(+)
> create mode 100644 rules/bluez-qt.in
> create mode 100644 rules/bluez-qt.make
>
> diff --git a/rules/bluez-qt.in b/rules/bluez-qt.in
> new file mode 100644
> index 000000000000..8cf4808e659d
> --- /dev/null
> +++ b/rules/bluez-qt.in
> @@ -0,0 +1,12 @@
> +## SECTION=qt
> +
> +config BLUEZ_QT
> + tristate
> + prompt "bluez-qt"
select HOST_CMAKE
Michael
> + select HOST_CMAKE_ECM
> + select QT5
> + select QT5_DBUS
> + select QT5_MODULE_QTBASE
> + select QT5_MODULE_QTDECLARATIVE
> + help
> + Qt wrapper for BlueZ 5 DBus API
> diff --git a/rules/bluez-qt.make b/rules/bluez-qt.make
> new file mode 100644
> index 000000000000..10916d80f6a6
> --- /dev/null
> +++ b/rules/bluez-qt.make
> @@ -0,0 +1,58 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2019 by Lucas Stach <[email protected]>
> +#
> +# See CREDITS for details about who has contributed to this project.
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_BLUEZ_QT) += bluez-qt
> +
> +#
> +# Paths and names
> +#
> +BLUEZ_QT_VERSION := 5.56
> +BLUEZ_QT_VERSION_PATCH := 0
> +BLUEZ_QT_MD5 := 2e2a7b4b5a2efbb2acc9c48f9111291f
> +BLUEZ_QT :=
> bluez-qt-$(BLUEZ_QT_VERSION).$(BLUEZ_QT_VERSION_PATCH)
> +BLUEZ_QT_SUFFIX := tar.xz
> +BLUEZ_QT_URL :=
> https://download.kde.org/stable/frameworks/$(BLUEZ_QT_VERSION)/$(BLUEZ_QT).$(BLUEZ_QT_SUFFIX)
> +BLUEZ_QT_SOURCE := $(SRCDIR)/$(BLUEZ_QT).$(BLUEZ_QT_SUFFIX)
> +BLUEZ_QT_DIR := $(BUILDDIR)/$(BLUEZ_QT)
> +BLUEZ_QT_LICENSE := LGPL-2.1-or-later
> +BLUEZ_QT__LICENSE_FILES :=
> file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c
> +
> +#
> ----------------------------------------------------------------------------
> +# Prepare
> +#
> ----------------------------------------------------------------------------
> +BLUEZ_QT_CONF_TOOL := cmake
> +BLUEZ_QT_CONF_OPT := \
> + $(CROSS_CMAKE_USR) \
> + -DECM_DIR=$(PTXCONF_SYSROOT_HOST)/share/ECM/cmake/
> +
> +#
> ----------------------------------------------------------------------------
> +# Target-Install
> +#
> ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/bluez-qt.targetinstall:
> + @$(call targetinfo)
> +
> + @$(call install_init, bluez-qt)
> + @$(call install_fixup, bluez-qt,PRIORITY,optional)
> + @$(call install_fixup, bluez-qt,SECTION,base)
> + @$(call install_fixup, bluez-qt,AUTHOR,"Lucas Stach
> <[email protected]>")
> + @$(call install_fixup, bluez-qt,DESCRIPTION,missing)
> +
> + @$(call install_lib, bluez-qt, 0, 0, 0644, libKF5BluezQt)
> + @$(call install_tree, bluez-qt, 0, 0, -, /usr/lib/qt5/qml)
> +
> + @$(call install_finish, bluez-qt)
> +
> + @$(call touch)
> +
> +# vim: syntax=make
> --
> 2.20.1
>
>
> _______________________________________________
> ptxdist mailing list
> [email protected]
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
[email protected]