Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xwinwrap-0.9: update checksum
@ 2022-10-01  9:25 ajtcode71
  2022-10-01  9:29 ` [PR REVIEW] " classabbyamp
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01  9:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages xwinwrap
https://github.com/void-linux/void-packages/pull/39575

xwinwrap-0.9: update checksum
<!-- Uncomment relevant sections and delete options which are not applicable -->

Updated checksum per IR #39072. added grep make depend to build.

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

#### 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):
  i686
  x86_64-musl
  armv6l
  armv6l-musl
  aarch64
  aarch64-musl
  ppe64le
  ppe64le-musl


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

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

From 9d143a6a5cc66396b35f9910b24b4e940075a079 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Mon, 26 Sep 2022 18:05:45 +1000
Subject: [PATCH 1/2] New package: yabridge-4.0.2

---
 srcpkgs/yabridge/template | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 srcpkgs/yabridge/template

diff --git a/srcpkgs/yabridge/template b/srcpkgs/yabridge/template
new file mode 100644
index 000000000000..192e7bb2d590
--- /dev/null
+++ b/srcpkgs/yabridge/template
@@ -0,0 +1,39 @@
+# Template file for 'yabridge'
+pkgname=yabridge
+version=4.0.2
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="ninja pkg-config cmake grep git $(vopt_if with_32bit "gcc-multilib")"
+makedepends="wine-tools wine-devel libxcb-devel libxcb $(vopt_if with_32bit "wine-devel-32bit") $(vopt_if with_32bit "libxcb-devel-32bit")"
+depends="wine $(vopt_if with_32bit "wine-32bit")"
+short_desc="Use Windows 32bit and 64bit VST2 and VST3 plugins in Linux 64bit host"
+maintainer="Anthony Thompson <athompson@posteo.net>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/robbert-vdh/yabridge"
+distfiles="https://github.com/robbert-vdh/yabridge/archive/refs/tags/${version}.tar.gz"
+checksum=86fcd65b6f3dd5cf60c2afa476f63959a2cc4ef4d4629810916739d7af645f01
+build_options="with_32bit"
+build_options_default="with_32bit"
+
+do_configure() {
+		cd ${wrksrc}
+		meson setup build  --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=1000 $(vopt_if with_32bit "-Dbitbridge=true")
+}
+
+do_build() {
+	ninja -C build/
+}
+
+do_install() {
+	cd ${wrksrc}/build
+	vbin yabridge-host.exe
+	vbin yabridge-host.exe.so
+	vopt_if with_32bit vbin yabridge-host-32.exe.so
+	vopt_if with_32bit vbin yabridge-host-32.exe
+	vmkdir usr/lib
+	vcopy libyabridge-chainloader-vst2.so /usr/lib
+	vcopy libyabridge-vst2.so /usr/lib
+	vcopy libyabridge-chainloader-vst3.so /usr/lib
+	vcopy libyabridge-vst3.so /usr/lib
+}

From df3cc0ace1ea9d399651f5b43d908e631ed01a6a Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:15:39 +1000
Subject: [PATCH 2/2] xwinwrap: update checksum

---
 srcpkgs/xwinwrap/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 7dbffb515f54..af7799f592de 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -3,13 +3,13 @@ pkgname=xwinwrap
 version=0.9
 revision=1
 build_style=gnu-makefile
-makedepends="libXrender-devel"
+makedepends="libXrender-devel grep"
 short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
+checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {
 	vsed -i Makefile -e 's|/local||'

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

* Re: [PR REVIEW] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
  2022-10-01  9:29 ` [PR REVIEW] " classabbyamp
@ 2022-10-01  9:29 ` classabbyamp
  2022-10-01  9:29 ` classabbyamp
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-10-01  9:29 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39575#discussion_r985076233

Comment:
```suggestion
distfiles="https://github.com/mmhobi7/xwinwrap/archive/v${version}.tar.gz"
```

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

* Re: [PR REVIEW] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
@ 2022-10-01  9:29 ` classabbyamp
  2022-10-01  9:29 ` classabbyamp
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-10-01  9:29 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39575#discussion_r985076218

Comment:
remove this commit from this PR

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

* Re: [PR REVIEW] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
  2022-10-01  9:29 ` [PR REVIEW] " classabbyamp
  2022-10-01  9:29 ` classabbyamp
@ 2022-10-01  9:29 ` classabbyamp
  2022-10-01 10:16 ` [PR PATCH] [Updated] " ajtcode71
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-10-01  9:29 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39575#discussion_r985076210

Comment:
why is grep needed?

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

* Re: [PR PATCH] [Updated] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (2 preceding siblings ...)
  2022-10-01  9:29 ` classabbyamp
@ 2022-10-01 10:16 ` ajtcode71
  2022-10-01 10:21 ` [PR REVIEW] " ajtcode71
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01 10:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages xwinwrap
https://github.com/void-linux/void-packages/pull/39575

xwinwrap-0.9: update checksum
<!-- Uncomment relevant sections and delete options which are not applicable -->

Updated checksum per IR #39072. added grep make depend to build.

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

#### 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):
  i686
  x86_64-musl
  armv6l
  armv6l-musl
  aarch64
  aarch64-musl
  ppe64le
  ppe64le-musl


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

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

From b2c7447d94de2008eb26b384145844660b80927a Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:15:39 +1000
Subject: [PATCH] xwinwrap: update checksum

---
 srcpkgs/xwinwrap/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 7dbffb515f54..af7799f592de 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -3,13 +3,13 @@ pkgname=xwinwrap
 version=0.9
 revision=1
 build_style=gnu-makefile
-makedepends="libXrender-devel"
+makedepends="libXrender-devel grep"
 short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
+checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {
 	vsed -i Makefile -e 's|/local||'

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

* Re: [PR REVIEW] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (3 preceding siblings ...)
  2022-10-01 10:16 ` [PR PATCH] [Updated] " ajtcode71
@ 2022-10-01 10:21 ` ajtcode71
  2022-10-01 10:27 ` [PR PATCH] [Updated] " ajtcode71
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01 10:21 UTC (permalink / raw)
  To: ml

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

New review comment by ajtcode71 on void-packages repository

https://github.com/void-linux/void-packages/pull/39575#discussion_r985081992

Comment:
fails with grep not found.  ive re-bootstrapped masterdir. always get grep not found errors.
xwinwrap-0.9_1: running pre-pkg hook: 04-generate-runtime-deps ...
/void-packages/common/hooks/pre-pkg/04-generate-runtime-deps.sh: line 96: grep: command not found
/void-packages/common/hooks/pre-pkg/04-generate-runtime-deps.sh: line 97: grep: command not found
   SONAME: libX11.so.6 <-> UNKNOWN PKG PLEASE FIX!
/void-packages/common/hooks/pre-pkg/04-generate-runtime-deps.sh: line 96: grep: command not found
/void-packages/common/hooks/pre-pkg/04-generate-runtime-deps.sh: line 97: grep: command not found
   SONAME: libXext.so.6 <-> UNKNOWN PKG PLEASE FIX!
/void-packages/common/hooks/pre-pkg/04-generate-runtime-deps.sh: line 96: grep: command not found
/void-packages/common/hooks/pre-pkg/04-generate-runtime-deps.sh: line 97: grep: command not found



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

* Re: [PR PATCH] [Updated] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (4 preceding siblings ...)
  2022-10-01 10:21 ` [PR REVIEW] " ajtcode71
@ 2022-10-01 10:27 ` ajtcode71
  2022-10-01 10:31 ` ajtcode71
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01 10:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages xwinwrap
https://github.com/void-linux/void-packages/pull/39575

xwinwrap-0.9: update checksum
<!-- Uncomment relevant sections and delete options which are not applicable -->

Updated checksum per IR #39072. added grep make depend to build.

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

#### 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):
  i686
  x86_64-musl
  armv6l
  armv6l-musl
  aarch64
  aarch64-musl
  ppe64le
  ppe64le-musl


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

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

From b2c7447d94de2008eb26b384145844660b80927a Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:15:39 +1000
Subject: [PATCH 1/2] xwinwrap: update checksum

---
 srcpkgs/xwinwrap/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 7dbffb515f54..af7799f592de 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -3,13 +3,13 @@ pkgname=xwinwrap
 version=0.9
 revision=1
 build_style=gnu-makefile
-makedepends="libXrender-devel"
+makedepends="libXrender-devel grep"
 short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
+checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {
 	vsed -i Makefile -e 's|/local||'

From 3eb2f2c92bb5a052114b075e84acebd453e79f58 Mon Sep 17 00:00:00 2001
From: ajtcode71 <90679701+ajtcode71@users.noreply.github.com>
Date: Sat, 1 Oct 2022 20:27:53 +1000
Subject: [PATCH 2/2] xwinwrap-0.9: update checksum

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/xwinwrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index af7799f592de..29bd5a03fd29 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -8,7 +8,7 @@ short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
-distfiles="${homepage}/archive/v${version}.tar.gz"
+distfiles="https://github.com/mmhobi7/xwinwrap/archive/v${version}.tar.gz"
 checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {

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

* Re: [PR PATCH] [Updated] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (5 preceding siblings ...)
  2022-10-01 10:27 ` [PR PATCH] [Updated] " ajtcode71
@ 2022-10-01 10:31 ` ajtcode71
  2022-10-01 10:34 ` [PR REVIEW] " paper42
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01 10:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages xwinwrap
https://github.com/void-linux/void-packages/pull/39575

xwinwrap-0.9: update checksum
<!-- Uncomment relevant sections and delete options which are not applicable -->

Updated checksum per IR #39072. added grep make depend to build.

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

#### 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):
  i686
  x86_64-musl
  armv6l
  armv6l-musl
  aarch64
  aarch64-musl
  ppe64le
  ppe64le-musl


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

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

From 4ea25d22ecefc0ed40547f01a087343a7247bd44 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:15:39 +1000
Subject: [PATCH] xwinwrap-0.9: update checksum

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/xwinwrap/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 7dbffb515f54..29bd5a03fd29 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -3,13 +3,13 @@ pkgname=xwinwrap
 version=0.9
 revision=1
 build_style=gnu-makefile
-makedepends="libXrender-devel"
+makedepends="libXrender-devel grep"
 short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
+distfiles="https://github.com/mmhobi7/xwinwrap/archive/v${version}.tar.gz"
+checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {
 	vsed -i Makefile -e 's|/local||'

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

* Re: [PR REVIEW] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (6 preceding siblings ...)
  2022-10-01 10:31 ` ajtcode71
@ 2022-10-01 10:34 ` paper42
  2022-10-01 10:37 ` [PR PATCH] [Updated] " ajtcode71
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-10-01 10:34 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39575#discussion_r985083246

Comment:
try removing grep from build dependencies, zap, binary-bootstrap and build again

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

* Re: [PR PATCH] [Updated] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (7 preceding siblings ...)
  2022-10-01 10:34 ` [PR REVIEW] " paper42
@ 2022-10-01 10:37 ` ajtcode71
  2022-10-01 10:39 ` ajtcode71
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01 10:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages xwinwrap
https://github.com/void-linux/void-packages/pull/39575

xwinwrap-0.9: update checksum
<!-- Uncomment relevant sections and delete options which are not applicable -->

Updated checksum per IR #39072. added grep make depend to build.

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

#### 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):
  i686
  x86_64-musl
  armv6l
  armv6l-musl
  aarch64
  aarch64-musl
  ppe64le
  ppe64le-musl


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

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

From 4ea25d22ecefc0ed40547f01a087343a7247bd44 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:15:39 +1000
Subject: [PATCH 1/2] xwinwrap-0.9: update checksum

Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com>
---
 srcpkgs/xwinwrap/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 7dbffb515f54..29bd5a03fd29 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -3,13 +3,13 @@ pkgname=xwinwrap
 version=0.9
 revision=1
 build_style=gnu-makefile
-makedepends="libXrender-devel"
+makedepends="libXrender-devel grep"
 short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
+distfiles="https://github.com/mmhobi7/xwinwrap/archive/v${version}.tar.gz"
+checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {
 	vsed -i Makefile -e 's|/local||'

From 15ed6112f60368a38bab99bb1452afeedfcf8e42 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 20:36:44 +1000
Subject: [PATCH 2/2] xwinwrap-0.9: update checksum

---
 srcpkgs/xwinwrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 29bd5a03fd29..af7799f592de 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -8,7 +8,7 @@ short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
-distfiles="https://github.com/mmhobi7/xwinwrap/archive/v${version}.tar.gz"
+distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {

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

* Re: [PR PATCH] [Updated] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (8 preceding siblings ...)
  2022-10-01 10:37 ` [PR PATCH] [Updated] " ajtcode71
@ 2022-10-01 10:39 ` ajtcode71
  2022-10-01 10:58 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages xwinwrap
https://github.com/void-linux/void-packages/pull/39575

xwinwrap-0.9: update checksum
<!-- Uncomment relevant sections and delete options which are not applicable -->

Updated checksum per IR #39072. added grep make depend to build.

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

#### 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):
  i686
  x86_64-musl
  armv6l
  armv6l-musl
  aarch64
  aarch64-musl
  ppe64le
  ppe64le-musl


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

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

From 80c96309774f288d7cd3d95dddf9573a5bfa2a4f Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:15:39 +1000
Subject: [PATCH] xwinwrap-0.9: update checksum

---
 srcpkgs/xwinwrap/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 7dbffb515f54..af7799f592de 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -3,13 +3,13 @@ pkgname=xwinwrap
 version=0.9
 revision=1
 build_style=gnu-makefile
-makedepends="libXrender-devel"
+makedepends="libXrender-devel grep"
 short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
+checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {
 	vsed -i Makefile -e 's|/local||'

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

* Re: [PR REVIEW] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (9 preceding siblings ...)
  2022-10-01 10:39 ` ajtcode71
@ 2022-10-01 10:58 ` paper42
  2022-10-01 21:02 ` [PR PATCH] [Updated] " ajtcode71
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: paper42 @ 2022-10-01 10:58 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39575#discussion_r985083246

Comment:
Try removing grep from build dependencies, zap, binary-bootstrap and build again. You can not currently add grep to build dependencies because if you do, it replaces chroot-grep from base-chroot and gets removed when the package is finished building. This breaks your chroot and you start having issues like this which can be solved by breaking it in more places.

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

* Re: [PR PATCH] [Updated] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (10 preceding siblings ...)
  2022-10-01 10:58 ` [PR REVIEW] " paper42
@ 2022-10-01 21:02 ` ajtcode71
  2022-10-01 21:03 ` ajtcode71
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01 21:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages xwinwrap
https://github.com/void-linux/void-packages/pull/39575

xwinwrap-0.9: update checksum
<!-- Uncomment relevant sections and delete options which are not applicable -->

Updated checksum per IR #39072. added grep make depend to build.

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

#### 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):
  i686
  x86_64-musl
  armv6l
  armv6l-musl
  aarch64
  aarch64-musl
  ppe64le
  ppe64le-musl


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

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

From 80c96309774f288d7cd3d95dddf9573a5bfa2a4f Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:15:39 +1000
Subject: [PATCH 1/2] xwinwrap-0.9: update checksum

---
 srcpkgs/xwinwrap/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 7dbffb515f54..af7799f592de 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -3,13 +3,13 @@ pkgname=xwinwrap
 version=0.9
 revision=1
 build_style=gnu-makefile
-makedepends="libXrender-devel"
+makedepends="libXrender-devel grep"
 short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
+checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {
 	vsed -i Makefile -e 's|/local||'

From 92873d1aa7ccd70f0c1a47d7d0ae23014acfafe8 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sun, 2 Oct 2022 08:01:51 +1100
Subject: [PATCH 2/2] xwinwrap: update checksum

---
 srcpkgs/xwinwrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index af7799f592de..3846b0f0150b 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -3,7 +3,7 @@ pkgname=xwinwrap
 version=0.9
 revision=1
 build_style=gnu-makefile
-makedepends="libXrender-devel grep"
+makedepends="libXrender-devel"
 short_desc="X11 Window as background"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (11 preceding siblings ...)
  2022-10-01 21:02 ` [PR PATCH] [Updated] " ajtcode71
@ 2022-10-01 21:03 ` ajtcode71
  2022-10-01 21:05 ` [PR REVIEW] " ajtcode71
  2022-10-01 21:14 ` [PR PATCH] [Merged]: " classabbyamp
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01 21:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajtcode71/void-packages xwinwrap
https://github.com/void-linux/void-packages/pull/39575

xwinwrap-0.9: update checksum
<!-- Uncomment relevant sections and delete options which are not applicable -->

Updated checksum per IR #39072. added grep make depend to build.

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

#### 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):
  i686
  x86_64-musl
  armv6l
  armv6l-musl
  aarch64
  aarch64-musl
  ppe64le
  ppe64le-musl


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

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

From b061f6c26370e5d321471eb3f626304ed5c4d2a3 Mon Sep 17 00:00:00 2001
From: Anthony Thompson <athompson@posteo.net>
Date: Sat, 1 Oct 2022 19:15:39 +1000
Subject: [PATCH] xwinwrap: update checksum

---
 srcpkgs/xwinwrap/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/xwinwrap/template b/srcpkgs/xwinwrap/template
index 7dbffb515f54..3846b0f0150b 100644
--- a/srcpkgs/xwinwrap/template
+++ b/srcpkgs/xwinwrap/template
@@ -9,7 +9,7 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="MIT"
 homepage="https://github.com/mmhobi7/xwinwrap"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=0e840586deaf6780d426dc49f7a344366198aead96535cc1eb2ac7ce366777df
+checksum=1792f59c5d85fc766f356f8f903a2081fe4dccc5e8e61cdd946bae0438d15d9a
 
 pre_install() {
 	vsed -i Makefile -e 's|/local||'

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

* Re: [PR REVIEW] xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (12 preceding siblings ...)
  2022-10-01 21:03 ` ajtcode71
@ 2022-10-01 21:05 ` ajtcode71
  2022-10-01 21:14 ` [PR PATCH] [Merged]: " classabbyamp
  14 siblings, 0 replies; 16+ messages in thread
From: ajtcode71 @ 2022-10-01 21:05 UTC (permalink / raw)
  To: ml

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

New review comment by ajtcode71 on void-packages repository

https://github.com/void-linux/void-packages/pull/39575#discussion_r985144773

Comment:
zap , re-bootstrapped worked..
grep removed from commit.

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

* Re: [PR PATCH] [Merged]: xwinwrap-0.9: update checksum
  2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
                   ` (13 preceding siblings ...)
  2022-10-01 21:05 ` [PR REVIEW] " ajtcode71
@ 2022-10-01 21:14 ` classabbyamp
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-10-01 21:14 UTC (permalink / raw)
  To: ml

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

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

xwinwrap-0.9: update checksum
https://github.com/void-linux/void-packages/pull/39575

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

Updated checksum per IR #39072. added grep make depend to build.

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

#### 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):
  i686
  x86_64-musl
  armv6l
  armv6l-musl
  aarch64
  aarch64-musl
  ppe64le
  ppe64le-musl


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

end of thread, other threads:[~2022-10-01 21:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-01  9:25 [PR PATCH] xwinwrap-0.9: update checksum ajtcode71
2022-10-01  9:29 ` [PR REVIEW] " classabbyamp
2022-10-01  9:29 ` classabbyamp
2022-10-01  9:29 ` classabbyamp
2022-10-01 10:16 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01 10:21 ` [PR REVIEW] " ajtcode71
2022-10-01 10:27 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01 10:31 ` ajtcode71
2022-10-01 10:34 ` [PR REVIEW] " paper42
2022-10-01 10:37 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01 10:39 ` ajtcode71
2022-10-01 10:58 ` [PR REVIEW] " paper42
2022-10-01 21:02 ` [PR PATCH] [Updated] " ajtcode71
2022-10-01 21:03 ` ajtcode71
2022-10-01 21:05 ` [PR REVIEW] " ajtcode71
2022-10-01 21:14 ` [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).