Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] texlab: update to 5.4.1
@ 2023-04-02 19:14 cinerea0
  2023-04-12  1:27 ` [PR PATCH] [Updated] " cinerea0
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cinerea0 @ 2023-04-02 19:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages texlab
https://github.com/void-linux/void-packages/pull/43222

texlab: update to 5.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From e25ae31cb92b1f19ca71d942b6b9464fa71423c7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Apr 2023 15:13:34 -0400
Subject: [PATCH] texlab: update to 5.4.1

---
 srcpkgs/texlab/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlab/template b/srcpkgs/texlab/template
index 20a2e509eca1..cc75efa46168 100644
--- a/srcpkgs/texlab/template
+++ b/srcpkgs/texlab/template
@@ -1,6 +1,6 @@
 # Template file for 'texlab'
 pkgname=texlab
-version=5.3.0
+version=5.4.1
 revision=1
 build_style=cargo
 short_desc="Implementation of the Language Server Protocol for LaTeX"
@@ -9,7 +9,7 @@ license="GPL-3.0-or-later"
 homepage="https://texlab.netlify.app/"
 changelog="https://raw.githubusercontent.com/latex-lsp/texlab/master/CHANGELOG.md"
 distfiles="https://github.com/latex-lsp/texlab/archive/refs/tags/v${version}.tar.gz"
-checksum=c33ee9674a8b54f658e993437e6cd84237e8c619e50d6be639eef3be6970f471
+checksum=55354fb23ca222d4a80aaeedba115ce0459a7a0f76ff7a4be385bd35fd97c5fa
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" -a "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	broken="smartstring fails to compile"

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

* Re: [PR PATCH] [Updated] texlab: update to 5.4.1
  2023-04-02 19:14 [PR PATCH] texlab: update to 5.4.1 cinerea0
@ 2023-04-12  1:27 ` cinerea0
  2023-04-12  2:07 ` [PR PATCH] [Updated] texlab: update to 5.4.2 cinerea0
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2023-04-12  1:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages texlab
https://github.com/void-linux/void-packages/pull/43222

texlab: update to 5.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From c7fde18e25247c67502a8036a12ae07a64f416ae Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 11 Apr 2023 21:27:11 -0400
Subject: [PATCH] texlab: update to 5.4.2

---
 srcpkgs/texlab/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlab/template b/srcpkgs/texlab/template
index 20a2e509eca1..76faa891df69 100644
--- a/srcpkgs/texlab/template
+++ b/srcpkgs/texlab/template
@@ -1,15 +1,16 @@
 # Template file for 'texlab'
 pkgname=texlab
-version=5.3.0
+version=5.4.2
 revision=1
 build_style=cargo
+make_install_args="--path crates/texlab"
 short_desc="Implementation of the Language Server Protocol for LaTeX"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://texlab.netlify.app/"
 changelog="https://raw.githubusercontent.com/latex-lsp/texlab/master/CHANGELOG.md"
 distfiles="https://github.com/latex-lsp/texlab/archive/refs/tags/v${version}.tar.gz"
-checksum=c33ee9674a8b54f658e993437e6cd84237e8c619e50d6be639eef3be6970f471
+checksum=1771f5492938c092ce9cc022b0b2bc5eeabaa2b8d8e9016988f8f8bd3f3e4270
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" -a "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	broken="smartstring fails to compile"

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

* Re: [PR PATCH] [Updated] texlab: update to 5.4.2
  2023-04-02 19:14 [PR PATCH] texlab: update to 5.4.1 cinerea0
  2023-04-12  1:27 ` [PR PATCH] [Updated] " cinerea0
@ 2023-04-12  2:07 ` cinerea0
  2023-04-17  3:34 ` cinerea0
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2023-04-12  2:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages texlab
https://github.com/void-linux/void-packages/pull/43222

texlab: update to 5.4.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 55e40d081a01a736277d91ad13f49f9c1d2f80b8 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 11 Apr 2023 22:06:41 -0400
Subject: [PATCH] texlab: update to 5.4.2

---
 srcpkgs/texlab/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlab/template b/srcpkgs/texlab/template
index 20a2e509eca1..76faa891df69 100644
--- a/srcpkgs/texlab/template
+++ b/srcpkgs/texlab/template
@@ -1,15 +1,16 @@
 # Template file for 'texlab'
 pkgname=texlab
-version=5.3.0
+version=5.4.2
 revision=1
 build_style=cargo
+make_install_args="--path crates/texlab"
 short_desc="Implementation of the Language Server Protocol for LaTeX"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://texlab.netlify.app/"
 changelog="https://raw.githubusercontent.com/latex-lsp/texlab/master/CHANGELOG.md"
 distfiles="https://github.com/latex-lsp/texlab/archive/refs/tags/v${version}.tar.gz"
-checksum=c33ee9674a8b54f658e993437e6cd84237e8c619e50d6be639eef3be6970f471
+checksum=1771f5492938c092ce9cc022b0b2bc5eeabaa2b8d8e9016988f8f8bd3f3e4270
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" -a "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	broken="smartstring fails to compile"

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

* Re: texlab: update to 5.4.2
  2023-04-02 19:14 [PR PATCH] texlab: update to 5.4.1 cinerea0
  2023-04-12  1:27 ` [PR PATCH] [Updated] " cinerea0
  2023-04-12  2:07 ` [PR PATCH] [Updated] texlab: update to 5.4.2 cinerea0
@ 2023-04-17  3:34 ` cinerea0
  2023-04-17 14:58 ` [PR PATCH] [Updated] " cinerea0
  2023-04-23 22:35 ` [PR PATCH] [Merged]: texlab: update to 5.5.0 Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2023-04-17  3:34 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/43222#issuecomment-1510645797

Comment:
5.5.0 has been released; marking as draft until I'm done testing.

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

* Re: [PR PATCH] [Updated] texlab: update to 5.4.2
  2023-04-02 19:14 [PR PATCH] texlab: update to 5.4.1 cinerea0
                   ` (2 preceding siblings ...)
  2023-04-17  3:34 ` cinerea0
@ 2023-04-17 14:58 ` cinerea0
  2023-04-23 22:35 ` [PR PATCH] [Merged]: texlab: update to 5.5.0 Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2023-04-17 14:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages texlab
https://github.com/void-linux/void-packages/pull/43222

texlab: update to 5.4.2
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From a5af2e5043a9a93f05fd50a4265b293d887391e4 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 17 Apr 2023 10:58:19 -0400
Subject: [PATCH] texlab: update to 5.5.0

---
 srcpkgs/texlab/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/texlab/template b/srcpkgs/texlab/template
index 20a2e509eca1..7566964f9ee4 100644
--- a/srcpkgs/texlab/template
+++ b/srcpkgs/texlab/template
@@ -1,15 +1,16 @@
 # Template file for 'texlab'
 pkgname=texlab
-version=5.3.0
+version=5.5.0
 revision=1
 build_style=cargo
+make_install_args="--path crates/texlab"
 short_desc="Implementation of the Language Server Protocol for LaTeX"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://texlab.netlify.app/"
 changelog="https://raw.githubusercontent.com/latex-lsp/texlab/master/CHANGELOG.md"
 distfiles="https://github.com/latex-lsp/texlab/archive/refs/tags/v${version}.tar.gz"
-checksum=c33ee9674a8b54f658e993437e6cd84237e8c619e50d6be639eef3be6970f471
+checksum=5b3d9bb13f4a4dcae615a8f656558cd3fa512c8b9bf1bfe413fd1d8ae6d2f649
 
 if [ "$XBPS_TARGET_ENDIAN" = "be" -a "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	broken="smartstring fails to compile"

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

* Re: [PR PATCH] [Merged]: texlab: update to 5.5.0
  2023-04-02 19:14 [PR PATCH] texlab: update to 5.4.1 cinerea0
                   ` (3 preceding siblings ...)
  2023-04-17 14:58 ` [PR PATCH] [Updated] " cinerea0
@ 2023-04-23 22:35 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-04-23 22:35 UTC (permalink / raw)
  To: ml

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

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

texlab: update to 5.5.0
https://github.com/void-linux/void-packages/pull/43222

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


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

end of thread, other threads:[~2023-04-23 22:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 19:14 [PR PATCH] texlab: update to 5.4.1 cinerea0
2023-04-12  1:27 ` [PR PATCH] [Updated] " cinerea0
2023-04-12  2:07 ` [PR PATCH] [Updated] texlab: update to 5.4.2 cinerea0
2023-04-17  3:34 ` cinerea0
2023-04-17 14:58 ` [PR PATCH] [Updated] " cinerea0
2023-04-23 22:35 ` [PR PATCH] [Merged]: texlab: update to 5.5.0 Duncaen

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