From: Zoltan Gyarmati <zgyarmati@zgyarmati.de>
To: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/simple-mail: bump to 3.0.0, enable for qt6
Date: Thu, 08 Aug 2024 07:30:38 +0200 [thread overview]
Message-ID: <087ec276f1e5357bd8bbb90fe4725dd4@zgyarmati.de> (raw)
In-Reply-To: <20240808052443.86164-1-zgyarmati@zgyarmati.de>
[-- Attachment #1.1: Type: text/plain, Size: 2612 bytes --]
Dear Thomas&All,
please disregard this patch, i've just read your e-mail about splitting
my grantlee bump&qt6 patch into 2, gonna do the same with this one...
Thanks,
On 2024-08-08 07:24, Zoltan Gyarmati wrote:
> Signed-off-by: Zoltan Gyarmati <zgyarmati@zgyarmati.de>
> ---
> package/simple-mail/Config.in | 5 +++--
> package/simple-mail/simple-mail.hash | 2 +-
> package/simple-mail/simple-mail.mk | 10 ++++++++--
> 3 files changed, 12 insertions(+), 5 deletions(-)
>
> diff --git a/package/simple-mail/Config.in
> b/package/simple-mail/Config.in
> index 681a8410db..fd82a224d3 100644
> --- a/package/simple-mail/Config.in
> +++ b/package/simple-mail/Config.in
> @@ -1,7 +1,8 @@
> config BR2_PACKAGE_SIMPLE_MAIL
> bool "simple-mail"
> - depends on BR2_PACKAGE_QT5
> - select BR2_PACKAGE_QT5BASE_NETWORK
> + depends on BR2_PACKAGE_QT5 || BR2_PACKAGE_QT6
> + select BR2_PACKAGE_QT5BASE_NETWORK if BR2_PACKAGE_QT5
> + select BR2_PACKAGE_QT6BASE_NETWORK if BR2_PACKAGE_QT6
> select BR2_PACKAGE_OPENSSL
> help
> An SMTP library written in C++ for Qt.
> diff --git a/package/simple-mail/simple-mail.hash
> b/package/simple-mail/simple-mail.hash
> index 67d6caff87..4de1525b53 100644
> --- a/package/simple-mail/simple-mail.hash
> +++ b/package/simple-mail/simple-mail.hash
> @@ -1,5 +1,5 @@
> # Locally calculated
> -sha256
> 2026f2017662508b0f25da72694f1dd13ab3ccf82c0454f7c40f8a6cc450c410
> simple-mail-2.3.0.tar.gz
> +sha256
> f93e93843d11da5c4ec44225eba46ccb3e9710fd594a27b966901745429ed4f4
> simple-mail-3.0.0.tar.gz
>
> # Hash for license file
> sha256
> 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c
> LICENSE
> diff --git a/package/simple-mail/simple-mail.mk
> b/package/simple-mail/simple-mail.mk
> index 68484f79b0..9f2929345b 100644
> --- a/package/simple-mail/simple-mail.mk
> +++ b/package/simple-mail/simple-mail.mk
> @@ -4,12 +4,18 @@
> #
> ################################################################################
>
> -SIMPLE_MAIL_VERSION = 2.3.0
> +SIMPLE_MAIL_VERSION = 3.0.0
> SIMPLE_MAIL_SITE = $(call
> github,cutelyst,simple-mail,v$(SIMPLE_MAIL_VERSION))
> SIMPLE_MAIL_INSTALL_STAGING = YES
> SIMPLE_MAIL_LICENSE = LGPL-2.1+
> SIMPLE_MAIL_LICENSE_FILES = LICENSE
> -SIMPLE_MAIL_DEPENDENCIES = qt5base
> SIMPLE_MAIL_CONF_OPTS = -DBUILD_DEMOS=OFF
> +ifeq ($(BR2_PACKAGE_QT5BASE),y)
> +SIMPLE_MAIL_DEPENDENCIES += qt5base
> +endif
> +ifeq ($(BR2_PACKAGE_QT6BASE),y)
> +SIMPLE_MAIL_DEPENDENCIES += qt6base
> +SIMPLE_MAIL_CONF_OPTS += -DQT_VERSION_MAJOR=6
> +endif
>
> $(eval $(cmake-package))
--
https://zgyarmati.de
[-- Attachment #1.2: Type: text/html, Size: 3830 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-08-08 5:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 5:24 [Buildroot] [PATCH 1/1] package/simple-mail: bump to 3.0.0, enable for qt6 Zoltan Gyarmati
2024-08-08 5:30 ` Zoltan Gyarmati [this message]
2024-08-08 8:35 ` Thomas Petazzoni via buildroot
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=087ec276f1e5357bd8bbb90fe4725dd4@zgyarmati.de \
--to=zgyarmati@zgyarmati.de \
--cc=buildroot@buildroot.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.