Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kitty: update to 0.24.3
@ 2022-03-01 11:10 hechos
  2022-03-02 14:01 ` paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hechos @ 2022-03-01 11:10 UTC (permalink / raw)
  To: ml

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

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

#### Testing the changes
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/35903.patch is attached

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

From 3ebd0b3125465441b391d5bcd27891ff5db7a8e7 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernadez@gmail.com>
Date: Tue, 1 Mar 2022 08:08:20 -0300
Subject: [PATCH] kitty: update to 0.24.3

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

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index af94a0fdfc38..dd9907679edc 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,6 +1,6 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.24.2
+version=0.24.3
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
@@ -13,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=66a99fcfeae481db65b94b0bc5fdb4bb28b099fe4fa94b9c0fb0284f34c7b9c7
+checksum=c1d040ae572866806a2cd32a0521ceb258b896d7292d4da119ea51ccb13a7f5e
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
 

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

* Re: kitty: update to 0.24.3
  2022-03-01 11:10 [PR PATCH] kitty: update to 0.24.3 hechos
@ 2022-03-02 14:01 ` paper42
  2022-03-03  1:53 ` [PR PATCH] [Updated] " hechos
  2022-03-03  1:57 ` hechos
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-03-02 14:01 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35903#issuecomment-1056963779

Comment:
Please add the email you used for the commit to your github profile.

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

* Re: [PR PATCH] [Updated] kitty: update to 0.24.3
  2022-03-01 11:10 [PR PATCH] kitty: update to 0.24.3 hechos
  2022-03-02 14:01 ` paper42
@ 2022-03-03  1:53 ` hechos
  2022-03-03  1:57 ` hechos
  2 siblings, 0 replies; 4+ messages in thread
From: hechos @ 2022-03-03  1:53 UTC (permalink / raw)
  To: ml

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

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

#### Testing the changes
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/35903.patch is attached

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

From 3ebd0b3125465441b391d5bcd27891ff5db7a8e7 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernadez@gmail.com>
Date: Tue, 1 Mar 2022 08:08:20 -0300
Subject: [PATCH] kitty: update to 0.24.3

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

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index af94a0fdfc38..dd9907679edc 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,6 +1,6 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.24.2
+version=0.24.3
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
@@ -13,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=66a99fcfeae481db65b94b0bc5fdb4bb28b099fe4fa94b9c0fb0284f34c7b9c7
+checksum=c1d040ae572866806a2cd32a0521ceb258b896d7292d4da119ea51ccb13a7f5e
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
 

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

* Re: [PR PATCH] [Updated] kitty: update to 0.24.3
  2022-03-01 11:10 [PR PATCH] kitty: update to 0.24.3 hechos
  2022-03-02 14:01 ` paper42
  2022-03-03  1:53 ` [PR PATCH] [Updated] " hechos
@ 2022-03-03  1:57 ` hechos
  2 siblings, 0 replies; 4+ messages in thread
From: hechos @ 2022-03-03  1:57 UTC (permalink / raw)
  To: ml

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

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

#### Testing the changes
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/35903.patch is attached

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

From 3ebd0b3125465441b391d5bcd27891ff5db7a8e7 Mon Sep 17 00:00:00 2001
From: hechos <martin.damian.fernadez@gmail.com>
Date: Tue, 1 Mar 2022 08:08:20 -0300
Subject: [PATCH] kitty: update to 0.24.3

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

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index af94a0fdfc38..dd9907679edc 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,6 +1,6 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.24.2
+version=0.24.3
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
@@ -13,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=66a99fcfeae481db65b94b0bc5fdb4bb28b099fe4fa94b9c0fb0284f34c7b9c7
+checksum=c1d040ae572866806a2cd32a0521ceb258b896d7292d4da119ea51ccb13a7f5e
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
 

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

end of thread, other threads:[~2022-03-03  1:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 11:10 [PR PATCH] kitty: update to 0.24.3 hechos
2022-03-02 14:01 ` paper42
2022-03-03  1:53 ` [PR PATCH] [Updated] " hechos
2022-03-03  1:57 ` hechos

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