Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kitty: update to 0.24.2
@ 2022-02-13 18:02 hechos
  2022-02-13 18:10 ` JamiKettunen
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: hechos @ 2022-02-13 18:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hechos/void-packages kitty
https://github.com/void-linux/void-packages/pull/35589

kitty: update to 0.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35589.patch is attached

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

From 0ed5e17a141b1cc48d9f7e9e84d4a6ae3a84c965 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Sun, 13 Feb 2022 14:32:01 -0300
Subject: [PATCH] kitty: update to 0.24.2

---
 srcpkgs/kitty/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index e7eb190c3f90..6c812182e2b2 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,10 +1,11 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.24.1
+version=0.24.2
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
-makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
+makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel 
+python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
 depends="kitty-terminfo-${version}_${revision}"
 short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
 maintainer="Benjamin Slade <slade@jnanam.net>"
@@ -12,7 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://sw.kovidgoyal.net/kitty/"
 changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
 distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
-checksum=cbe9724730077c3c0ca52e431ff115c317b198dbf609c843be4aa9f34c2d5412
+checksum=66a99fcfeae481db65b94b0bc5fdb4bb28b099fe4fa94b9c0fb0284f34c7b9c7
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
 

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

* Re: kitty: update to 0.24.2
  2022-02-13 18:02 [PR PATCH] kitty: update to 0.24.2 hechos
@ 2022-02-13 18:10 ` JamiKettunen
  2022-02-13 18:32 ` [PR PATCH] [Updated] " hechos
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: JamiKettunen @ 2022-02-13 18:10 UTC (permalink / raw)
  To: ml

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

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/35589#issuecomment-1038310103

Comment:
@hechos Please see my comment on #35585, there's no need to keep creating a new PR after one small change to the template.

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

* Re: [PR PATCH] [Updated] kitty: update to 0.24.2
  2022-02-13 18:02 [PR PATCH] kitty: update to 0.24.2 hechos
  2022-02-13 18:10 ` JamiKettunen
@ 2022-02-13 18:32 ` hechos
  2022-02-13 18:36 ` hechos
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: hechos @ 2022-02-13 18:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hechos/void-packages kitty
https://github.com/void-linux/void-packages/pull/35589

kitty: update to 0.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35589.patch is attached

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

From 0ed5e17a141b1cc48d9f7e9e84d4a6ae3a84c965 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Sun, 13 Feb 2022 14:32:01 -0300
Subject: [PATCH 1/2] kitty: update to 0.24.2

---
 srcpkgs/kitty/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index e7eb190c3f90..6c812182e2b2 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,10 +1,11 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.24.1
+version=0.24.2
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
-makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
+makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel 
+python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
 depends="kitty-terminfo-${version}_${revision}"
 short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
 maintainer="Benjamin Slade <slade@jnanam.net>"
@@ -12,7 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://sw.kovidgoyal.net/kitty/"
 changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
 distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
-checksum=cbe9724730077c3c0ca52e431ff115c317b198dbf609c843be4aa9f34c2d5412
+checksum=66a99fcfeae481db65b94b0bc5fdb4bb28b099fe4fa94b9c0fb0284f34c7b9c7
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
 

From 40f27b23e60754d960c9850b206fa62ffe218e3a Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Sun, 13 Feb 2022 15:32:33 -0300
Subject: [PATCH 2/2] kitty: update to 0.24.2

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 6c812182e2b2..29555cc014a3 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -5,7 +5,7 @@ revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel 
-python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
+ python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
 depends="kitty-terminfo-${version}_${revision}"
 short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
 maintainer="Benjamin Slade <slade@jnanam.net>"

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

* Re: [PR PATCH] [Updated] kitty: update to 0.24.2
  2022-02-13 18:02 [PR PATCH] kitty: update to 0.24.2 hechos
  2022-02-13 18:10 ` JamiKettunen
  2022-02-13 18:32 ` [PR PATCH] [Updated] " hechos
@ 2022-02-13 18:36 ` hechos
  2022-02-13 21:08 ` paper42
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: hechos @ 2022-02-13 18:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hechos/void-packages kitty
https://github.com/void-linux/void-packages/pull/35589

kitty: update to 0.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35589.patch is attached

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

From 0ed5e17a141b1cc48d9f7e9e84d4a6ae3a84c965 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Sun, 13 Feb 2022 14:32:01 -0300
Subject: [PATCH 1/3] kitty: update to 0.24.2

---
 srcpkgs/kitty/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index e7eb190c3f90..6c812182e2b2 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,10 +1,11 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.24.1
+version=0.24.2
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
-makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
+makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel 
+python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
 depends="kitty-terminfo-${version}_${revision}"
 short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
 maintainer="Benjamin Slade <slade@jnanam.net>"
@@ -12,7 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://sw.kovidgoyal.net/kitty/"
 changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
 distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
-checksum=cbe9724730077c3c0ca52e431ff115c317b198dbf609c843be4aa9f34c2d5412
+checksum=66a99fcfeae481db65b94b0bc5fdb4bb28b099fe4fa94b9c0fb0284f34c7b9c7
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
 

From 40f27b23e60754d960c9850b206fa62ffe218e3a Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Sun, 13 Feb 2022 15:32:33 -0300
Subject: [PATCH 2/3] kitty: update to 0.24.2

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 6c812182e2b2..29555cc014a3 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -5,7 +5,7 @@ revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel 
-python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
+ python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
 depends="kitty-terminfo-${version}_${revision}"
 short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
 maintainer="Benjamin Slade <slade@jnanam.net>"

From 29cba7cadfcac5a56cf21bf502126295e408b145 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Sun, 13 Feb 2022 15:36:35 -0300
Subject: [PATCH 3/3] kitty: update to 0.24.2

---
 srcpkgs/kitty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 29555cc014a3..af94a0fdfc38 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -4,7 +4,7 @@ version=0.24.2
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
-makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel 
+makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
  python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
 depends="kitty-terminfo-${version}_${revision}"
 short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"

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

* Re: kitty: update to 0.24.2
  2022-02-13 18:02 [PR PATCH] kitty: update to 0.24.2 hechos
                   ` (2 preceding siblings ...)
  2022-02-13 18:36 ` hechos
@ 2022-02-13 21:08 ` paper42
  2022-02-14  3:15 ` [PR PATCH] [Updated] " hechos
  2022-02-14 23:54 ` [PR PATCH] [Merged]: " abenson
  5 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-02-13 21:08 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35589#issuecomment-1038430652

Comment:
please squash the commits

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

* Re: [PR PATCH] [Updated] kitty: update to 0.24.2
  2022-02-13 18:02 [PR PATCH] kitty: update to 0.24.2 hechos
                   ` (3 preceding siblings ...)
  2022-02-13 21:08 ` paper42
@ 2022-02-14  3:15 ` hechos
  2022-02-14 23:54 ` [PR PATCH] [Merged]: " abenson
  5 siblings, 0 replies; 11+ messages in thread
From: hechos @ 2022-02-14  3:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hechos/void-packages kitty
https://github.com/void-linux/void-packages/pull/35589

kitty: update to 0.24.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35589.patch is attached

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

From 6f1bfe25d667e5789dafcd577e882c39dc8197ba Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Mon, 14 Feb 2022 00:07:52 -0300
Subject: [PATCH] kitty: update to 0.24.2

---
 srcpkgs/kitty/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index e7eb190c3f90..af94a0fdfc38 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,10 +1,11 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.24.1
+version=0.24.2
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
-makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
+makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
+ python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel"
 depends="kitty-terminfo-${version}_${revision}"
 short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
 maintainer="Benjamin Slade <slade@jnanam.net>"
@@ -12,7 +13,7 @@ license="GPL-3.0-or-later"
 homepage="https://sw.kovidgoyal.net/kitty/"
 changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
 distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
-checksum=cbe9724730077c3c0ca52e431ff115c317b198dbf609c843be4aa9f34c2d5412
+checksum=66a99fcfeae481db65b94b0bc5fdb4bb28b099fe4fa94b9c0fb0284f34c7b9c7
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
 

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

* Re: [PR PATCH] [Merged]: kitty: update to 0.24.2
  2022-02-13 18:02 [PR PATCH] kitty: update to 0.24.2 hechos
                   ` (4 preceding siblings ...)
  2022-02-14  3:15 ` [PR PATCH] [Updated] " hechos
@ 2022-02-14 23:54 ` abenson
  5 siblings, 0 replies; 11+ messages in thread
From: abenson @ 2022-02-14 23:54 UTC (permalink / raw)
  To: ml

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

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

kitty: update to 0.24.2
https://github.com/void-linux/void-packages/pull/35589

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 11+ messages in thread

* Re: kitty: update to 0.24.2
  2022-02-03  8:25 [PR PATCH] " zen0bit
  2022-02-10  3:08 ` cinerea0
@ 2022-02-20 12:01 ` paper42
  1 sibling, 0 replies; 11+ messages in thread
From: paper42 @ 2022-02-20 12:01 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35374#issuecomment-1046222167

Comment:
39362cf6a420a8f4220d5d81a382d94d38792979

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

* Re: kitty: update to 0.24.2
  2022-02-13 16:00 [PR PATCH] " hechos
  2022-02-13 16:16 ` JamiKettunen
@ 2022-02-13 16:21 ` JamiKettunen
  1 sibling, 0 replies; 11+ messages in thread
From: JamiKettunen @ 2022-02-13 16:21 UTC (permalink / raw)
  To: ml

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

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/35585#issuecomment-1038225355

Comment:
Do you need help with the basics of git? It looks like you're just making these changes in the GitHub web UI and keep deleting/making new branches to trigger the CI build; [test your changes locally first please](https://github.com/void-linux/void-packages#quick-start).

There was no need to close #35505, #35584 or this, simply re-open this one, update as needed to make it build (locally first!), then use [an interactive rebase](https://garrytrinder.github.io/2020/03/squashing-commits-using-interactive-rebase) for example if you need to combine commits into one again.

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

* Re: kitty: update to 0.24.2
  2022-02-13 16:00 [PR PATCH] " hechos
@ 2022-02-13 16:16 ` JamiKettunen
  2022-02-13 16:21 ` JamiKettunen
  1 sibling, 0 replies; 11+ messages in thread
From: JamiKettunen @ 2022-02-13 16:16 UTC (permalink / raw)
  To: ml

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

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/35585#issuecomment-1038225355

Comment:
Do you need help with the basics of git? It looks like you're just making these changes in the GitHub web UI and keep deleting/making new branches to trigger the CI build; [test your changes locally first please](https://github.com/void-linux/void-packages#quick-start).

There was no need to close #35584 or this, simply re-open this one, update as needed to make it build (locally first!), then use [an interactive rebase](https://garrytrinder.github.io/2020/03/squashing-commits-using-interactive-rebase) for example if you need to combine commits into one again.

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

* Re: kitty: update to 0.24.2
  2022-02-03  8:25 [PR PATCH] " zen0bit
@ 2022-02-10  3:08 ` cinerea0
  2022-02-20 12:01 ` paper42
  1 sibling, 0 replies; 11+ messages in thread
From: cinerea0 @ 2022-02-10  3:08 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/35374#issuecomment-1034446194

Comment:
@hechos Because you keep asking what the above comment means, you're being asked to make it so that the `makedepends` line ends at 80 characters or fewer by splitting it into two lines, with the second line starting with a space.

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

end of thread, other threads:[~2022-02-20 12:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13 18:02 [PR PATCH] kitty: update to 0.24.2 hechos
2022-02-13 18:10 ` JamiKettunen
2022-02-13 18:32 ` [PR PATCH] [Updated] " hechos
2022-02-13 18:36 ` hechos
2022-02-13 21:08 ` paper42
2022-02-14  3:15 ` [PR PATCH] [Updated] " hechos
2022-02-14 23:54 ` [PR PATCH] [Merged]: " abenson
  -- strict thread matches above, loose matches on Subject: below --
2022-02-13 16:00 [PR PATCH] " hechos
2022-02-13 16:16 ` JamiKettunen
2022-02-13 16:21 ` JamiKettunen
2022-02-03  8:25 [PR PATCH] " zen0bit
2022-02-10  3:08 ` cinerea0
2022-02-20 12:01 ` 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).