Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lagrange: update to 1.7.0.
@ 2021-10-02 23:15 paper42
  2021-10-03 11:12 ` [PR PATCH] [Updated] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2021-10-02 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages lagrange-1.7
https://github.com/void-linux/void-packages/pull/33276

lagrange: update to 1.7.0.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 36792355383a43f5703cdcbe23a881a2b0039c0d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 3 Oct 2021 01:14:50 +0200
Subject: [PATCH] lagrange: update to 1.7.0.

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

diff --git a/srcpkgs/lagrange/template b/srcpkgs/lagrange/template
index 0233fd1eaf17..e822d19c223e 100644
--- a/srcpkgs/lagrange/template
+++ b/srcpkgs/lagrange/template
@@ -1,6 +1,6 @@
 # Template file for 'lagrange'
 pkgname=lagrange
-version=1.6.5
+version=1.7.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://gmi.skyjake.fi/lagrange/"
 changelog="https://git.skyjake.fi/skyjake/lagrange/raw/branch/dev/res/about/version.gmi"
 distfiles="https://git.skyjake.fi/skyjake/lagrange/releases/download/v$version/lagrange-$version.tar.gz"
-checksum=c971850414aefad2e5f38659c173cdc2f765bfcf158a32c84b5c61294558b00f
+checksum=ad1a0b9b4e368882faba8ed0e6c90b27c944a6a0b3ba49360fa8be75e6f5b79e
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Updated] lagrange: update to 1.7.0.
  2021-10-02 23:15 [PR PATCH] lagrange: update to 1.7.0 paper42
@ 2021-10-03 11:12 ` paper42
  2021-10-03 16:45 ` paper42
  2021-10-04 11:00 ` [PR PATCH] [Merged]: lagrange: update to 1.7.1 paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-10-03 11:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages lagrange-1.7
https://github.com/void-linux/void-packages/pull/33276

lagrange: update to 1.7.0.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From b5f710f28c912781efdb8dc37c8ed4b6d07ffc13 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 3 Oct 2021 01:14:50 +0200
Subject: [PATCH] lagrange: update to 1.7.1.

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

diff --git a/srcpkgs/lagrange/template b/srcpkgs/lagrange/template
index 0233fd1eaf17..0b834d0db3be 100644
--- a/srcpkgs/lagrange/template
+++ b/srcpkgs/lagrange/template
@@ -1,6 +1,6 @@
 # Template file for 'lagrange'
 pkgname=lagrange
-version=1.6.5
+version=1.7.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://gmi.skyjake.fi/lagrange/"
 changelog="https://git.skyjake.fi/skyjake/lagrange/raw/branch/dev/res/about/version.gmi"
 distfiles="https://git.skyjake.fi/skyjake/lagrange/releases/download/v$version/lagrange-$version.tar.gz"
-checksum=c971850414aefad2e5f38659c173cdc2f765bfcf158a32c84b5c61294558b00f
+checksum=f43800fbfa99c15233a5dc5333f6d981b9a6139ff354c664213a04b3d6250703
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Updated] lagrange: update to 1.7.0.
  2021-10-02 23:15 [PR PATCH] lagrange: update to 1.7.0 paper42
  2021-10-03 11:12 ` [PR PATCH] [Updated] " paper42
@ 2021-10-03 16:45 ` paper42
  2021-10-04 11:00 ` [PR PATCH] [Merged]: lagrange: update to 1.7.1 paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-10-03 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages lagrange-1.7
https://github.com/void-linux/void-packages/pull/33276

lagrange: update to 1.7.0.
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 4a1dfd8e76ed8bef88ee658e5197da26fdcb09c6 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 3 Oct 2021 18:43:58 +0200
Subject: [PATCH] lagrange: update to 1.7.1.

---
 .../patches/fix-crash-select-text.patch       | 26 -------------------
 srcpkgs/lagrange/template                     |  6 ++---
 2 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/lagrange/patches/fix-crash-select-text.patch

diff --git a/srcpkgs/lagrange/patches/fix-crash-select-text.patch b/srcpkgs/lagrange/patches/fix-crash-select-text.patch
deleted file mode 100644
index 0591157ba27b..000000000000
--- a/srcpkgs/lagrange/patches/fix-crash-select-text.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 1fe2b10bc1a2def2af86390272907206f819b7ae Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= <jaakko.keranen@iki.fi>
-Date: Sun, 3 Oct 2021 08:02:58 +0300
-Subject: [PATCH] GmDocument: Fixed a crash when selecting text
-
----
- src/gmdocument.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/gmdocument.c b/src/gmdocument.c
-index 22f409a..2f4c797 100644
---- a/src/gmdocument.c
-+++ b/src/gmdocument.c
-@@ -2074,8 +2074,11 @@ iRangecc findLoc_GmRun(const iGmRun *d, iInt2 pos) {
-     iRangecc loc;
-     tryAdvanceNoWrap_Text(d->textParams.font, d->text, x, &loc.start);
-     loc.end = loc.start;
-+    if (!contains_Range(&d->text, loc.start)) {
-+        return iNullRange; /* it's some other text */
-+    }
-     iChar ch;
--    if (d->text.end != loc.start) {
-+    if (d->text.end && d->text.end != loc.start) {
-         int chLen = decodeBytes_MultibyteChar(loc.start, d->text.end, &ch);
-         if (chLen > 0) {
-             /* End after the character. */
diff --git a/srcpkgs/lagrange/template b/srcpkgs/lagrange/template
index 3d8851ba443f..0b834d0db3be 100644
--- a/srcpkgs/lagrange/template
+++ b/srcpkgs/lagrange/template
@@ -1,7 +1,7 @@
 # Template file for 'lagrange'
 pkgname=lagrange
-version=1.6.5
-revision=2
+version=1.7.1
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="pcre-devel SDL2-devel openssl-devel zlib-devel libunistring-devel
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://gmi.skyjake.fi/lagrange/"
 changelog="https://git.skyjake.fi/skyjake/lagrange/raw/branch/dev/res/about/version.gmi"
 distfiles="https://git.skyjake.fi/skyjake/lagrange/releases/download/v$version/lagrange-$version.tar.gz"
-checksum=c971850414aefad2e5f38659c173cdc2f765bfcf158a32c84b5c61294558b00f
+checksum=f43800fbfa99c15233a5dc5333f6d981b9a6139ff354c664213a04b3d6250703
 
 post_install() {
 	vlicense LICENSE.md

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

* Re: [PR PATCH] [Merged]: lagrange: update to 1.7.1.
  2021-10-02 23:15 [PR PATCH] lagrange: update to 1.7.0 paper42
  2021-10-03 11:12 ` [PR PATCH] [Updated] " paper42
  2021-10-03 16:45 ` paper42
@ 2021-10-04 11:00 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2021-10-04 11:00 UTC (permalink / raw)
  To: ml

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

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

lagrange: update to 1.7.1.
https://github.com/void-linux/void-packages/pull/33276

Description:
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

end of thread, other threads:[~2021-10-04 11:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02 23:15 [PR PATCH] lagrange: update to 1.7.0 paper42
2021-10-03 11:12 ` [PR PATCH] [Updated] " paper42
2021-10-03 16:45 ` paper42
2021-10-04 11:00 ` [PR PATCH] [Merged]: lagrange: update to 1.7.1 paper42

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