Github messages for voidlinux
 help / color / mirror / Atom feed
From: AviKav <AviKav@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] erlang: switch to wxWidgets-gtk3
Date: Sun, 15 May 2022 03:56:37 +0200	[thread overview]
Message-ID: <20220515015637.bLlM3ko2w-65356uU3N_TiHh6BcTcPx17vBufgv5VHI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37031@inbox.vuxu.org>

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

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

https://github.com/AviKav/void-packages master
https://github.com/void-linux/void-packages/pull/37031

erlang: switch to wxWidgets-gtk3


#### Testing the changes
- I tested the changes in this PR: **briefly** (https://github.com/elixir-desktop/desktop-example-app)

- I built this PR locally for my native architecture, (x86_64-glibc)

This package seems to have been missed by #2664

As an aside, `kerl`/`asdf-erlang` needed `KERL_CONFIGURE_OPTIONS=--with-wx-config=wx-config-gtk3` for wxWebView to work. Not sure where that should be fixed/documented

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

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

From f598b5a637df2af7522cca255285d20c38e050a0 Mon Sep 17 00:00:00 2001
From: AviKav <avikav@avikav.net>
Date: Sat, 7 May 2022 04:38:15 -0400
Subject: [PATCH] erlang: switch to wxWidgets-gtk3

---
 srcpkgs/erlang/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/erlang/template b/srcpkgs/erlang/template
index fb0fa77fc4c4..df05095e4398 100644
--- a/srcpkgs/erlang/template
+++ b/srcpkgs/erlang/template
@@ -1,7 +1,7 @@
 # Template file for 'erlang'
 pkgname=erlang
 version=24.3.4
-revision=1
+revision=2
 create_wrksrc=yes
 build_wrksrc="otp-OTP-${version}"
 build_style=gnu-configure
@@ -18,8 +18,8 @@ checksum=e59bedbb871af52244ca5284fd0a572d52128abd4decf4347fe2aef047b65c58
 subpackages="erlang-doc"
 
 if [ -z "$CROSS_BUILD" ]; then
-	configure_args+=" --with-wx-config=wx-config-3.0"
-	makedepends+=" wxWidgets-devel glu-devel"
+	configure_args+=" --with-wx-config=wx-config-gtk3"
+	makedepends+=" wxWidgets-gtk3-devel glu-devel"
 	subpackages+=" erlang-wx"
 fi
 

  parent reply	other threads:[~2022-05-15  1:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-08  5:16 [PR PATCH] " AviKav
2022-05-14  1:13 ` ericonr
2022-05-15  1:50 ` [PR PATCH] [Closed]: " AviKav
2022-05-15  1:50 ` [PR PATCH] [Updated] " AviKav
2022-05-15  1:56 ` AviKav [this message]
2022-05-15  1:58 ` AviKav
2022-05-31 16:16 ` [PR PATCH] [Merged]: " leahneukirchen

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=20220515015637.bLlM3ko2w-65356uU3N_TiHh6BcTcPx17vBufgv5VHI@z \
    --to=avikav@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).