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

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

[-- Attachment #1: Type: text/plain, Size: 1200 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/35585

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/35585.patch is attached

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

From 5be1fe4bb03332d04e484e06e1ea6b48a146b44a Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Sun, 13 Feb 2022 12:59:06 -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..5a5f4316f23c 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

* [PR PATCH] kitty: update to 0.24.2
@ 2022-02-13 15:11 hechos
  0 siblings, 0 replies; 11+ messages in thread
From: hechos @ 2022-02-13 15:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1200 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/35584

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/35584.patch is attached

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

From fcfcd735b9c6a41cfb427e268f06635617933428 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Sun, 13 Feb 2022 12:09:32 -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..090cc27962d4 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

* [PR PATCH] kitty: update to 0.24.2
@ 2022-02-10 13:22 hechos
  0 siblings, 0 replies; 11+ messages in thread
From: hechos @ 2022-02-10 13:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1226 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/35505

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**|**briefly**|**NO**
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/35505.patch is attached

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

From fdbdd5c4da7d661446c9df41a6cdff9eef86c883 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernandez@gmail.com>
Date: Thu, 10 Feb 2022 10:21:45 -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..1f5491bf3756 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

* [PR PATCH] kitty: update to 0.24.2
@ 2022-02-03  8:25 zen0bit
  0 siblings, 0 replies; 11+ messages in thread
From: zen0bit @ 2022-02-03  8:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/void-packages kitty
https://github.com/void-linux/void-packages/pull/35374

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: briefly

<!-- 
#### Local build testing
- I built this PR locally for my native architecture, X86_64 libc


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

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

From 6344666a1d5d7c3e94d2bbb6ca01086082f206ad Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Thu, 3 Feb 2022 08:36:12 +0100
Subject: [PATCH] kitty: update to 0.24.2

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

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index e7eb190c3f90..e545d3e8c309 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,6 +1,6 @@
 # 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"
@@ -12,7 +12,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

end of thread, other threads:[~2022-02-14 23:54 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 15:11 hechos
2022-02-10 13:22 hechos
2022-02-03  8:25 zen0bit

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