Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kakoune: update to 2021.11.08.
@ 2021-11-07 12:55 TeddyDD
  2021-11-08  0:15 ` [PR REVIEW] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TeddyDD @ 2021-11-07 12:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-kakoune
https://github.com/void-linux/void-packages/pull/33936

kakoune: update to 2021.11.08.
<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 3e9566631a47b3df9055d0d74416aa604dc64e5b Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 7 Nov 2021 13:54:28 +0100
Subject: [PATCH] kakoune: update to 2021.11.08.

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

diff --git a/srcpkgs/kakoune/template b/srcpkgs/kakoune/template
index 2e5955d2b293..2c63a8a7f860 100644
--- a/srcpkgs/kakoune/template
+++ b/srcpkgs/kakoune/template
@@ -1,7 +1,7 @@
 # Template file for 'kakoune'
 pkgname=kakoune
 reverts=20180409_1
-version=2021.10.28
+version=2021.11.08
 revision=1
 build_wrksrc="src"
 build_style=gnu-makefile
@@ -13,8 +13,8 @@ short_desc="Selection-based vim-like editor with less keystrokes"
 maintainer="Jakub Skrzypnik <j.skrzypnik@openmailbox.org>"
 license="Unlicense"
 homepage="https://kakoune.org"
-distfiles="https://github.com/mawww/kakoune/releases/download/v${version}/kakoune-${version}.tar.bz2"
-checksum=2f4c93871dc31f6281712281a7119928b1d6d6f300dded84b2d3ce0ab27f2126
+distfiles="https://github.com/mawww/kakoune/archive/v${version}.tar.gz"
+checksum=0885dc65377057fcfea0e7053d01d95a83668ec1907aced84dface8e00b83dee
 
 post_patch() {
 	vsed -i -e 's/-O3//' Makefile

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

* Re: [PR REVIEW] kakoune: update to 2021.11.08.
  2021-11-07 12:55 [PR PATCH] kakoune: update to 2021.11.08 TeddyDD
@ 2021-11-08  0:15 ` ericonr
  2021-11-08  7:34 ` [PR PATCH] [Updated] " TeddyDD
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-08  0:15 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33936#discussion_r744340148

Comment:
Why stop using the official tarball? Please explain in commit message.

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

* Re: [PR PATCH] [Updated] kakoune: update to 2021.11.08.
  2021-11-07 12:55 [PR PATCH] kakoune: update to 2021.11.08 TeddyDD
  2021-11-08  0:15 ` [PR REVIEW] " ericonr
@ 2021-11-08  7:34 ` TeddyDD
  2021-11-08  7:34 ` [PR REVIEW] " TeddyDD
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2021-11-08  7:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-kakoune
https://github.com/void-linux/void-packages/pull/33936

kakoune: update to 2021.11.08.
<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 4d818d32ad8a626397c76613e8bee151a72e85d4 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 7 Nov 2021 13:54:28 +0100
Subject: [PATCH] kakoune: update to 2021.11.08.

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

diff --git a/srcpkgs/kakoune/template b/srcpkgs/kakoune/template
index 2e5955d2b293..ecab13423b99 100644
--- a/srcpkgs/kakoune/template
+++ b/srcpkgs/kakoune/template
@@ -1,7 +1,7 @@
 # Template file for 'kakoune'
 pkgname=kakoune
 reverts=20180409_1
-version=2021.10.28
+version=2021.11.08
 revision=1
 build_wrksrc="src"
 build_style=gnu-makefile
@@ -14,7 +14,7 @@ maintainer="Jakub Skrzypnik <j.skrzypnik@openmailbox.org>"
 license="Unlicense"
 homepage="https://kakoune.org"
 distfiles="https://github.com/mawww/kakoune/releases/download/v${version}/kakoune-${version}.tar.bz2"
-checksum=2f4c93871dc31f6281712281a7119928b1d6d6f300dded84b2d3ce0ab27f2126
+checksum=aa30889d9da11331a243a8f40fe4f6a8619321b19217debac8f565e06eddb5f4
 
 post_patch() {
 	vsed -i -e 's/-O3//' Makefile

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

* Re: [PR REVIEW] kakoune: update to 2021.11.08.
  2021-11-07 12:55 [PR PATCH] kakoune: update to 2021.11.08 TeddyDD
  2021-11-08  0:15 ` [PR REVIEW] " ericonr
  2021-11-08  7:34 ` [PR PATCH] [Updated] " TeddyDD
@ 2021-11-08  7:34 ` TeddyDD
  2021-11-08 12:39 ` ericonr
  2021-11-08 12:40 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: TeddyDD @ 2021-11-08  7:34 UTC (permalink / raw)
  To: ml

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

New review comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/33936#discussion_r744463599

Comment:
When I created the PR, tarball was unavailable. Reverted this change.

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

* Re: kakoune: update to 2021.11.08.
  2021-11-07 12:55 [PR PATCH] kakoune: update to 2021.11.08 TeddyDD
                   ` (2 preceding siblings ...)
  2021-11-08  7:34 ` [PR REVIEW] " TeddyDD
@ 2021-11-08 12:39 ` ericonr
  2021-11-08 12:40 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-08 12:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33936#issuecomment-963111403

Comment:
Thanks! I think for the most part, waiting for the official tarball is a good idea, that way it gives them more testing time.

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

* Re: [PR PATCH] [Merged]: kakoune: update to 2021.11.08.
  2021-11-07 12:55 [PR PATCH] kakoune: update to 2021.11.08 TeddyDD
                   ` (3 preceding siblings ...)
  2021-11-08 12:39 ` ericonr
@ 2021-11-08 12:40 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-08 12:40 UTC (permalink / raw)
  To: ml

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

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

kakoune: update to 2021.11.08.
https://github.com/void-linux/void-packages/pull/33936

Description:
<!-- Mark items with [x] where applicable -->

#### 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-11-08 12:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07 12:55 [PR PATCH] kakoune: update to 2021.11.08 TeddyDD
2021-11-08  0:15 ` [PR REVIEW] " ericonr
2021-11-08  7:34 ` [PR PATCH] [Updated] " TeddyDD
2021-11-08  7:34 ` [PR REVIEW] " TeddyDD
2021-11-08 12:39 ` ericonr
2021-11-08 12:40 ` [PR PATCH] [Merged]: " ericonr

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