mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 2/2] bluez-qt: new package
Date: Fri, 22 Mar 2019 12:06:54 +0100	[thread overview]
Message-ID: <20190322110654.aspbzc2fcxvdapji@pengutronix.de> (raw)
In-Reply-To: <20190322103511.18765-2-l.stach@pengutronix.de>

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 <l.stach@pengutronix.de>
> ---
>  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 <l.stach@pengutronix.de>
> +#
> +# 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 <l.stach@pengutronix.de>")
> +	@$(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
> ptxdist@pengutronix.de

-- 
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
ptxdist@pengutronix.de

  parent reply	other threads:[~2019-03-22 11:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22 10:35 [ptxdist] [PATCH 1/2] host-cmake-ecm: " Lucas Stach
2019-03-22 10:35 ` [ptxdist] [PATCH 2/2] bluez-qt: " Lucas Stach
2019-03-22 10:55   ` Lucas Stach
2019-03-22 11:06   ` Michael Olbrich [this message]
2019-03-22 11:10 ` [ptxdist] [PATCH 1/2] host-cmake-ecm: " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190322110654.aspbzc2fcxvdapji@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox