Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xkbcomp: update to 1.4.6;adopt.
@ 2023-01-15 15:39 motorto
  2023-01-16  8:10 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: motorto @ 2023-01-15 15:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xkbcomp-1.4.6
https://github.com/void-linux/void-packages/pull/41666

xkbcomp: update to 1.4.6;adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
```
SUMMARY                                    
pkg      host         target        cross  result
xkbcomp  x86_64       x86_64        n      OK
xkbcomp  x86_64-musl  x86_64-musl   n      OK
xkbcomp  i686         i686          n      OK
xkbcomp  x86_64-musl  aarch64-musl  y      OK
xkbcomp  x86_64-musl  aarch64       y      OK
xkbcomp  x86_64-musl  armv7l-musl   y      OK
xkbcomp  x86_64-musl  armv7l        y      OK
xkbcomp  x86_64-musl  armv6l-musl   y      OK
xkbcomp  x86_64-musl  armv6l        y      OK
```

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

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

From dbd9aae7d2476c65abbb701efa4e941f26a0dc79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 15 Jan 2023 15:33:23 +0000
Subject: [PATCH] xkbcomp: update to 1.4.6;adopt.

---
 srcpkgs/xkbcomp/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xkbcomp/template b/srcpkgs/xkbcomp/template
index 29d1760dff72..629a306822c4 100644
--- a/srcpkgs/xkbcomp/template
+++ b/srcpkgs/xkbcomp/template
@@ -1,16 +1,16 @@
 # Template file for 'xkbcomp'
 pkgname=xkbcomp
-version=1.4.5
+version=1.4.6
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config bison"
 makedepends="libX11-devel libxkbfile-devel"
 short_desc="XKBD keymap compiler"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://www.x.org/"
-distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
-checksum=6851086c4244b6fd0cc562880d8ff193fb2bbf1e141c73632e10731b31d4b05e
+distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
+checksum=fa50d611ef41e034487af7bd8d8c718df53dd18002f591cca16b0384afc58e98
 
 post_install() {
 	vlicense COPYING LICENSE

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

* Re: [PR REVIEW] xkbcomp: update to 1.4.6;adopt.
  2023-01-15 15:39 [PR PATCH] xkbcomp: update to 1.4.6;adopt motorto
  2023-01-16  8:10 ` [PR REVIEW] " classabbyamp
@ 2023-01-16  8:10 ` classabbyamp
  2023-01-16 15:12 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-16  8:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41666#discussion_r1070936939

Comment:
```suggestion
distfiles="${XORG_SITE}/app/xkbcomp-${version}.tar.xz"
```

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

* Re: [PR REVIEW] xkbcomp: update to 1.4.6;adopt.
  2023-01-15 15:39 [PR PATCH] xkbcomp: update to 1.4.6;adopt motorto
@ 2023-01-16  8:10 ` classabbyamp
  2023-01-16  8:10 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-16  8:10 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41666#discussion_r1070937345

Comment:
```suggestion
homepage="https://gitlab.freedesktop.org/xorg/app/xkbcomp"
```

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

* Re: [PR PATCH] [Updated] xkbcomp: update to 1.4.6;adopt.
  2023-01-15 15:39 [PR PATCH] xkbcomp: update to 1.4.6;adopt motorto
  2023-01-16  8:10 ` [PR REVIEW] " classabbyamp
  2023-01-16  8:10 ` classabbyamp
@ 2023-01-16 15:12 ` motorto
  2023-01-17 11:37 ` motorto
  2023-01-17 16:43 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2023-01-16 15:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xkbcomp-1.4.6
https://github.com/void-linux/void-packages/pull/41666

xkbcomp: update to 1.4.6;adopt.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
```
SUMMARY                                    
pkg      host         target        cross  result
xkbcomp  x86_64       x86_64        n      OK
xkbcomp  x86_64-musl  x86_64-musl   n      OK
xkbcomp  i686         i686          n      OK
xkbcomp  x86_64-musl  aarch64-musl  y      OK
xkbcomp  x86_64-musl  aarch64       y      OK
xkbcomp  x86_64-musl  armv7l-musl   y      OK
xkbcomp  x86_64-musl  armv7l        y      OK
xkbcomp  x86_64-musl  armv6l-musl   y      OK
xkbcomp  x86_64-musl  armv6l        y      OK
```

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

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

From f6eb0c7c3d4d9c99d9e83e7a1f4227fa18a27932 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 15 Jan 2023 15:33:23 +0000
Subject: [PATCH] xkbcomp: update to 1.4.6;adopt.

---
 srcpkgs/xkbcomp/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/xkbcomp/template b/srcpkgs/xkbcomp/template
index 29d1760dff72..4bd5d1b5cc71 100644
--- a/srcpkgs/xkbcomp/template
+++ b/srcpkgs/xkbcomp/template
@@ -1,16 +1,16 @@
 # Template file for 'xkbcomp'
 pkgname=xkbcomp
-version=1.4.5
+version=1.4.6
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config bison"
 makedepends="libX11-devel libxkbfile-devel"
 short_desc="XKBD keymap compiler"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
-homepage="https://www.x.org/"
-distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
-checksum=6851086c4244b6fd0cc562880d8ff193fb2bbf1e141c73632e10731b31d4b05e
+homepage="https://gitlab.freedesktop.org/xorg/app/xkbcomp"
+distfiles="${XORG_SITE}/app/xkbcomp-${version}.tar.xz"
+checksum=fa50d611ef41e034487af7bd8d8c718df53dd18002f591cca16b0384afc58e98
 
 post_install() {
 	vlicense COPYING LICENSE

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

* Re: xkbcomp: update to 1.4.6;adopt.
  2023-01-15 15:39 [PR PATCH] xkbcomp: update to 1.4.6;adopt motorto
                   ` (2 preceding siblings ...)
  2023-01-16 15:12 ` [PR PATCH] [Updated] " motorto
@ 2023-01-17 11:37 ` motorto
  2023-01-17 16:43 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2023-01-17 11:37 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/41666#issuecomment-1385294663

Comment:
@classabbyamp: I added your recommendations to the pr

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

* Re: [PR PATCH] [Merged]: xkbcomp: update to 1.4.6;adopt.
  2023-01-15 15:39 [PR PATCH] xkbcomp: update to 1.4.6;adopt motorto
                   ` (3 preceding siblings ...)
  2023-01-17 11:37 ` motorto
@ 2023-01-17 16:43 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-17 16:43 UTC (permalink / raw)
  To: ml

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

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

xkbcomp: update to 1.4.6;adopt.
https://github.com/void-linux/void-packages/pull/41666

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
```
SUMMARY                                    
pkg      host         target        cross  result
xkbcomp  x86_64       x86_64        n      OK
xkbcomp  x86_64-musl  x86_64-musl   n      OK
xkbcomp  i686         i686          n      OK
xkbcomp  x86_64-musl  aarch64-musl  y      OK
xkbcomp  x86_64-musl  aarch64       y      OK
xkbcomp  x86_64-musl  armv7l-musl   y      OK
xkbcomp  x86_64-musl  armv7l        y      OK
xkbcomp  x86_64-musl  armv6l-musl   y      OK
xkbcomp  x86_64-musl  armv6l        y      OK
```

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

end of thread, other threads:[~2023-01-17 16:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-15 15:39 [PR PATCH] xkbcomp: update to 1.4.6;adopt motorto
2023-01-16  8:10 ` [PR REVIEW] " classabbyamp
2023-01-16  8:10 ` classabbyamp
2023-01-16 15:12 ` [PR PATCH] [Updated] " motorto
2023-01-17 11:37 ` motorto
2023-01-17 16:43 ` [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).