Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kitty: update to 0.19.0
@ 2020-10-04 14:45 SolitudeSF
  2020-10-04 19:39 ` SolitudeSF
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: SolitudeSF @ 2020-10-04 14:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages kitty
https://github.com/void-linux/void-packages/pull/25338

kitty: update to 0.19.0


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

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

From ca33ef48ff38ada23d044aa5942c57fd801cdd38 Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Sun, 4 Oct 2020 17:43:29 +0300
Subject: [PATCH] kitty: update to 0.19.0

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

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 8c672f481b4..53e70f0c722 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,6 +1,6 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.18.3
+version=0.19.0
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses 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=8fc923793e37a9a6c638076556c8fbaa3224da1356ff185e544e32d59d4a67a4
+checksum=c4307c95610423d8ebadd0a903217ef0951db2b054dfef2831d319d5133e02e7
 patch_args="-Np1"
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"

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

* Re: kitty: update to 0.19.0
  2020-10-04 14:45 [PR PATCH] kitty: update to 0.19.0 SolitudeSF
@ 2020-10-04 19:39 ` SolitudeSF
  2020-10-04 19:40 ` ahesford
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: SolitudeSF @ 2020-10-04 19:39 UTC (permalink / raw)
  To: ml

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

New comment by SolitudeSF on void-packages repository

https://github.com/void-linux/void-packages/pull/25338#issuecomment-703305278

Comment:
is noarch deprecated in favor of something else, or xbps-src can now infer if package is not arch dependent?

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

* Re: kitty: update to 0.19.0
  2020-10-04 14:45 [PR PATCH] kitty: update to 0.19.0 SolitudeSF
  2020-10-04 19:39 ` SolitudeSF
@ 2020-10-04 19:40 ` ahesford
  2020-10-04 19:43 ` [PR PATCH] [Updated] " SolitudeSF
  2020-10-05 13:41 ` [PR PATCH] [Closed]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-10-04 19:40 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25338#issuecomment-703305475

Comment:
`noarch` is more trouble than it's worth, so we are dropping support for the `noarch` keyword entirely. Every package will now come in architecture-specific variants.

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

* Re: [PR PATCH] [Updated] kitty: update to 0.19.0
  2020-10-04 14:45 [PR PATCH] kitty: update to 0.19.0 SolitudeSF
  2020-10-04 19:39 ` SolitudeSF
  2020-10-04 19:40 ` ahesford
@ 2020-10-04 19:43 ` SolitudeSF
  2020-10-05 13:41 ` [PR PATCH] [Closed]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: SolitudeSF @ 2020-10-04 19:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SolitudeSF/void-packages kitty
https://github.com/void-linux/void-packages/pull/25338

kitty: update to 0.19.0


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

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

From 8b052bf9551fb8faf808bf0230eec2202945120d Mon Sep 17 00:00:00 2001
From: SolitudeSF <solitudesf@protonmail.com>
Date: Sun, 4 Oct 2020 17:43:29 +0300
Subject: [PATCH] kitty: update to 0.19.0

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

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 8c672f481b4..4828b0626d6 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,6 +1,6 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.18.3
+version=0.19.0
 revision=1
 pycompile_dirs="usr/lib/kitty"
 hostmakedepends="ncurses 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=8fc923793e37a9a6c638076556c8fbaa3224da1356ff185e544e32d59d4a67a4
+checksum=c4307c95610423d8ebadd0a903217ef0951db2b054dfef2831d319d5133e02e7
 patch_args="-Np1"
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
@@ -41,7 +41,6 @@ do_install() {
 
 kitty-terminfo_package() {
 	short_desc+=" - terminfo data"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/terminfo
 	}

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

* Re: [PR PATCH] [Closed]: kitty: update to 0.19.0
  2020-10-04 14:45 [PR PATCH] kitty: update to 0.19.0 SolitudeSF
                   ` (2 preceding siblings ...)
  2020-10-04 19:43 ` [PR PATCH] [Updated] " SolitudeSF
@ 2020-10-05 13:41 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-10-05 13:41 UTC (permalink / raw)
  To: ml

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

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

kitty: update to 0.19.0
https://github.com/void-linux/void-packages/pull/25338

Description:


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

end of thread, other threads:[~2020-10-05 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-04 14:45 [PR PATCH] kitty: update to 0.19.0 SolitudeSF
2020-10-04 19:39 ` SolitudeSF
2020-10-04 19:40 ` ahesford
2020-10-04 19:43 ` [PR PATCH] [Updated] " SolitudeSF
2020-10-05 13:41 ` [PR PATCH] [Closed]: " ahesford

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