Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kitty: update to 0.20.3
@ 2021-05-06 18:49 caughtquick
  2021-05-06 18:54 ` [PR PATCH] [Updated] " caughtquick
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: caughtquick @ 2021-05-06 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages kitty
https://github.com/void-linux/void-packages/pull/30709

kitty: update to 0.20.3
<!-- Mark items with [x] where applicable -->

#### Generalhtthttps://github.com/void-linux/void-packagesps://github.com/void-linux/void-packages
- [ ] 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.)
- [x] 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/30709.patch is attached

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

From a675bf0fe0f0c7cbfec81bb7347690ac4a12a2a9 Mon Sep 17 00:00:00 2001
From: Abhijit <abhijitsipahimalani@gmail.com>
Date: Thu, 6 May 2021 11:48:00 -0700
Subject: [PATCH] kitty: update to 0.20.3

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

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 5a8dcc8b4fb8..bcb5377d4ac3 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,6 +1,6 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.20.1
+version=0.20.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=43596a1c5645fe476e96e748bb3b44afd680d84b4af409cd36b33de19b31933d
+checksum=7048cc0e6c17fe5ef3fbac18125dbd5f05d6c628838f004b8e2ad3546fb77d85
 patch_args="-Np1"
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"

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

* Re: [PR PATCH] [Updated] kitty: update to 0.20.3
  2021-05-06 18:49 [PR PATCH] kitty: update to 0.20.3 caughtquick
@ 2021-05-06 18:54 ` caughtquick
  2021-05-06 19:01 ` [PR PATCH] [Closed]: " caughtquick
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: caughtquick @ 2021-05-06 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages kitty
https://github.com/void-linux/void-packages/pull/30709

kitty: update to 0.20.3
<!-- Mark items with [x] where applicable -->

#### Generalhtthttps://github.com/void-linux/void-packagesps://github.com/void-linux/void-packages
- [ ] 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.)
- [x] 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/30709.patch is attached

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

From 07efbb78ab55895146bcda497f268e059287c235 Mon Sep 17 00:00:00 2001
From: Abhijit <abhijitsipahimalani@gmail.com>
Date: Thu, 6 May 2021 11:48:00 -0700
Subject: [PATCH] kitty: update to 0.20.3

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

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 5a8dcc8b4fb8..9bc8b48a957b 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,6 +1,6 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.20.1
+version=0.20.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=43596a1c5645fe476e96e748bb3b44afd680d84b4af409cd36b33de19b31933d
+checksum=b6117d436ce5997a3449fa9ca0d3ce5a577e309e2b196ed006dc33564739cc87
 patch_args="-Np1"
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"

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

* Re: [PR PATCH] [Closed]: kitty: update to 0.20.3
  2021-05-06 18:49 [PR PATCH] kitty: update to 0.20.3 caughtquick
  2021-05-06 18:54 ` [PR PATCH] [Updated] " caughtquick
@ 2021-05-06 19:01 ` caughtquick
  2021-05-06 19:01 ` caughtquick
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: caughtquick @ 2021-05-06 19:01 UTC (permalink / raw)
  To: ml

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

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

kitty: update to 0.20.3
https://github.com/void-linux/void-packages/pull/30709

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

#### Generalhtthttps://github.com/void-linux/void-packagesps://github.com/void-linux/void-packages
- [ ] 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.)
- [x] 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

* Re: kitty: update to 0.20.3
  2021-05-06 18:49 [PR PATCH] kitty: update to 0.20.3 caughtquick
  2021-05-06 18:54 ` [PR PATCH] [Updated] " caughtquick
  2021-05-06 19:01 ` [PR PATCH] [Closed]: " caughtquick
@ 2021-05-06 19:01 ` caughtquick
  2021-05-06 19:32 ` ericonr
  2021-05-06 19:33 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: caughtquick @ 2021-05-06 19:01 UTC (permalink / raw)
  To: ml

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

New comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/30709#issuecomment-833783690

Comment:
runs on my machine, closing to troubleshoot the issue

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

* Re: kitty: update to 0.20.3
  2021-05-06 18:49 [PR PATCH] kitty: update to 0.20.3 caughtquick
                   ` (2 preceding siblings ...)
  2021-05-06 19:01 ` caughtquick
@ 2021-05-06 19:32 ` ericonr
  2021-05-06 19:33 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-05-06 19:32 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30709#issuecomment-833803689

Comment:
Maybe you failed to commit the patch removal?

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

* Re: kitty: update to 0.20.3
  2021-05-06 18:49 [PR PATCH] kitty: update to 0.20.3 caughtquick
                   ` (3 preceding siblings ...)
  2021-05-06 19:32 ` ericonr
@ 2021-05-06 19:33 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-05-06 19:33 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30709#issuecomment-833803883

Comment:
And you can leave the PR open to troubleshoot live, just force push to it.

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

end of thread, other threads:[~2021-05-06 19:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06 18:49 [PR PATCH] kitty: update to 0.20.3 caughtquick
2021-05-06 18:54 ` [PR PATCH] [Updated] " caughtquick
2021-05-06 19:01 ` [PR PATCH] [Closed]: " caughtquick
2021-05-06 19:01 ` caughtquick
2021-05-06 19:32 ` ericonr
2021-05-06 19:33 ` 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).