Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xcb-proto: update to 1.15.2;adopt.
@ 2023-01-22 16:01 motorto
  2023-01-22 16:02 ` [PR PATCH] [Updated] " motorto
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: motorto @ 2023-01-22 16:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xcb-proto-1.15
https://github.com/void-linux/void-packages/pull/41805

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

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

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xcb-proto-1.15-41805.patch --]
[-- Type: text/x-diff, Size: 2290 bytes --]

From 81b1b29c241cdc83c9396afea13ff0b413b93eaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 22 Jan 2023 15:53:33 +0000
Subject: [PATCH] xcb-proto: update to 1.15.2;adopt.

---
 srcpkgs/xcb-proto/patches/automake.patch | 15 ---------------
 srcpkgs/xcb-proto/template               | 16 ++++++++--------
 2 files changed, 8 insertions(+), 23 deletions(-)
 delete mode 100644 srcpkgs/xcb-proto/patches/automake.patch

diff --git a/srcpkgs/xcb-proto/patches/automake.patch b/srcpkgs/xcb-proto/patches/automake.patch
deleted file mode 100644
index 86261a813160..000000000000
--- a/srcpkgs/xcb-proto/patches/automake.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Adjust to automake 1.16.4 changes
-
-Source:
-https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/merge_requests/25
-
---- a/xcb-proto.pc.in	2020-10-09 00:29:51.000000000 +0200
-+++ b/xcb-proto.pc.in	2021-10-17 08:41:54.133860291 +0200
-@@ -4,6 +4,7 @@
- datadir=@datadir@
- libdir=@libdir@
- xcbincludedir=${pc_sysrootdir}@xcbincludedir@
-+PYTHON_PREFIX=@PYTHON_PREFIX@
- pythondir=${pc_sysrootdir}@pythondir@
- 
- Name: XCB Proto
diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index 88656ecc057b..ba2c498ce235 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,21 +1,21 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
-version=1.14.1
-revision=4
+version=1.15.2
+revision=1
 build_style=gnu-configure
 hostmakedepends="python3 automake"
 makedepends="libxml2"
 depends="python3"
 short_desc="XML-XCB (X C Bindings) protocol descriptions"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="http://xcb.freedesktop.org"
-distfiles="https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/${pkgname}-${version}/xcbproto-${pkgname}-${version}.tar.gz"
-checksum=1101be204eecfb6af6b4325c143b3da06a6929753418f161882e86ae1457ca57
+distfiles="https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-${version}.tar.xz"
+checksum=7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed
 
-pre_configure() {
-	NOCONFIGURE=1 ./autogen.sh
-}
+# pre_configure() {
+# 	NOCONFIGURE=1 ./autogen.sh
+# }
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] xcb-proto: update to 1.15.2;adopt.
  2023-01-22 16:01 [PR PATCH] xcb-proto: update to 1.15.2;adopt motorto
@ 2023-01-22 16:02 ` motorto
  2023-01-24  8:53 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2023-01-22 16:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xcb-proto-1.15
https://github.com/void-linux/void-packages/pull/41805

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

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

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xcb-proto-1.15-41805.patch --]
[-- Type: text/x-diff, Size: 2231 bytes --]

From 13b6c8e9c47201f7a78606fc388caeb235711630 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 22 Jan 2023 15:53:33 +0000
Subject: [PATCH] xcb-proto: update to 1.15.2;adopt.

---
 srcpkgs/xcb-proto/patches/automake.patch | 15 ---------------
 srcpkgs/xcb-proto/template               | 14 +++++---------
 2 files changed, 5 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/xcb-proto/patches/automake.patch

diff --git a/srcpkgs/xcb-proto/patches/automake.patch b/srcpkgs/xcb-proto/patches/automake.patch
deleted file mode 100644
index 86261a813160..000000000000
--- a/srcpkgs/xcb-proto/patches/automake.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Adjust to automake 1.16.4 changes
-
-Source:
-https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/merge_requests/25
-
---- a/xcb-proto.pc.in	2020-10-09 00:29:51.000000000 +0200
-+++ b/xcb-proto.pc.in	2021-10-17 08:41:54.133860291 +0200
-@@ -4,6 +4,7 @@
- datadir=@datadir@
- libdir=@libdir@
- xcbincludedir=${pc_sysrootdir}@xcbincludedir@
-+PYTHON_PREFIX=@PYTHON_PREFIX@
- pythondir=${pc_sysrootdir}@pythondir@
- 
- Name: XCB Proto
diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index 88656ecc057b..d33a05548b1e 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,21 +1,17 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
-version=1.14.1
-revision=4
+version=1.15.2
+revision=1
 build_style=gnu-configure
 hostmakedepends="python3 automake"
 makedepends="libxml2"
 depends="python3"
 short_desc="XML-XCB (X C Bindings) protocol descriptions"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="http://xcb.freedesktop.org"
-distfiles="https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/${pkgname}-${version}/xcbproto-${pkgname}-${version}.tar.gz"
-checksum=1101be204eecfb6af6b4325c143b3da06a6929753418f161882e86ae1457ca57
-
-pre_configure() {
-	NOCONFIGURE=1 ./autogen.sh
-}
+distfiles="https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-${version}.tar.xz"
+checksum=7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] xcb-proto: update to 1.15.2;adopt.
  2023-01-22 16:01 [PR PATCH] xcb-proto: update to 1.15.2;adopt motorto
  2023-01-22 16:02 ` [PR PATCH] [Updated] " motorto
@ 2023-01-24  8:53 ` classabbyamp
  2023-01-24 11:41 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-24  8:53 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41805#discussion_r1084967780

Comment:
```suggestion
homepage="https://gitlab.freedesktop.org/xorg/proto/xcbproto"
```

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

* Re: [PR PATCH] [Updated] xcb-proto: update to 1.15.2;adopt.
  2023-01-22 16:01 [PR PATCH] xcb-proto: update to 1.15.2;adopt motorto
  2023-01-22 16:02 ` [PR PATCH] [Updated] " motorto
  2023-01-24  8:53 ` [PR REVIEW] " classabbyamp
@ 2023-01-24 11:41 ` motorto
  2023-01-24 11:41 ` [PR REVIEW] " motorto
  2023-01-24 19:11 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2023-01-24 11:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages xcb-proto-1.15
https://github.com/void-linux/void-packages/pull/41805

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

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

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xcb-proto-1.15-41805.patch --]
[-- Type: text/x-diff, Size: 2296 bytes --]

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

---
 srcpkgs/xcb-proto/patches/automake.patch | 15 ---------------
 srcpkgs/xcb-proto/template               | 16 ++++++----------
 2 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/xcb-proto/patches/automake.patch

diff --git a/srcpkgs/xcb-proto/patches/automake.patch b/srcpkgs/xcb-proto/patches/automake.patch
deleted file mode 100644
index 86261a813160..000000000000
--- a/srcpkgs/xcb-proto/patches/automake.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Adjust to automake 1.16.4 changes
-
-Source:
-https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/merge_requests/25
-
---- a/xcb-proto.pc.in	2020-10-09 00:29:51.000000000 +0200
-+++ b/xcb-proto.pc.in	2021-10-17 08:41:54.133860291 +0200
-@@ -4,6 +4,7 @@
- datadir=@datadir@
- libdir=@libdir@
- xcbincludedir=${pc_sysrootdir}@xcbincludedir@
-+PYTHON_PREFIX=@PYTHON_PREFIX@
- pythondir=${pc_sysrootdir}@pythondir@
- 
- Name: XCB Proto
diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template
index 88656ecc057b..eaefe2ffb547 100644
--- a/srcpkgs/xcb-proto/template
+++ b/srcpkgs/xcb-proto/template
@@ -1,21 +1,17 @@
 # Template file for 'xcb-proto'
 pkgname=xcb-proto
-version=1.14.1
-revision=4
+version=1.15.2
+revision=1
 build_style=gnu-configure
 hostmakedepends="python3 automake"
 makedepends="libxml2"
 depends="python3"
 short_desc="XML-XCB (X C Bindings) protocol descriptions"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
-homepage="http://xcb.freedesktop.org"
-distfiles="https://gitlab.freedesktop.org/xorg/proto/xcbproto/-/archive/${pkgname}-${version}/xcbproto-${pkgname}-${version}.tar.gz"
-checksum=1101be204eecfb6af6b4325c143b3da06a6929753418f161882e86ae1457ca57
-
-pre_configure() {
-	NOCONFIGURE=1 ./autogen.sh
-}
+homepage="https://gitlab.freedesktop.org/xorg/proto/xcbproto"
+distfiles="https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-${version}.tar.xz"
+checksum=7072beb1f680a2fe3f9e535b797c146d22528990c72f63ddb49d2f350a3653ed
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR REVIEW] xcb-proto: update to 1.15.2;adopt.
  2023-01-22 16:01 [PR PATCH] xcb-proto: update to 1.15.2;adopt motorto
                   ` (2 preceding siblings ...)
  2023-01-24 11:41 ` [PR PATCH] [Updated] " motorto
@ 2023-01-24 11:41 ` motorto
  2023-01-24 19:11 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2023-01-24 11:41 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/41805#discussion_r1085172704

Comment:
added

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

* Re: [PR PATCH] [Merged]: xcb-proto: update to 1.15.2;adopt.
  2023-01-22 16:01 [PR PATCH] xcb-proto: update to 1.15.2;adopt motorto
                   ` (3 preceding siblings ...)
  2023-01-24 11:41 ` [PR REVIEW] " motorto
@ 2023-01-24 19:11 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-24 19:11 UTC (permalink / raw)
  To: ml

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

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

xcb-proto: update to 1.15.2;adopt.
https://github.com/void-linux/void-packages/pull/41805

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

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

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


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

end of thread, other threads:[~2023-01-24 19:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22 16:01 [PR PATCH] xcb-proto: update to 1.15.2;adopt motorto
2023-01-22 16:02 ` [PR PATCH] [Updated] " motorto
2023-01-24  8:53 ` [PR REVIEW] " classabbyamp
2023-01-24 11:41 ` [PR PATCH] [Updated] " motorto
2023-01-24 11:41 ` [PR REVIEW] " motorto
2023-01-24 19:11 ` [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).