Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] setxkbmap: update to 1.3.3.
@ 2022-04-13 18:02 4ricci
  2022-04-13 19:36 ` [PR REVIEW] " Chocimier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: 4ricci @ 2022-04-13 18:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages setxkbmap
https://github.com/void-linux/void-packages/pull/36678

setxkbmap: update to 1.3.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **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 add ci skip tag as described in
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/36678.patch is attached

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

From 8b22f051c5000a3539a2976a39af07bad689d8ca Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 13 Apr 2022 17:43:00 +0200
Subject: [PATCH] setxkbmap: update to 1.3.3.

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

diff --git a/srcpkgs/setxkbmap/template b/srcpkgs/setxkbmap/template
index 9fafe9eb721d..50b5b3514ff7 100644
--- a/srcpkgs/setxkbmap/template
+++ b/srcpkgs/setxkbmap/template
@@ -1,16 +1,16 @@
 # Template file for 'setxkbmap'
 pkgname=setxkbmap
-version=1.3.2
+version=1.3.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
-makedepends="libX11-devel libxkbfile-devel"
+makedepends="libX11-devel libxkbfile-devel libXrandr-devel"
 short_desc="Set the keyboard map using the X Keyboard Extension"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://xorg.freedesktop.org"
-distfiles="${XORG_SITE}/app/setxkbmap-${version}.tar.bz2"
-checksum=8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5
+distfiles="${XORG_SITE}/app/setxkbmap-${version}.tar.xz"
+checksum=b560c678da6930a0da267304fa3a41cc5df39a96a5e23d06f14984c87b6f587b
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] setxkbmap: update to 1.3.3.
  2022-04-13 18:02 [PR PATCH] setxkbmap: update to 1.3.3 4ricci
@ 2022-04-13 19:36 ` Chocimier
  2022-04-13 19:55 ` [PR PATCH] [Updated] " 4ricci
  2022-04-13 19:56 ` [PR PATCH] [Merged]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2022-04-13 19:36 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/36678#discussion_r849828327

Comment:
development moved to https://gitlab.freedesktop.org/xorg/app/setxkbmap , can you change homepage?

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

* Re: [PR PATCH] [Updated] setxkbmap: update to 1.3.3.
  2022-04-13 18:02 [PR PATCH] setxkbmap: update to 1.3.3 4ricci
  2022-04-13 19:36 ` [PR REVIEW] " Chocimier
@ 2022-04-13 19:55 ` 4ricci
  2022-04-13 19:56 ` [PR PATCH] [Merged]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: 4ricci @ 2022-04-13 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages setxkbmap
https://github.com/void-linux/void-packages/pull/36678

setxkbmap: update to 1.3.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **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 add ci skip tag as described in
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/36678.patch is attached

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

From 2fbf6689ca988b8f46b514b91ce97124b79d4a98 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 13 Apr 2022 17:43:00 +0200
Subject: [PATCH] setxkbmap: update to 1.3.3.

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

diff --git a/srcpkgs/setxkbmap/template b/srcpkgs/setxkbmap/template
index 9fafe9eb721d..02a6f5de2452 100644
--- a/srcpkgs/setxkbmap/template
+++ b/srcpkgs/setxkbmap/template
@@ -1,16 +1,16 @@
 # Template file for 'setxkbmap'
 pkgname=setxkbmap
-version=1.3.2
+version=1.3.3
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
-makedepends="libX11-devel libxkbfile-devel"
+makedepends="libX11-devel libxkbfile-devel libXrandr-devel"
 short_desc="Set the keyboard map using the X Keyboard Extension"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://xorg.freedesktop.org"
-distfiles="${XORG_SITE}/app/setxkbmap-${version}.tar.bz2"
-checksum=8ff27486442725e50b02d7049152f51d125ecad71b7ce503cfa09d5d8ceeb9f5
+homepage="https://gitlab.freedesktop.org/xorg/app/setxkbmap"
+distfiles="${XORG_SITE}/app/setxkbmap-${version}.tar.xz"
+checksum=b560c678da6930a0da267304fa3a41cc5df39a96a5e23d06f14984c87b6f587b
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Merged]: setxkbmap: update to 1.3.3.
  2022-04-13 18:02 [PR PATCH] setxkbmap: update to 1.3.3 4ricci
  2022-04-13 19:36 ` [PR REVIEW] " Chocimier
  2022-04-13 19:55 ` [PR PATCH] [Updated] " 4ricci
@ 2022-04-13 19:56 ` Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2022-04-13 19:56 UTC (permalink / raw)
  To: ml

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

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

setxkbmap: update to 1.3.3.
https://github.com/void-linux/void-packages/pull/36678

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

#### Testing the changes
- I tested the changes in this PR: **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 add ci skip tag as described in
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
-->


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

end of thread, other threads:[~2022-04-13 19:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13 18:02 [PR PATCH] setxkbmap: update to 1.3.3 4ricci
2022-04-13 19:36 ` [PR REVIEW] " Chocimier
2022-04-13 19:55 ` [PR PATCH] [Updated] " 4ricci
2022-04-13 19:56 ` [PR PATCH] [Merged]: " Chocimier

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