Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lyx: update to 2.4.3.
@ 2025-02-02 18:50 Eloitor
  2025-02-02 19:05 ` Eloitor
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eloitor @ 2025-02-02 18:50 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages lyx
https://github.com/void-linux/void-packages/pull/54188

lyx: update to 2.4.3.
#### Testing the changes
- I tested the changes in this PR:  **briefly**

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



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

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

From 38ce31b20fb363a8814029fbc9339228a7d336fb Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 29 Jul 2024 18:43:13 +0200
Subject: [PATCH] lyx: update to 2.4.3.

---
 srcpkgs/lyx/template | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/lyx/template b/srcpkgs/lyx/template
index 370a35e0dccf50..e937ae75449f7b 100644
--- a/srcpkgs/lyx/template
+++ b/srcpkgs/lyx/template
@@ -1,20 +1,25 @@
 # Template file for 'lyx'
 pkgname=lyx
-version=2.3.7r1
+version=2.4.3
 revision=1
 build_style=gnu-configure
-configure_args="--enable-qt5 --without-included-mythes --without-included-boost"
-hostmakedepends="pkg-config bc qt5-devel"
+configure_args="--without-included-mythes --without-included-boost"
+hostmakedepends="pkg-config bc qt5-devel python3"
 makedepends="file-devel boost-devel mythes-devel enchant2-devel qt5-svg-devel"
 depends="virtual?tex GraphicsMagick python3"
 short_desc="Document Processor WYSIWYM Editor & Latex frontend"
-maintainer="Eloi Torrents <eloitor@disroot.org>"
+maintainer="Eloi Torrents <eloitor@duck.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.lyx.org/Home"
-distfiles="https://ftp.lip6.fr/pub/lyx/stable/2.3.x/${pkgname}-${version/r/-}.tar.gz"
-checksum=910bb48d9b19c0cfeb6ec845eb318515f33a63ea7892a99b2e7b67c6b518bacd
+distfiles="https://ftp.lip6.fr/pub/lyx/stable/2.4.x/${pkgname}-${version/r/-}.tar.gz"
+checksum=49ea4860bae4f99353bb9a575ad707ba39b5218c6e258756dd5c54f7af834edb
 python_version=3
 
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+	makedepends+=" libexecinfo-devel"
+	export LDFLAGS+=" -lexecinfo"
+fi
+
 post_install() {
 	vdoc "${FILESDIR}/README.voidlinux"
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lyx: update to 2.4.3.
  2025-02-02 18:50 [PR PATCH] lyx: update to 2.4.3 Eloitor
@ 2025-02-02 19:05 ` Eloitor
  2025-05-04  2:14 ` github-actions
  2025-05-18  2:14 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2025-02-02 19:05 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/54188#issuecomment-2629516128

Comment:
I don't know how to solve this
```
/usr/bin/ld: support/liblyxsupport.a(lassert.o): in function `lyx::printCallStack[abi:cxx11]()':
lassert.cpp:(.text+0x478): undefined reference to `backtrace'
/usr/bin/ld: lassert.cpp:(.text+0x48b): undefined reference to `backtrace_symbols'
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lyx: update to 2.4.3.
  2025-02-02 18:50 [PR PATCH] lyx: update to 2.4.3 Eloitor
  2025-02-02 19:05 ` Eloitor
@ 2025-05-04  2:14 ` github-actions
  2025-05-18  2:14 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-05-04  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/54188#issuecomment-2848911735

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: lyx: update to 2.4.3.
  2025-02-02 18:50 [PR PATCH] lyx: update to 2.4.3 Eloitor
  2025-02-02 19:05 ` Eloitor
  2025-05-04  2:14 ` github-actions
@ 2025-05-18  2:14 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-05-18  2:14 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

lyx: update to 2.4.3.
https://github.com/void-linux/void-packages/pull/54188

Description:
#### Testing the changes
- I tested the changes in this PR:  **briefly**

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-05-18  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-02 18:50 [PR PATCH] lyx: update to 2.4.3 Eloitor
2025-02-02 19:05 ` Eloitor
2025-05-04  2:14 ` github-actions
2025-05-18  2:14 ` [PR PATCH] [Closed]: " github-actions

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).