Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kbd: update to 2.6.4.
@ 2024-02-18 16:08 dataCobra
  2024-03-02 16:28 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dataCobra @ 2024-02-18 16:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages kbd
https://github.com/void-linux/void-packages/pull/48816

kbd: update to 2.6.4.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

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

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

From 19b9c68009b133d1685dd566ea20277d588eb849 Mon Sep 17 00:00:00 2001
From: Benedikt Brinkmann <datacobra@thinkbot.de>
Date: Sun, 18 Feb 2024 17:07:53 +0100
Subject: [PATCH] kbd: update to 2.6.4.

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

diff --git a/srcpkgs/kbd/template b/srcpkgs/kbd/template
index 0fbb94de97d98..2f957a90bacdb 100644
--- a/srcpkgs/kbd/template
+++ b/srcpkgs/kbd/template
@@ -1,6 +1,6 @@
 # Template file for 'kbd'
 pkgname=kbd
-version=2.6.3
+version=2.6.4
 revision=1
 build_style=gnu-configure
 configure_args="--datadir=/usr/share/kbd --localedir=/usr/share/kbd/locale"
@@ -9,9 +9,10 @@ makedepends="pam-devel"
 short_desc="Linux keyboard utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://www.kbd-project.org/"
+homepage="https://github.com/legionus/kbd"
+changelog="https://github.com/legionus/kbd/releases"
 distfiles="${KERNEL_SITE}/utils/kbd/kbd-${version}.tar.xz"
-checksum=04996c08d7d1c460966fb244a3d3883352c2674b7ad522003d9f4ecb8ab48deb
+checksum=519f8d087aecca7e0a33cd084bef92c066eb19731666653dcc70c9d71aa40926
 replaces="kbd-data>=0"
 
 post_patch() {

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

* Re: [PR REVIEW] kbd: update to 2.6.4.
  2024-02-18 16:08 [PR PATCH] kbd: update to 2.6.4 dataCobra
@ 2024-03-02 16:28 ` classabbyamp
  2024-03-03 15:53 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-03-02 16:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/48816#discussion_r1510001282

Comment:
change it back

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

* Re: [PR PATCH] [Updated] kbd: update to 2.6.4.
  2024-02-18 16:08 [PR PATCH] kbd: update to 2.6.4 dataCobra
  2024-03-02 16:28 ` [PR REVIEW] " classabbyamp
@ 2024-03-03 15:53 ` dataCobra
  2024-03-03 15:55 ` [PR REVIEW] " dataCobra
  2024-03-03 16:20 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2024-03-03 15:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages kbd
https://github.com/void-linux/void-packages/pull/48816

kbd: update to 2.6.4.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

Changed the homepage because there is currently an outdated SSL certificate.

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

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

From 045db90f43f2194204be5013f0435ab9061bcd26 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 3 Mar 2024 16:52:55 +0100
Subject: [PATCH] kbd: update to 2.6.4.

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

diff --git a/srcpkgs/kbd/template b/srcpkgs/kbd/template
index 0fbb94de97d988..58548487eaeba2 100644
--- a/srcpkgs/kbd/template
+++ b/srcpkgs/kbd/template
@@ -1,6 +1,6 @@
 # Template file for 'kbd'
 pkgname=kbd
-version=2.6.3
+version=2.6.4
 revision=1
 build_style=gnu-configure
 configure_args="--datadir=/usr/share/kbd --localedir=/usr/share/kbd/locale"
@@ -10,8 +10,9 @@ short_desc="Linux keyboard utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.kbd-project.org/"
+changelog="https://github.com/legionus/kbd/releases"
 distfiles="${KERNEL_SITE}/utils/kbd/kbd-${version}.tar.xz"
-checksum=04996c08d7d1c460966fb244a3d3883352c2674b7ad522003d9f4ecb8ab48deb
+checksum=519f8d087aecca7e0a33cd084bef92c066eb19731666653dcc70c9d71aa40926
 replaces="kbd-data>=0"
 
 post_patch() {

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

* Re: [PR REVIEW] kbd: update to 2.6.4.
  2024-02-18 16:08 [PR PATCH] kbd: update to 2.6.4 dataCobra
  2024-03-02 16:28 ` [PR REVIEW] " classabbyamp
  2024-03-03 15:53 ` [PR PATCH] [Updated] " dataCobra
@ 2024-03-03 15:55 ` dataCobra
  2024-03-03 16:20 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: dataCobra @ 2024-03-03 15:55 UTC (permalink / raw)
  To: ml

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

New review comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/48816#discussion_r1510311203

Comment:
Done. :+1: 


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

* Re: [PR PATCH] [Merged]: kbd: update to 2.6.4.
  2024-02-18 16:08 [PR PATCH] kbd: update to 2.6.4 dataCobra
                   ` (2 preceding siblings ...)
  2024-03-03 15:55 ` [PR REVIEW] " dataCobra
@ 2024-03-03 16:20 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-03-03 16:20 UTC (permalink / raw)
  To: ml

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

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

kbd: update to 2.6.4.
https://github.com/void-linux/void-packages/pull/48816

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - i686

Changed the homepage because there is currently an outdated SSL certificate.

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

end of thread, other threads:[~2024-03-03 16:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-18 16:08 [PR PATCH] kbd: update to 2.6.4 dataCobra
2024-03-02 16:28 ` [PR REVIEW] " classabbyamp
2024-03-03 15:53 ` [PR PATCH] [Updated] " dataCobra
2024-03-03 15:55 ` [PR REVIEW] " dataCobra
2024-03-03 16:20 ` [PR PATCH] [Merged]: " classabbyamp

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