Github messages for voidlinux
 help / color / mirror / Atom feed
From: Danoloan10 <Danoloan10@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] wt: add build options and their dependencies
Date: Mon, 25 Dec 2023 16:48:05 +0100	[thread overview]
Message-ID: <20231225154805.QHezpbKU_AQNV4GtjW_iMqt0qjRf9sLJnqatHju0xgg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47903@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

There is an updated pull request by Danoloan10 against master on the void-packages repository

https://github.com/Danoloan10/void-packages wt-opts
https://github.com/void-linux/void-packages/pull/47903

wt: add build options and their dependencies
Fixes https://github.com/epoupon/lms/issues/384

#### Testing the changes
- I tested the changes in this PR: **briefly** (only default options)

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)


A patch file from https://github.com/void-linux/void-packages/pull/47903.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wt-opts-47903.patch --]
[-- Type: text/x-diff, Size: 1521 bytes --]

From 1ebcf9b0c6cae8df1bb902b4b2ec3384108f189c Mon Sep 17 00:00:00 2001
From: danoloan10 <danolo@danoloan.es>
Date: Mon, 25 Dec 2023 13:48:18 +0100
Subject: [PATCH] wt: add build options and their dependencies

Fixes https://github.com/epoupon/lms/issues/384
---
 srcpkgs/wt/template | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/wt/template b/srcpkgs/wt/template
index d825acae8889b..6b7050127255f 100644
--- a/srcpkgs/wt/template
+++ b/srcpkgs/wt/template
@@ -3,7 +3,10 @@ pkgname=wt
 version=4.10.0
 revision=2
 build_style=cmake
-makedepends="boost-devel"
+configure_args="-DBUILD_EXAMPLES=OFF -DINSTALL_EXAMPLES=OFF $(vopt_bool firebird ENABLE_FIREBIRD)"
+makedepends="boost-devel openssl-devel Haru-devel pango-devel sqlite-devel postgresql-libs-devel
+ libmysqlclient-devel unixodbc-devel qt-devel qt5-devel libfreeglut-devel libunwind-devel
+ $(vopt_if firebird firebird3)"
 short_desc="Wt, C++ Web Toolkit"
 maintainer="danoloan10 <danoloan10@tutanota.com>"
 license="GPL-2.0-or-later"
@@ -12,6 +15,13 @@ changelog="https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html"
 distfiles="https://github.com/emweb/wt/archive/refs/tags/${version}.tar.gz"
 checksum=7090023d4fc4b6594bf4cb11072d9d3d775269327aece9a8993c7bbe46decb9d
 
+build_options="firebird"
+build_options_default=""
+
+if [ -n "$CROSS_BUILD" ]; then
+	build_options_default+=" firebird"
+fi
+
 wt-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

  parent reply	other threads:[~2023-12-25 15:48 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-25 13:00 [PR PATCH] " Danoloan10
2023-12-25 13:17 ` [PR PATCH] [Updated] " Danoloan10
2023-12-25 13:35 ` Danoloan10
2023-12-25 13:38 ` Danoloan10
2023-12-25 13:40 ` Danoloan10
2023-12-25 14:18 ` classabbyamp
2023-12-25 14:39 ` Danoloan10
2023-12-25 14:55 ` classabbyamp
2023-12-25 15:48 ` Danoloan10 [this message]
2023-12-25 15:57 ` [PR PATCH] [Updated] " Danoloan10
2023-12-25 16:04 ` Danoloan10
2023-12-25 16:25 ` Danoloan10
2023-12-25 18:38 ` [PR REVIEW] " classabbyamp
2023-12-25 18:38 ` classabbyamp
2023-12-25 18:39 ` classabbyamp
2023-12-26 20:48 ` Danoloan10
2023-12-26 20:50 ` [PR PATCH] [Updated] " Danoloan10
2023-12-26 20:52 ` Danoloan10
2023-12-26 21:07 ` [PR REVIEW] wt: add build dependencies classabbyamp
2023-12-26 21:48 ` [PR PATCH] [Updated] " Danoloan10
2023-12-26 23:07 ` [PR PATCH] [Merged]: " classabbyamp

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=20231225154805.QHezpbKU_AQNV4GtjW_iMqt0qjRf9sLJnqatHju0xgg@z \
    --to=danoloan10@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).