Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update various X packages
@ 2022-04-14 22:07 4ricci
  2022-04-14 22:17 ` [PR PATCH] [Updated] " 4ricci
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: 4ricci @ 2022-04-14 22:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages x
https://github.com/void-linux/void-packages/pull/36698

Update various X packages
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/36698.patch is attached

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

From 75db074adc2f3a2306d4954c76ddb1181555dd12 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 12:32:55 +0200
Subject: [PATCH 1/6] libXcursor: update to 1.2.1.

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

diff --git a/srcpkgs/libXcursor/template b/srcpkgs/libXcursor/template
index 9d785a99bd06..118d8853ee17 100644
--- a/srcpkgs/libXcursor/template
+++ b/srcpkgs/libXcursor/template
@@ -1,6 +1,6 @@
 # Template file for 'libXcursor'
 pkgname=libXcursor
-version=1.2.0
+version=1.2.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -8,9 +8,9 @@ makedepends="xorgproto libXfixes-devel libXrender-devel"
 short_desc="Client-side cursor loading library for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://wiki.freedesktop.org/xorg/"
-distfiles="${XORG_SITE}/lib/libXcursor-${version}.tar.bz2"
-checksum=3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782
+homepage="https://gitlab.freedesktop.org/xorg/lib/libxcursor"
+distfiles="${XORG_SITE}/lib/libXcursor-${version}.tar.xz"
+checksum=46c143731610bafd2070159a844571b287ac26192537d047a39df06155492104
 
 post_install() {
 	vlicense COPYING

From 40173af680ee3f5b39659e698cd0e07de3ca45a9 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 12:44:53 +0200
Subject: [PATCH 2/6] libXres: update to 1.2.1.

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

diff --git a/srcpkgs/libXres/template b/srcpkgs/libXres/template
index ac9c01c8778e..57a6f4b5841c 100644
--- a/srcpkgs/libXres/template
+++ b/srcpkgs/libXres/template
@@ -1,7 +1,7 @@
 # Template build file for 'libXres'.
 pkgname=libXres
-version=1.2.0
-revision=2
+version=1.2.1
+revision=1
 build_style=gnu-configure
 configure_args="--enable-malloc0returnsnull"
 hostmakedepends="pkg-config"
@@ -9,9 +9,9 @@ makedepends="xorgproto libXext-devel"
 short_desc="X Resource Information Extension Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="${XORG_SITE}"
+homepage="https://gitlab.freedesktop.org/xorg/lib/libxres"
 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
-checksum=ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4
+checksum=b6e6fb1ebb61610e56017edd928fb89a5f53b3f4f990078309877468663b2b11
 
 post_install() {
 	vlicense COPYING

From 7fd52716d20d8f9a17742d32105f0eb302c247e6 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 13:03:00 +0200
Subject: [PATCH 3/6] libXvMC: update to 1.0.13.

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

diff --git a/srcpkgs/libXvMC/template b/srcpkgs/libXvMC/template
index 3f6d9f9a7d9e..498896abca57 100644
--- a/srcpkgs/libXvMC/template
+++ b/srcpkgs/libXvMC/template
@@ -1,7 +1,7 @@
 # Template file for 'libXvMC'
 pkgname=libXvMC
-version=1.0.12
-revision=2
+version=1.0.13
+revision=1
 build_style=gnu-configure
 configure_args="--enable-malloc0returnsnull"
 hostmakedepends="pkg-config"
@@ -9,9 +9,9 @@ makedepends="xorgproto libX11-devel libXext-devel libXv-devel"
 short_desc="XVideo Motion Compensation Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://wiki.freedesktop.org/xorg/"
-distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
-checksum=6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd
+homepage="https://gitlab.freedesktop.org/xorg/lib/libxvmc"
+distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
+checksum=0a9ebe6dea7888a747e5aca1b891d53cd7d3a5f141a9645f77d9b6a12cee657c
 
 post_install() {
 	# this file is now part of xorgproto.

From 09141f1d8fcabfadcd6ee58c3055564f4ad9be58 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 16:10:08 +0200
Subject: [PATCH 4/6] iceauth: update to 1.0.9.

---
 srcpkgs/iceauth/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/iceauth/template b/srcpkgs/iceauth/template
index db359e80d62c..00f9e322a3c0 100644
--- a/srcpkgs/iceauth/template
+++ b/srcpkgs/iceauth/template
@@ -1,16 +1,16 @@
-# Template build file for 'iceauth'.
+# Template file for 'iceauth'
 pkgname=iceauth
-version=1.0.8
+version=1.0.9
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="xorgproto libICE-devel"
 short_desc="ICE protocol utility"
-homepage="http://xorg.freedesktop.org"
-license="MIT"
 maintainer="Orphaned <orphan@voidlinux.org>"
-distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=e6ee213a217265cc76050e4293ea70b98c32dce6505c6421227efbda62ab60c6
+license="MIT"
+homepage="https://gitlab.freedesktop.org/xorg/app/iceauth"
+distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
+checksum=2cb9dfcb545683af77fb1029bea3fc52dcc8a0666f7b8b2d7373b6ed4c408c05
 
 post_install() {
 	vlicense COPYING

From cf98320de4bd4d3736ec42153004c77f3cdff83d Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 16:34:58 +0200
Subject: [PATCH 5/6] mkfontscale: update to 1.2.2.

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

diff --git a/srcpkgs/mkfontscale/template b/srcpkgs/mkfontscale/template
index da4760b8d254..915f988ccbd8 100644
--- a/srcpkgs/mkfontscale/template
+++ b/srcpkgs/mkfontscale/template
@@ -1,7 +1,7 @@
 # Template file for 'mkfontscale'
 pkgname=mkfontscale
-version=1.2.1
-revision=2
+version=1.2.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-bzip2"
 hostmakedepends="pkg-config"
@@ -9,9 +9,9 @@ makedepends="xorgproto zlib-devel bzip2-devel freetype-devel libfontenc-devel"
 short_desc="X11 Scalable Font Index Generator"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://www.x.org/wiki"
-distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
-checksum=ca0495eb974a179dd742bfa6199d561bda1c8da4a0c5a667f21fd82aaab6bac7
+homepage="https://gitlab.freedesktop.org/xorg/app/mkfontscale"
+distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
+checksum=8ae3fb5b1fe7436e1f565060acaa3e2918fe745b0e4979b5593968914fe2d5c4
 
 post_install() {
 	vlicense COPYING

From a461eb0d19c952b33c93cc6066f4802d70243f2c Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 16:44:49 +0200
Subject: [PATCH 6/6] xdpyinfo: update to 1.3.3.

---
 srcpkgs/xdpyinfo/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/xdpyinfo/template b/srcpkgs/xdpyinfo/template
index 3955252678be..2b51598a40f9 100644
--- a/srcpkgs/xdpyinfo/template
+++ b/srcpkgs/xdpyinfo/template
@@ -1,18 +1,17 @@
 # Template file for 'xdpyinfo'
 pkgname=xdpyinfo
-version=1.3.2
-revision=2
+version=1.3.3
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libXext-devel libXtst-devel libXxf86vm-devel
- libXxf86misc-devel libXrender-devel libXcomposite-devel libXinerama-devel
- libdmx-devel"
+ libXxf86misc-devel libXrender-devel libXcomposite-devel libXinerama-devel"
 short_desc="Display information utility for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://xorg.freedesktop.org"
-distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51
+homepage="https://gitlab.freedesktop.org/xorg/app/xdpyinfo"
+distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
+checksum=356d5fd62f3e98ee36d6becf1b32d4ab6112d618339fb4b592ccffbd9e0fc206
 
 post_install() {
 	vlicense COPYING

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

* Re: [PR PATCH] [Updated] Update various X packages
  2022-04-14 22:07 [PR PATCH] Update various X packages 4ricci
@ 2022-04-14 22:17 ` 4ricci
  2022-06-29 20:35 ` Duncaen
  2022-06-29 20:35 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: 4ricci @ 2022-04-14 22:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages x
https://github.com/void-linux/void-packages/pull/36698

Update various X packages
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/36698.patch is attached

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

From 75db074adc2f3a2306d4954c76ddb1181555dd12 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 12:32:55 +0200
Subject: [PATCH 1/6] libXcursor: update to 1.2.1.

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

diff --git a/srcpkgs/libXcursor/template b/srcpkgs/libXcursor/template
index 9d785a99bd06..118d8853ee17 100644
--- a/srcpkgs/libXcursor/template
+++ b/srcpkgs/libXcursor/template
@@ -1,6 +1,6 @@
 # Template file for 'libXcursor'
 pkgname=libXcursor
-version=1.2.0
+version=1.2.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -8,9 +8,9 @@ makedepends="xorgproto libXfixes-devel libXrender-devel"
 short_desc="Client-side cursor loading library for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://wiki.freedesktop.org/xorg/"
-distfiles="${XORG_SITE}/lib/libXcursor-${version}.tar.bz2"
-checksum=3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782
+homepage="https://gitlab.freedesktop.org/xorg/lib/libxcursor"
+distfiles="${XORG_SITE}/lib/libXcursor-${version}.tar.xz"
+checksum=46c143731610bafd2070159a844571b287ac26192537d047a39df06155492104
 
 post_install() {
 	vlicense COPYING

From 7de9d1bb23d589810aaa8025609a852f89a4c3b2 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 12:44:53 +0200
Subject: [PATCH 2/6] libXres: update to 1.2.1.

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

diff --git a/srcpkgs/libXres/template b/srcpkgs/libXres/template
index ac9c01c8778e..af75d0ad21d5 100644
--- a/srcpkgs/libXres/template
+++ b/srcpkgs/libXres/template
@@ -1,7 +1,7 @@
-# Template build file for 'libXres'.
+# Template file for 'libXres'
 pkgname=libXres
-version=1.2.0
-revision=2
+version=1.2.1
+revision=1
 build_style=gnu-configure
 configure_args="--enable-malloc0returnsnull"
 hostmakedepends="pkg-config"
@@ -9,9 +9,9 @@ makedepends="xorgproto libXext-devel"
 short_desc="X Resource Information Extension Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="${XORG_SITE}"
+homepage="https://gitlab.freedesktop.org/xorg/lib/libxres"
 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
-checksum=ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4
+checksum=b6e6fb1ebb61610e56017edd928fb89a5f53b3f4f990078309877468663b2b11
 
 post_install() {
 	vlicense COPYING

From 96b9dbd7a2830f7df162e75a2919609fbfce044d Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 13:03:00 +0200
Subject: [PATCH 3/6] libXvMC: update to 1.0.13.

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

diff --git a/srcpkgs/libXvMC/template b/srcpkgs/libXvMC/template
index 3f6d9f9a7d9e..498896abca57 100644
--- a/srcpkgs/libXvMC/template
+++ b/srcpkgs/libXvMC/template
@@ -1,7 +1,7 @@
 # Template file for 'libXvMC'
 pkgname=libXvMC
-version=1.0.12
-revision=2
+version=1.0.13
+revision=1
 build_style=gnu-configure
 configure_args="--enable-malloc0returnsnull"
 hostmakedepends="pkg-config"
@@ -9,9 +9,9 @@ makedepends="xorgproto libX11-devel libXext-devel libXv-devel"
 short_desc="XVideo Motion Compensation Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://wiki.freedesktop.org/xorg/"
-distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
-checksum=6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd
+homepage="https://gitlab.freedesktop.org/xorg/lib/libxvmc"
+distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.xz"
+checksum=0a9ebe6dea7888a747e5aca1b891d53cd7d3a5f141a9645f77d9b6a12cee657c
 
 post_install() {
 	# this file is now part of xorgproto.

From 8e664db65470263cafaac19d2b8e2ae9d4da525d Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 16:10:08 +0200
Subject: [PATCH 4/6] iceauth: update to 1.0.9.

---
 srcpkgs/iceauth/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/iceauth/template b/srcpkgs/iceauth/template
index db359e80d62c..00f9e322a3c0 100644
--- a/srcpkgs/iceauth/template
+++ b/srcpkgs/iceauth/template
@@ -1,16 +1,16 @@
-# Template build file for 'iceauth'.
+# Template file for 'iceauth'
 pkgname=iceauth
-version=1.0.8
+version=1.0.9
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="xorgproto libICE-devel"
 short_desc="ICE protocol utility"
-homepage="http://xorg.freedesktop.org"
-license="MIT"
 maintainer="Orphaned <orphan@voidlinux.org>"
-distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=e6ee213a217265cc76050e4293ea70b98c32dce6505c6421227efbda62ab60c6
+license="MIT"
+homepage="https://gitlab.freedesktop.org/xorg/app/iceauth"
+distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
+checksum=2cb9dfcb545683af77fb1029bea3fc52dcc8a0666f7b8b2d7373b6ed4c408c05
 
 post_install() {
 	vlicense COPYING

From 1303961e7a95cbcdf5af21eeaa57e1987f79a81e Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 16:34:58 +0200
Subject: [PATCH 5/6] mkfontscale: update to 1.2.2.

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

diff --git a/srcpkgs/mkfontscale/template b/srcpkgs/mkfontscale/template
index da4760b8d254..915f988ccbd8 100644
--- a/srcpkgs/mkfontscale/template
+++ b/srcpkgs/mkfontscale/template
@@ -1,7 +1,7 @@
 # Template file for 'mkfontscale'
 pkgname=mkfontscale
-version=1.2.1
-revision=2
+version=1.2.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-bzip2"
 hostmakedepends="pkg-config"
@@ -9,9 +9,9 @@ makedepends="xorgproto zlib-devel bzip2-devel freetype-devel libfontenc-devel"
 short_desc="X11 Scalable Font Index Generator"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="https://www.x.org/wiki"
-distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
-checksum=ca0495eb974a179dd742bfa6199d561bda1c8da4a0c5a667f21fd82aaab6bac7
+homepage="https://gitlab.freedesktop.org/xorg/app/mkfontscale"
+distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
+checksum=8ae3fb5b1fe7436e1f565060acaa3e2918fe745b0e4979b5593968914fe2d5c4
 
 post_install() {
 	vlicense COPYING

From 809f0639a81f86bdb0d22f46b4f6e394eb872034 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Thu, 14 Apr 2022 16:44:49 +0200
Subject: [PATCH 6/6] xdpyinfo: update to 1.3.3.

---
 srcpkgs/xdpyinfo/template | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/xdpyinfo/template b/srcpkgs/xdpyinfo/template
index 3955252678be..2b51598a40f9 100644
--- a/srcpkgs/xdpyinfo/template
+++ b/srcpkgs/xdpyinfo/template
@@ -1,18 +1,17 @@
 # Template file for 'xdpyinfo'
 pkgname=xdpyinfo
-version=1.3.2
-revision=2
+version=1.3.3
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
 makedepends="libXext-devel libXtst-devel libXxf86vm-devel
- libXxf86misc-devel libXrender-devel libXcomposite-devel libXinerama-devel
- libdmx-devel"
+ libXxf86misc-devel libXrender-devel libXcomposite-devel libXinerama-devel"
 short_desc="Display information utility for X"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://xorg.freedesktop.org"
-distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
-checksum=30238ed915619e06ceb41721e5f747d67320555cc38d459e954839c189ccaf51
+homepage="https://gitlab.freedesktop.org/xorg/app/xdpyinfo"
+distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
+checksum=356d5fd62f3e98ee36d6becf1b32d4ab6112d618339fb4b592ccffbd9e0fc206
 
 post_install() {
 	vlicense COPYING

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

* Re: Update various X packages
  2022-04-14 22:07 [PR PATCH] Update various X packages 4ricci
  2022-04-14 22:17 ` [PR PATCH] [Updated] " 4ricci
@ 2022-06-29 20:35 ` Duncaen
  2022-06-29 20:35 ` [PR PATCH] [Closed]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-06-29 20:35 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36698#issuecomment-1170468776

Comment:
rebased and manually merged.

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

* Re: [PR PATCH] [Closed]: Update various X packages
  2022-04-14 22:07 [PR PATCH] Update various X packages 4ricci
  2022-04-14 22:17 ` [PR PATCH] [Updated] " 4ricci
  2022-06-29 20:35 ` Duncaen
@ 2022-06-29 20:35 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2022-06-29 20:35 UTC (permalink / raw)
  To: ml

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

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

Update various X packages
https://github.com/void-linux/void-packages/pull/36698

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

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

<!--
#### 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-06-29 20:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-14 22:07 [PR PATCH] Update various X packages 4ricci
2022-04-14 22:17 ` [PR PATCH] [Updated] " 4ricci
2022-06-29 20:35 ` Duncaen
2022-06-29 20:35 ` [PR PATCH] [Closed]: " Duncaen

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