* [PR PATCH] lyx: update to 2.4.1.
@ 2024-07-29 16:44 Eloitor
2024-08-01 23:05 ` abenson
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Eloitor @ 2024-07-29 16:44 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 474 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/51530
lyx: update to 2.4.1.
#### 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/51530.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lyx-51530.patch --]
[-- Type: text/x-diff, Size: 1419 bytes --]
From 27bf87f612bf54485539d7c33d64021213134483 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.1.
---
srcpkgs/lyx/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/lyx/template b/srcpkgs/lyx/template
index 370a35e0dccf50..e58f26eb0fa260 100644
--- a/srcpkgs/lyx/template
+++ b/srcpkgs/lyx/template
@@ -1,6 +1,6 @@
# Template file for 'lyx'
pkgname=lyx
-version=2.3.7r1
+version=2.4.1
revision=1
build_style=gnu-configure
configure_args="--enable-qt5 --without-included-mythes --without-included-boost"
@@ -8,11 +8,11 @@ hostmakedepends="pkg-config bc qt5-devel"
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=e7895d86cd07b62dcb278ca70a2e0aa6c48a331f3f727c485d36c81047f8bc9e
python_version=3
post_install() {
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: lyx: update to 2.4.1.
2024-07-29 16:44 [PR PATCH] lyx: update to 2.4.1 Eloitor
@ 2024-08-01 23:05 ` abenson
2024-08-01 23:24 ` abenson
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2024-08-01 23:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 234 bytes --]
New comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/51530#issuecomment-2264170652
Comment:
```
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" libexecinfo-devel"
fi
```
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: lyx: update to 2.4.1.
2024-07-29 16:44 [PR PATCH] lyx: update to 2.4.1 Eloitor
2024-08-01 23:05 ` abenson
@ 2024-08-01 23:24 ` abenson
2024-08-02 6:26 ` [PR PATCH] [Updated] " Eloitor
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2024-08-01 23:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 269 bytes --]
New comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/51530#issuecomment-2264170652
Comment:
```
if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" libexecinfo-devel"
export LDFLAGS+=" -lexecinfo"
fi
```
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] lyx: update to 2.4.1.
2024-07-29 16:44 [PR PATCH] lyx: update to 2.4.1 Eloitor
2024-08-01 23:05 ` abenson
2024-08-01 23:24 ` abenson
@ 2024-08-02 6:26 ` Eloitor
2024-11-01 2:04 ` github-actions
2024-11-16 2:01 ` [PR PATCH] [Closed]: " github-actions
4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2024-08-02 6:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 479 bytes --]
There is an updated 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/51530
lyx: update to 2.4.1.
#### 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/51530.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lyx-51530.patch --]
[-- Type: text/x-diff, Size: 1581 bytes --]
From 7d24ef6dfd0492086a78bd6b7893fcfd2420097a 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.1.
---
srcpkgs/lyx/template | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/lyx/template b/srcpkgs/lyx/template
index 370a35e0dccf50..c652fcae4cfa96 100644
--- a/srcpkgs/lyx/template
+++ b/srcpkgs/lyx/template
@@ -1,6 +1,6 @@
# Template file for 'lyx'
pkgname=lyx
-version=2.3.7r1
+version=2.4.1
revision=1
build_style=gnu-configure
configure_args="--enable-qt5 --without-included-mythes --without-included-boost"
@@ -8,13 +8,18 @@ hostmakedepends="pkg-config bc qt5-devel"
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=e7895d86cd07b62dcb278ca70a2e0aa6c48a331f3f727c485d36c81047f8bc9e
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] 6+ messages in thread
* Re: lyx: update to 2.4.1.
2024-07-29 16:44 [PR PATCH] lyx: update to 2.4.1 Eloitor
` (2 preceding siblings ...)
2024-08-02 6:26 ` [PR PATCH] [Updated] " Eloitor
@ 2024-11-01 2:04 ` github-actions
2024-11-16 2:01 ` [PR PATCH] [Closed]: " github-actions
4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-11-01 2:04 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/51530#issuecomment-2451154775
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] 6+ messages in thread
* Re: [PR PATCH] [Closed]: lyx: update to 2.4.1.
2024-07-29 16:44 [PR PATCH] lyx: update to 2.4.1 Eloitor
` (3 preceding siblings ...)
2024-11-01 2:04 ` github-actions
@ 2024-11-16 2:01 ` github-actions
4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-11-16 2:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 327 bytes --]
There's a closed pull request on the void-packages repository
lyx: update to 2.4.1.
https://github.com/void-linux/void-packages/pull/51530
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] 6+ messages in thread
end of thread, other threads:[~2024-11-16 2:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-29 16:44 [PR PATCH] lyx: update to 2.4.1 Eloitor
2024-08-01 23:05 ` abenson
2024-08-01 23:24 ` abenson
2024-08-02 6:26 ` [PR PATCH] [Updated] " Eloitor
2024-11-01 2:04 ` github-actions
2024-11-16 2:01 ` [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).