Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update to 0.6.1.1
@ 2022-05-16 13:32 tgvqwsjk4jcs
  2022-05-16 13:45 ` paper42
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-16 13:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

update to 0.6.1.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
checksum only

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

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

From b78eb4677d8d935903b44cc91b95964ea539a48d Mon Sep 17 00:00:00 2001
From: user <user@localhost>
Date: Mon, 16 May 2022 16:31:28 +0300
Subject: [PATCH] update to 0.6.1.1

---
 srcpkgs/aclip/template      | 4 ++--
 srcpkgs/aloadimage/template | 4 ++--
 srcpkgs/arcan/template      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING
diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING
diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

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

* Re: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
@ 2022-05-16 13:45 ` paper42
  2022-05-16 14:12 ` [PR PATCH] [Updated] arcan: " tgvqwsjk4jcs
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-05-16 13:45 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1127695880

Comment:
* use one commit per package
* add the email you used for the commit to your github profile
* follow the commit message conventions as described in CONTRIBUTING.md
* do not close and open new PRs when you only want to update this one, instead, force push to the existing branch

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
  2022-05-16 13:45 ` paper42
@ 2022-05-16 14:12 ` tgvqwsjk4jcs
  2022-05-16 14:15 ` tgvqwsjk4jcs
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-16 14:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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/37155.patch is attached

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

From b78eb4677d8d935903b44cc91b95964ea539a48d Mon Sep 17 00:00:00 2001
From: user <user@localhost>
Date: Mon, 16 May 2022 16:31:28 +0300
Subject: [PATCH 1/7] update to 0.6.1.1

---
 srcpkgs/aclip/template      | 4 ++--
 srcpkgs/aloadimage/template | 4 ++--
 srcpkgs/arcan/template      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING
diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING
diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From d7ca1be52cef4442994a65bcae8c2db6baf6bc59 Mon Sep 17 00:00:00 2001
From: user <user@localhost>
Date: Mon, 16 May 2022 17:05:41 +0300
Subject: [PATCH 2/7] Revert "update to 0.6.1.1"

This reverts commit b78eb4677d8d935903b44cc91b95964ea539a48d.
---
 srcpkgs/aclip/template      | 4 ++--
 srcpkgs/aloadimage/template | 4 ++--
 srcpkgs/arcan/template      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index ac58d84bb063..f1dd8ee44265 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1.1
+version=0.6.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
+checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
 
 post_install() {
 	vlicense ../../../COPYING
diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index f163762b2da2..7e1dcbd97192 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1.1
+version=0.6.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
+checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
 
 post_install() {
 	vlicense ../../../COPYING
diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index 8b67ae9a185c..f33db1fadeb8 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1.1
+version=0.6.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
+ 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From ba05bc92b9f44889e153394dd82d02d5b74c96a3 Mon Sep 17 00:00:00 2001
From: user <user@localhost>
Date: Mon, 16 May 2022 17:07:34 +0300
Subject: [PATCH 3/7] update to 0.6.1.1

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

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From beb3406ff1e739644318e1250b38c4630763ff87 Mon Sep 17 00:00:00 2001
From: user <user@localhost>
Date: Mon, 16 May 2022 17:08:11 +0300
Subject: [PATCH 4/7] Revert "update to 0.6.1.1"

This reverts commit ba05bc92b9f44889e153394dd82d02d5b74c96a3.
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index 8b67ae9a185c..f33db1fadeb8 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1.1
+version=0.6.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
+ 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From 003b9cb5240aeecbcf572a886035aea8d0b77d73 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Mon, 16 May 2022 17:09:51 +0300
Subject: [PATCH 5/7] update to 0.6.1.1

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

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From cc143eda2dce81664f774efef21001ac75fee921 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Mon, 16 May 2022 17:11:16 +0300
Subject: [PATCH 6/7] update to 0.6.1.1

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 63814784b4557e875d58e8bf13cd7ad3da70aada Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Mon, 16 May 2022 17:11:47 +0300
Subject: [PATCH 7/7] update to 0.6.1.1

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
  2022-05-16 13:45 ` paper42
  2022-05-16 14:12 ` [PR PATCH] [Updated] arcan: " tgvqwsjk4jcs
@ 2022-05-16 14:15 ` tgvqwsjk4jcs
  2022-05-18 18:37 ` Chocimier
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-16 14:15 UTC (permalink / raw)
  To: ml

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

New comment by tgvqwsjk4jcs on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1127732419

Comment:
done

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (2 preceding siblings ...)
  2022-05-16 14:15 ` tgvqwsjk4jcs
@ 2022-05-18 18:37 ` Chocimier
  2022-05-18 18:37 ` Chocimier
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chocimier @ 2022-05-18 18:37 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1130376533

Comment:
Not done. Please read through CONTRIBUTING.md.

Can you add comment in `arcan` on connected packages?

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (3 preceding siblings ...)
  2022-05-18 18:37 ` Chocimier
@ 2022-05-18 18:37 ` Chocimier
  2022-05-18 18:38 ` Chocimier
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chocimier @ 2022-05-18 18:37 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1130376534

Comment:
Not done. Please read through CONTRIBUTING.md.

Can you add comment in `arcan` on connected packages?

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (4 preceding siblings ...)
  2022-05-18 18:37 ` Chocimier
@ 2022-05-18 18:38 ` Chocimier
  2022-05-19 11:39 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: Chocimier @ 2022-05-18 18:38 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1130376534

Comment:
Not done. Please read through CONTRIBUTING.md.

Can you add comment in `arcan` on connected packages?

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (5 preceding siblings ...)
  2022-05-18 18:38 ` Chocimier
@ 2022-05-19 11:39 ` tgvqwsjk4jcs
  2022-05-19 11:47 ` tgvqwsjk4jcs
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-19 11:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 69601d6c3f16d5b48dfe8d8b09d2e5133f900f89 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:38:23 +0300
Subject: [PATCH] arcan: update to 0.6.1.1.

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

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (6 preceding siblings ...)
  2022-05-19 11:39 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
@ 2022-05-19 11:47 ` tgvqwsjk4jcs
  2022-05-19 11:48 ` tgvqwsjk4jcs
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-19 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 69601d6c3f16d5b48dfe8d8b09d2e5133f900f89 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:38:23 +0300
Subject: [PATCH 1/2] arcan: update to 0.6.1.1.

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

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From 3389bb95bbd92accf4316a7fb0139b2565e6076c Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:47:04 +0300
Subject: [PATCH 2/2] aloadimage: update to 0.6.1.1.

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (7 preceding siblings ...)
  2022-05-19 11:47 ` tgvqwsjk4jcs
@ 2022-05-19 11:48 ` tgvqwsjk4jcs
  2022-05-19 11:58 ` tgvqwsjk4jcs
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-19 11:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 69601d6c3f16d5b48dfe8d8b09d2e5133f900f89 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:38:23 +0300
Subject: [PATCH 1/3] arcan: update to 0.6.1.1.

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

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From 3389bb95bbd92accf4316a7fb0139b2565e6076c Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:47:04 +0300
Subject: [PATCH 2/3] aloadimage: update to 0.6.1.1.

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 293cf61b6e7d1bd712624457e76988628bab6fd8 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:48:01 +0300
Subject: [PATCH 3/3] aclip: update to 0.6.1.1.

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (8 preceding siblings ...)
  2022-05-19 11:48 ` tgvqwsjk4jcs
@ 2022-05-19 11:58 ` tgvqwsjk4jcs
  2022-05-19 11:59 ` tgvqwsjk4jcs
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-19 11:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 198d8f7e17eaffd25c102bbcb0f3b80deb2be745 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:55:36 +0300
Subject: [PATCH] arcan: update to 0.6.1.1.

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (9 preceding siblings ...)
  2022-05-19 11:58 ` tgvqwsjk4jcs
@ 2022-05-19 11:59 ` tgvqwsjk4jcs
  2022-05-19 12:01 ` tgvqwsjk4jcs
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-19 11:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 198d8f7e17eaffd25c102bbcb0f3b80deb2be745 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:55:36 +0300
Subject: [PATCH 1/3] arcan: update to 0.6.1.1.

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From a407859acf664803cbdef6fd536c5851d93310a7 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:58:44 +0300
Subject: [PATCH 2/3] aloadimage: update to 0.6.1.1.

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From ad74ff70ca8e122d5d0bf4091d574846385c8feb Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Thu, 19 May 2022 14:59:18 +0300
Subject: [PATCH 3/3] aclip: update to 0.6.1.1.

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (10 preceding siblings ...)
  2022-05-19 11:59 ` tgvqwsjk4jcs
@ 2022-05-19 12:01 ` tgvqwsjk4jcs
  2022-05-21  9:57 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-19 12:01 UTC (permalink / raw)
  To: ml

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

New comment by tgvqwsjk4jcs on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1131599786

Comment:
per commit msg updated

>Can you add comment in arcan on connected packages?

added

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (11 preceding siblings ...)
  2022-05-19 12:01 ` tgvqwsjk4jcs
@ 2022-05-21  9:57 ` tgvqwsjk4jcs
  2022-05-21  9:58 ` tgvqwsjk4jcs
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21  9:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From dbfb98c1edd2d504c353235bb0a34ca3456595c1 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 12:54:43 +0300
Subject: [PATCH 1/3] arcan: update to 0.6.1.1

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
---
 srcpkgs/arcan/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..cf1fdbb41beb 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -25,8 +25,8 @@ homepage="https://arcan-fe.com/"
 _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
-checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+checksum="ae05d112be03595f6b81989c3369d56ad343a03ad251e12a8ca19393da2386b5
+ 01b62c8a25cc37c82af6c548a904505a7b9ecb849132323f9190194059655479"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From cb9c78526a8e12fd496c443e573b7c0a8706256a Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 12:55:55 +0300
Subject: [PATCH 2/3] aclip: update to 0.6.1.1.

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..d1f45d76eed5 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=01b62c8a25cc37c82af6c548a904505a7b9ecb849132323f9190194059655479
 
 post_install() {
 	vlicense ../../../COPYING

From d90176423e1f943d9d8d1a42ebc8394f2a28a448 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 12:56:21 +0300
Subject: [PATCH 3/3] aloadimage: update to 0.6.1.1.

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..568bf9353f1f 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=01b62c8a25cc37c82af6c548a904505a7b9ecb849132323f9190194059655479
 
 post_install() {
 	vlicense ../../../COPYING

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (12 preceding siblings ...)
  2022-05-21  9:57 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
@ 2022-05-21  9:58 ` tgvqwsjk4jcs
  2022-05-21 10:13 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21  9:58 UTC (permalink / raw)
  To: ml

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

New comment by tgvqwsjk4jcs on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1133591886

Comment:
checksum updated

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (13 preceding siblings ...)
  2022-05-21  9:58 ` tgvqwsjk4jcs
@ 2022-05-21 10:13 ` tgvqwsjk4jcs
  2022-05-21 10:25 ` tgvqwsjk4jcs
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 10:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 056c3928db3f7309bc55f973ea037cfbfb33d0de Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 13:10:51 +0300
Subject: [PATCH 1/3] arcan: update to 0.6.1.1.

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
---
 srcpkgs/arcan/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..cd38498a876b 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -25,8 +25,8 @@ homepage="https://arcan-fe.com/"
 _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
-checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+checksum="@ae05d112be03595f6b81989c3369d56ad343a03ad251e12a8ca19393da2386b5
+ @01b62c8a25cc37c82af6c548a904505a7b9ecb849132323f9190194059655479"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From 537dc332a5ce52d21c04c43edc6053be39a9c353 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 13:12:20 +0300
Subject: [PATCH 2/3] aclip: update to 0.6.1.1.

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..911ecf662a75 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=@01b62c8a25cc37c82af6c548a904505a7b9ecb849132323f9190194059655479
 
 post_install() {
 	vlicense ../../../COPYING

From 3a50dd23d666dadda2e76cb7006e057d21a628a1 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 13:12:50 +0300
Subject: [PATCH 3/3] aloadimage: update to 0.6.1.1.

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..d7130a6f8f5c 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=@01b62c8a25cc37c82af6c548a904505a7b9ecb849132323f9190194059655479
 
 post_install() {
 	vlicense ../../../COPYING

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (14 preceding siblings ...)
  2022-05-21 10:13 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
@ 2022-05-21 10:25 ` tgvqwsjk4jcs
  2022-05-21 10:26 ` tgvqwsjk4jcs
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 10:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 9b6e650da6fb0745c9412f8f2123afaf0446cf46 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 13:23:16 +0300
Subject: [PATCH 1/3] arcan: update to 0.6.1.1

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
---
 srcpkgs/arcan/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..cf1fdbb41beb 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -25,8 +25,8 @@ homepage="https://arcan-fe.com/"
 _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
-checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+checksum="ae05d112be03595f6b81989c3369d56ad343a03ad251e12a8ca19393da2386b5
+ 01b62c8a25cc37c82af6c548a904505a7b9ecb849132323f9190194059655479"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From 12cd7dc1176b4e3ff2e5a06c660c710b7f5f86a0 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 13:24:06 +0300
Subject: [PATCH 2/3] aclip: update to 0.6.1.1.

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..d1f45d76eed5 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=01b62c8a25cc37c82af6c548a904505a7b9ecb849132323f9190194059655479
 
 post_install() {
 	vlicense ../../../COPYING

From 92a491204f6c46458db50bc1312a2ea43c98ce3e Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 13:24:34 +0300
Subject: [PATCH 3/3] aloadimage: update to 0.6.1.1.

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..568bf9353f1f 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=01b62c8a25cc37c82af6c548a904505a7b9ecb849132323f9190194059655479
 
 post_install() {
 	vlicense ../../../COPYING

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (15 preceding siblings ...)
  2022-05-21 10:25 ` tgvqwsjk4jcs
@ 2022-05-21 10:26 ` tgvqwsjk4jcs
  2022-05-21 10:26 ` tgvqwsjk4jcs
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 10:26 UTC (permalink / raw)
  To: ml

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

New comment by tgvqwsjk4jcs on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1133591886

Comment:
checksum updated

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (16 preceding siblings ...)
  2022-05-21 10:26 ` tgvqwsjk4jcs
@ 2022-05-21 10:26 ` tgvqwsjk4jcs
  2022-05-21 15:01 ` [PR PATCH] [Updated] " ericonr
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 10:26 UTC (permalink / raw)
  To: ml

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

New comment by tgvqwsjk4jcs on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1133596122

Comment:
checksum updated


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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (17 preceding siblings ...)
  2022-05-21 10:26 ` tgvqwsjk4jcs
@ 2022-05-21 15:01 ` ericonr
  2022-05-21 15:15 ` tgvqwsjk4jcs
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: ericonr @ 2022-05-21 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From c4d3855c1361313b5057f8e411d13f7079c1e243 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 17:58:52 +0300
Subject: [PATCH 1/3] arcan: update to 0.6.1.1.

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8bae843cb289 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -25,7 +25,7 @@ homepage="https://arcan-fe.com/"
 _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
-checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum="3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
  3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
 
 export CMAKE_GENERATOR="Unix Makefiles"

From b0ccf0a4128a19bf5dce6b1fc3741a6f7ce5ef14 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 17:59:59 +0300
Subject: [PATCH 2/3] aclip: update to 0.6.1.1.

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 711505f0957334e6fc50bd2211f50dab1fff7d5e Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:00:30 +0300
Subject: [PATCH 3/3] aloadimage: update to 0.6.1.1.

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (18 preceding siblings ...)
  2022-05-21 15:01 ` [PR PATCH] [Updated] " ericonr
@ 2022-05-21 15:15 ` tgvqwsjk4jcs
  2022-05-21 15:22 ` tgvqwsjk4jcs
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 15:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From c4d3855c1361313b5057f8e411d13f7079c1e243 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 17:58:52 +0300
Subject: [PATCH 1/5] arcan: update to 0.6.1.1.

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8bae843cb289 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -25,7 +25,7 @@ homepage="https://arcan-fe.com/"
 _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
-checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum="3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
  3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
 
 export CMAKE_GENERATOR="Unix Makefiles"

From b0ccf0a4128a19bf5dce6b1fc3741a6f7ce5ef14 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 17:59:59 +0300
Subject: [PATCH 2/5] aclip: update to 0.6.1.1.

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 711505f0957334e6fc50bd2211f50dab1fff7d5e Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:00:30 +0300
Subject: [PATCH 3/5] aloadimage: update to 0.6.1.1.

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From ac64b3d94088adb3687fde458e2bc60c1bf6caf5 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:14:20 +0300
Subject: [PATCH 4/5] xarcan: update to 0.6.1_2

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

diff --git a/srcpkgs/xarcan/template b/srcpkgs/xarcan/template
index fbd3d7e6e867..31b16faadc1b 100644
--- a/srcpkgs/xarcan/template
+++ b/srcpkgs/xarcan/template
@@ -1,7 +1,7 @@
 # Template file for 'xarcan'
 pkgname=xarcan
 version=0.6.1
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dglamor=true -Dint10=false -Dipv6=true -Dsystemd_logind=false
  -Ddefault_font_path=/usr/share/fonts/X11"

From f0d86c0a83740c7714b94831e9c6c8cdacb65e18 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:14:47 +0300
Subject: [PATCH 5/5] arcan: update to 0.6.1.1.

---
 common/shlibs | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7f3e1458f7a6..733472d0b564 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3241,11 +3241,11 @@ libaacs.so.0 libaacs-0.9.0_1
 libttfautohint.so.1 ttfautohint-1.8.1_1
 libcob.so.4 gnucobol-libs-2.2_1
 libkrfbprivate.so.5.0 krfb-17.08.1_1
-libarcan_shmif.so.0.14 arcan-0.6.1_1
-libarcan_shmif_ext.so.0.14 arcan-0.6.1_1
-libarcan_shmif_server.so.0.14 arcan-0.6.1_1
-libarcan_tui.so.0.14 arcan-0.6.1_1
-libarcan_a12.so.0.1 arcan-0.6.1_1
+libarcan_shmif.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_ext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_server.so.0.15 arcan-0.6.1.1_1
+libarcan_tui.so.0.14 arcan-0.6.1.1_1
+libarcan_a12.so.0.1 arcan-0.6.1.1_1
 liblwipv6.so.2 lwipv6-1.5a_1
 libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1
 libpipewire-0.3.so.0 libpipewire-0.3.6_1

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (19 preceding siblings ...)
  2022-05-21 15:15 ` tgvqwsjk4jcs
@ 2022-05-21 15:22 ` tgvqwsjk4jcs
  2022-05-21 15:41 ` tgvqwsjk4jcs
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 15:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From c4d3855c1361313b5057f8e411d13f7079c1e243 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 17:58:52 +0300
Subject: [PATCH 1/5] arcan: update to 0.6.1.1.

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8bae843cb289 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -25,7 +25,7 @@ homepage="https://arcan-fe.com/"
 _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
-checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum="3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
  3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
 
 export CMAKE_GENERATOR="Unix Makefiles"

From b0ccf0a4128a19bf5dce6b1fc3741a6f7ce5ef14 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 17:59:59 +0300
Subject: [PATCH 2/5] aclip: update to 0.6.1.1.

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 711505f0957334e6fc50bd2211f50dab1fff7d5e Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:00:30 +0300
Subject: [PATCH 3/5] aloadimage: update to 0.6.1.1.

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

diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From ac64b3d94088adb3687fde458e2bc60c1bf6caf5 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:14:20 +0300
Subject: [PATCH 4/5] xarcan: update to 0.6.1_2

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

diff --git a/srcpkgs/xarcan/template b/srcpkgs/xarcan/template
index fbd3d7e6e867..31b16faadc1b 100644
--- a/srcpkgs/xarcan/template
+++ b/srcpkgs/xarcan/template
@@ -1,7 +1,7 @@
 # Template file for 'xarcan'
 pkgname=xarcan
 version=0.6.1
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dglamor=true -Dint10=false -Dipv6=true -Dsystemd_logind=false
  -Ddefault_font_path=/usr/share/fonts/X11"

From 99df4d6b5c78419ebee3c62cb858e2a6d2ff9b90 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:22:02 +0300
Subject: [PATCH 5/5] arcan: update to 0.6.1.1.

---
 common/shlibs | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7f3e1458f7a6..0e0f2e9040e4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3241,11 +3241,12 @@ libaacs.so.0 libaacs-0.9.0_1
 libttfautohint.so.1 ttfautohint-1.8.1_1
 libcob.so.4 gnucobol-libs-2.2_1
 libkrfbprivate.so.5.0 krfb-17.08.1_1
-libarcan_shmif.so.0.14 arcan-0.6.1_1
-libarcan_shmif_ext.so.0.14 arcan-0.6.1_1
-libarcan_shmif_server.so.0.14 arcan-0.6.1_1
-libarcan_tui.so.0.14 arcan-0.6.1_1
-libarcan_a12.so.0.1 arcan-0.6.1_1
+libarcan_shmif.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_ext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_intext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_server.so.0.15 arcan-0.6.1.1_1
+libarcan_tui.so.0.15 arcan-0.6.1.1_1
+libarcan_a12.so.0.1 arcan-0.6.1.1_1
 liblwipv6.so.2 lwipv6-1.5a_1
 libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1
 libpipewire-0.3.so.0 libpipewire-0.3.6_1

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (20 preceding siblings ...)
  2022-05-21 15:22 ` tgvqwsjk4jcs
@ 2022-05-21 15:41 ` tgvqwsjk4jcs
  2022-05-21 15:43 ` tgvqwsjk4jcs
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 4bfb389aea39bbf72cc5016b1602dac1bf19102b Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:37:31 +0300
Subject: [PATCH 1/4] arcan: update to 0.6.1.1

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
xarcan - X11 for arcan
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From 03264e534107cbd0545373c56cc9a0046f3c063d Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:38:40 +0300
Subject: [PATCH 2/4] aclip: update to 0.6.1.1

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 90865df7620a4e76450914d12867172ffc97ad9f Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:39:46 +0300
Subject: [PATCH 3/4] aloadimage: update to 0.6.1.1

---
 .../patches/0001-vendored-svgimage-fix.patch  | 37 -------------------
 srcpkgs/aloadimage/template                   |  4 +-
 2 files changed, 2 insertions(+), 39 deletions(-)
 delete mode 100644 srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch

diff --git a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch b/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
deleted file mode 100644
index 2cde878a54c4..000000000000
--- a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/src/tools/aloadimage/nanosvg.h b/src/tools/aloadimage/nanosvg.h
-index f5058b17..716adea5 100644
---- a/src/tools/aloadimage/nanosvg.h
-+++ b/src/tools/aloadimage/nanosvg.h
-@@ -163,7 +163,7 @@ typedef struct NSVGimage
- } NSVGimage;
- 
- // Parses SVG file from a file, returns SVG image as paths.
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi);
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi);
- 
- // Parses SVG file from a null terminated string, returns SVG image as paths.
- // Important note: changes the string.
-@@ -200,7 +200,6 @@ void nsvgDelete(NSVGimage* image);
- #define NSVG_ALIGN_SLICE 2
- 
- #define NSVG_NOTUSED(v) do { (void)(1 ? (void)0 : ( (void)(v) ) ); } while(0)
--#define NSVG_RGB(r, g, b) (((unsigned int)r) | ((unsigned int)g << 8) | ((unsigned int)b << 16))
- 
- #ifdef _MSC_VER
- 	#pragma warning (disable: 4996) // Switch off security warnings
-@@ -2930,14 +2929,12 @@ NSVGimage* nsvgParse(char* input, const char* units, float dpi)
- 	return ret;
- }
- 
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi)
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi)
- {
--	FILE* fp = NULL;
- 	size_t size;
- 	char* data = NULL;
- 	NSVGimage* image = NULL;
- 
--	fp = fopen(filename, "rb");
- 	if (!fp) goto error;
- 	fseek(fp, 0, SEEK_END);
- 	size = ftell(fp);
diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 7cd29bb1f26934004f0f9024fa7a06554990b9a4 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:40:39 +0300
Subject: [PATCH 4/4] arcan: update to 0.6.1.1

---
 common/shlibs | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7f3e1458f7a6..0e0f2e9040e4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3241,11 +3241,12 @@ libaacs.so.0 libaacs-0.9.0_1
 libttfautohint.so.1 ttfautohint-1.8.1_1
 libcob.so.4 gnucobol-libs-2.2_1
 libkrfbprivate.so.5.0 krfb-17.08.1_1
-libarcan_shmif.so.0.14 arcan-0.6.1_1
-libarcan_shmif_ext.so.0.14 arcan-0.6.1_1
-libarcan_shmif_server.so.0.14 arcan-0.6.1_1
-libarcan_tui.so.0.14 arcan-0.6.1_1
-libarcan_a12.so.0.1 arcan-0.6.1_1
+libarcan_shmif.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_ext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_intext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_server.so.0.15 arcan-0.6.1.1_1
+libarcan_tui.so.0.15 arcan-0.6.1.1_1
+libarcan_a12.so.0.1 arcan-0.6.1.1_1
 liblwipv6.so.2 lwipv6-1.5a_1
 libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1
 libpipewire-0.3.so.0 libpipewire-0.3.6_1

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (21 preceding siblings ...)
  2022-05-21 15:41 ` tgvqwsjk4jcs
@ 2022-05-21 15:43 ` tgvqwsjk4jcs
  2022-05-21 18:55 ` tgvqwsjk4jcs
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 15:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 4bfb389aea39bbf72cc5016b1602dac1bf19102b Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:37:31 +0300
Subject: [PATCH 1/5] arcan: update to 0.6.1.1

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
xarcan - X11 for arcan
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8b67ae9a185c 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -26,7 +26,7 @@ _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
 checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
- 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
+ 3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e"
 
 export CMAKE_GENERATOR="Unix Makefiles"
 

From 03264e534107cbd0545373c56cc9a0046f3c063d Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:38:40 +0300
Subject: [PATCH 2/5] aclip: update to 0.6.1.1

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 90865df7620a4e76450914d12867172ffc97ad9f Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:39:46 +0300
Subject: [PATCH 3/5] aloadimage: update to 0.6.1.1

---
 .../patches/0001-vendored-svgimage-fix.patch  | 37 -------------------
 srcpkgs/aloadimage/template                   |  4 +-
 2 files changed, 2 insertions(+), 39 deletions(-)
 delete mode 100644 srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch

diff --git a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch b/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
deleted file mode 100644
index 2cde878a54c4..000000000000
--- a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/src/tools/aloadimage/nanosvg.h b/src/tools/aloadimage/nanosvg.h
-index f5058b17..716adea5 100644
---- a/src/tools/aloadimage/nanosvg.h
-+++ b/src/tools/aloadimage/nanosvg.h
-@@ -163,7 +163,7 @@ typedef struct NSVGimage
- } NSVGimage;
- 
- // Parses SVG file from a file, returns SVG image as paths.
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi);
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi);
- 
- // Parses SVG file from a null terminated string, returns SVG image as paths.
- // Important note: changes the string.
-@@ -200,7 +200,6 @@ void nsvgDelete(NSVGimage* image);
- #define NSVG_ALIGN_SLICE 2
- 
- #define NSVG_NOTUSED(v) do { (void)(1 ? (void)0 : ( (void)(v) ) ); } while(0)
--#define NSVG_RGB(r, g, b) (((unsigned int)r) | ((unsigned int)g << 8) | ((unsigned int)b << 16))
- 
- #ifdef _MSC_VER
- 	#pragma warning (disable: 4996) // Switch off security warnings
-@@ -2930,14 +2929,12 @@ NSVGimage* nsvgParse(char* input, const char* units, float dpi)
- 	return ret;
- }
- 
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi)
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi)
- {
--	FILE* fp = NULL;
- 	size_t size;
- 	char* data = NULL;
- 	NSVGimage* image = NULL;
- 
--	fp = fopen(filename, "rb");
- 	if (!fp) goto error;
- 	fseek(fp, 0, SEEK_END);
- 	size = ftell(fp);
diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From 7cd29bb1f26934004f0f9024fa7a06554990b9a4 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:40:39 +0300
Subject: [PATCH 4/5] arcan: update to 0.6.1.1

---
 common/shlibs | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7f3e1458f7a6..0e0f2e9040e4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3241,11 +3241,12 @@ libaacs.so.0 libaacs-0.9.0_1
 libttfautohint.so.1 ttfautohint-1.8.1_1
 libcob.so.4 gnucobol-libs-2.2_1
 libkrfbprivate.so.5.0 krfb-17.08.1_1
-libarcan_shmif.so.0.14 arcan-0.6.1_1
-libarcan_shmif_ext.so.0.14 arcan-0.6.1_1
-libarcan_shmif_server.so.0.14 arcan-0.6.1_1
-libarcan_tui.so.0.14 arcan-0.6.1_1
-libarcan_a12.so.0.1 arcan-0.6.1_1
+libarcan_shmif.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_ext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_intext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_server.so.0.15 arcan-0.6.1.1_1
+libarcan_tui.so.0.15 arcan-0.6.1.1_1
+libarcan_a12.so.0.1 arcan-0.6.1.1_1
 liblwipv6.so.2 lwipv6-1.5a_1
 libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1
 libpipewire-0.3.so.0 libpipewire-0.3.6_1

From f0f0366295dfe856d8a7f991056bc951ac761a9a Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 18:42:21 +0300
Subject: [PATCH 5/5] xarcan: update to 0.6.1_2

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

diff --git a/srcpkgs/xarcan/template b/srcpkgs/xarcan/template
index fbd3d7e6e867..31b16faadc1b 100644
--- a/srcpkgs/xarcan/template
+++ b/srcpkgs/xarcan/template
@@ -1,7 +1,7 @@
 # Template file for 'xarcan'
 pkgname=xarcan
 version=0.6.1
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dglamor=true -Dint10=false -Dipv6=true -Dsystemd_logind=false
  -Ddefault_font_path=/usr/share/fonts/X11"

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (22 preceding siblings ...)
  2022-05-21 15:43 ` tgvqwsjk4jcs
@ 2022-05-21 18:55 ` tgvqwsjk4jcs
  2022-05-21 19:43 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 18:55 UTC (permalink / raw)
  To: ml

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

New comment by tgvqwsjk4jcs on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1133751947

Comment:
xarcan added to rebuild with new shlib.
Patch removed from aloadimage, cause it
already in source


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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (23 preceding siblings ...)
  2022-05-21 18:55 ` tgvqwsjk4jcs
@ 2022-05-21 19:43 ` tgvqwsjk4jcs
  2022-05-21 19:47 ` tgvqwsjk4jcs
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 19:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From c491b34ba2dcaac8c05610c159b7fadb388ac3f2 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:39:02 +0300
Subject: [PATCH 1/5] arcan: update to 0.6.1.1

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
xarcan - X11 for arcan
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8bae843cb289 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -25,7 +25,7 @@ homepage="https://arcan-fe.com/"
 _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
-checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum="3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
  3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
 
 export CMAKE_GENERATOR="Unix Makefiles"

From 034d59fb6ecf2cc700fda1c9f3d40b8106f2a2c4 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:40:01 +0300
Subject: [PATCH 2/5] aclip: update to 0.6.1.1

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From e5c4c78aa20af3169bae6848dbf22de1a7c7188c Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:40:32 +0300
Subject: [PATCH 3/5] aloadimage: update to 0.6.1.1

patch removed cause it already in source
---
 .../patches/0001-vendored-svgimage-fix.patch  | 37 -------------------
 1 file changed, 37 deletions(-)
 delete mode 100644 srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch

diff --git a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch b/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
deleted file mode 100644
index 2cde878a54c4..000000000000
--- a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/src/tools/aloadimage/nanosvg.h b/src/tools/aloadimage/nanosvg.h
-index f5058b17..716adea5 100644
---- a/src/tools/aloadimage/nanosvg.h
-+++ b/src/tools/aloadimage/nanosvg.h
-@@ -163,7 +163,7 @@ typedef struct NSVGimage
- } NSVGimage;
- 
- // Parses SVG file from a file, returns SVG image as paths.
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi);
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi);
- 
- // Parses SVG file from a null terminated string, returns SVG image as paths.
- // Important note: changes the string.
-@@ -200,7 +200,6 @@ void nsvgDelete(NSVGimage* image);
- #define NSVG_ALIGN_SLICE 2
- 
- #define NSVG_NOTUSED(v) do { (void)(1 ? (void)0 : ( (void)(v) ) ); } while(0)
--#define NSVG_RGB(r, g, b) (((unsigned int)r) | ((unsigned int)g << 8) | ((unsigned int)b << 16))
- 
- #ifdef _MSC_VER
- 	#pragma warning (disable: 4996) // Switch off security warnings
-@@ -2930,14 +2929,12 @@ NSVGimage* nsvgParse(char* input, const char* units, float dpi)
- 	return ret;
- }
- 
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi)
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi)
- {
--	FILE* fp = NULL;
- 	size_t size;
- 	char* data = NULL;
- 	NSVGimage* image = NULL;
- 
--	fp = fopen(filename, "rb");
- 	if (!fp) goto error;
- 	fseek(fp, 0, SEEK_END);
- 	size = ftell(fp);

From 612263036d63a3486aa740b4db2a1da8bc722289 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:41:37 +0300
Subject: [PATCH 4/5] xarcan: update to 0.6.1_2

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

diff --git a/srcpkgs/xarcan/template b/srcpkgs/xarcan/template
index fbd3d7e6e867..31b16faadc1b 100644
--- a/srcpkgs/xarcan/template
+++ b/srcpkgs/xarcan/template
@@ -1,7 +1,7 @@
 # Template file for 'xarcan'
 pkgname=xarcan
 version=0.6.1
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dglamor=true -Dint10=false -Dipv6=true -Dsystemd_logind=false
  -Ddefault_font_path=/usr/share/fonts/X11"

From 0edda3d7606b8890b29e18d0a6b8efdff749129b Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:42:17 +0300
Subject: [PATCH 5/5] arcan: update to 0.6.1.1

---
 common/shlibs | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7f3e1458f7a6..0e0f2e9040e4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3241,11 +3241,12 @@ libaacs.so.0 libaacs-0.9.0_1
 libttfautohint.so.1 ttfautohint-1.8.1_1
 libcob.so.4 gnucobol-libs-2.2_1
 libkrfbprivate.so.5.0 krfb-17.08.1_1
-libarcan_shmif.so.0.14 arcan-0.6.1_1
-libarcan_shmif_ext.so.0.14 arcan-0.6.1_1
-libarcan_shmif_server.so.0.14 arcan-0.6.1_1
-libarcan_tui.so.0.14 arcan-0.6.1_1
-libarcan_a12.so.0.1 arcan-0.6.1_1
+libarcan_shmif.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_ext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_intext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_server.so.0.15 arcan-0.6.1.1_1
+libarcan_tui.so.0.15 arcan-0.6.1.1_1
+libarcan_a12.so.0.1 arcan-0.6.1.1_1
 liblwipv6.so.2 lwipv6-1.5a_1
 libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1
 libpipewire-0.3.so.0 libpipewire-0.3.6_1

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

* Re: [PR PATCH] [Updated] arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (24 preceding siblings ...)
  2022-05-21 19:43 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
@ 2022-05-21 19:47 ` tgvqwsjk4jcs
  2022-05-21 19:48 ` tgvqwsjk4jcs
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 19:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tgvqwsjk4jcs/void-packages master
https://github.com/void-linux/void-packages/pull/37155

arcan: update to 0.6.1.1
<!-- 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, (x64 glibc)


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

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

From 43fabf1ce0cb1870ceb785f02b5efe490260f724 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:44:16 +0300
Subject: [PATCH 1/5] arcan: update to 0.6.1.1

connected pkgs aclip and aloadimage also updated.
aclip - arcan clipboard lib
aloadimage - arcan image lib
xarcan - X11 for arcan
---
 srcpkgs/arcan/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template
index f33db1fadeb8..8bae843cb289 100644
--- a/srcpkgs/arcan/template
+++ b/srcpkgs/arcan/template
@@ -1,6 +1,6 @@
 # Template file for 'arcan'
 pkgname=arcan
-version=0.6.1
+version=0.6.1.1
 revision=1
 build_wrksrc=src
 build_style=cmake
@@ -25,7 +25,7 @@ homepage="https://arcan-fe.com/"
 _versionOpenal=0.5.4
 distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz
  https://github.com/letoram/openal/archive/${_versionOpenal}.tar.gz>openal_arcan.${_versionOpenal}.tar.gz"
-checksum="ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum="3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
  3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da"
 
 export CMAKE_GENERATOR="Unix Makefiles"

From 5282f7374d76f01ddad6c9da94b16aeac62895b7 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:45:10 +0300
Subject: [PATCH 2/5] aclip: update to 0.6.1.1

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

diff --git a/srcpkgs/aclip/template b/srcpkgs/aclip/template
index f1dd8ee44265..ac58d84bb063 100644
--- a/srcpkgs/aclip/template
+++ b/srcpkgs/aclip/template
@@ -1,7 +1,7 @@
 # Template file for 'aclip'
 # !! keep synced with arcan
 pkgname=aclip
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc=arcan-${version}
 build_wrksrc=src/tools/aclip
@@ -12,7 +12,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From f2e93bc61b6e8dedbf9b3f64655c96896e675df2 Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:45:54 +0300
Subject: [PATCH 3/5] aloadimage: update to 0.6.1.1

---
 .../patches/0001-vendored-svgimage-fix.patch  | 37 -------------------
 srcpkgs/aloadimage/template                   |  4 +-
 2 files changed, 2 insertions(+), 39 deletions(-)
 delete mode 100644 srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch

diff --git a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch b/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
deleted file mode 100644
index 2cde878a54c4..000000000000
--- a/srcpkgs/aloadimage/patches/0001-vendored-svgimage-fix.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/src/tools/aloadimage/nanosvg.h b/src/tools/aloadimage/nanosvg.h
-index f5058b17..716adea5 100644
---- a/src/tools/aloadimage/nanosvg.h
-+++ b/src/tools/aloadimage/nanosvg.h
-@@ -163,7 +163,7 @@ typedef struct NSVGimage
- } NSVGimage;
- 
- // Parses SVG file from a file, returns SVG image as paths.
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi);
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi);
- 
- // Parses SVG file from a null terminated string, returns SVG image as paths.
- // Important note: changes the string.
-@@ -200,7 +200,6 @@ void nsvgDelete(NSVGimage* image);
- #define NSVG_ALIGN_SLICE 2
- 
- #define NSVG_NOTUSED(v) do { (void)(1 ? (void)0 : ( (void)(v) ) ); } while(0)
--#define NSVG_RGB(r, g, b) (((unsigned int)r) | ((unsigned int)g << 8) | ((unsigned int)b << 16))
- 
- #ifdef _MSC_VER
- 	#pragma warning (disable: 4996) // Switch off security warnings
-@@ -2930,14 +2929,12 @@ NSVGimage* nsvgParse(char* input, const char* units, float dpi)
- 	return ret;
- }
- 
--NSVGimage* nsvgParseFromFile(const char* filename, const char* units, float dpi)
-+NSVGimage* nsvgParseFromFile(FILE* fp, const char* units, float dpi)
- {
--	FILE* fp = NULL;
- 	size_t size;
- 	char* data = NULL;
- 	NSVGimage* image = NULL;
- 
--	fp = fopen(filename, "rb");
- 	if (!fp) goto error;
- 	fseek(fp, 0, SEEK_END);
- 	size = ftell(fp);
diff --git a/srcpkgs/aloadimage/template b/srcpkgs/aloadimage/template
index 7e1dcbd97192..f163762b2da2 100644
--- a/srcpkgs/aloadimage/template
+++ b/srcpkgs/aloadimage/template
@@ -1,7 +1,7 @@
 # Template file for 'aloadimage'
 # !! keep synced with arcan
 pkgname=aloadimage
-version=0.6.1
+version=0.6.1.1
 revision=1
 wrksrc="arcan-${version}"
 build_wrksrc=src/tools/aloadimage
@@ -13,7 +13,7 @@ maintainer="Piraty <piraty1@inbox.ru>"
 license="BSD-3-Clause"
 homepage="https://arcan-fe.com/"
 distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
-checksum=ca8a9b82000eef60970901641be1130b19c51a1cc2a17278e2365ca3e3a13551
+checksum=3c36bbc53a276c03776134407b662beb1181e43c5f8d0aabe7c6fae6652cc29e
 
 post_install() {
 	vlicense ../../../COPYING

From def61b8457af78c92509c2bfaec75115d952b1fc Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:46:26 +0300
Subject: [PATCH 4/5] xarcan: update to 0.6.1_2

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

diff --git a/srcpkgs/xarcan/template b/srcpkgs/xarcan/template
index fbd3d7e6e867..31b16faadc1b 100644
--- a/srcpkgs/xarcan/template
+++ b/srcpkgs/xarcan/template
@@ -1,7 +1,7 @@
 # Template file for 'xarcan'
 pkgname=xarcan
 version=0.6.1
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dglamor=true -Dint10=false -Dipv6=true -Dsystemd_logind=false
  -Ddefault_font_path=/usr/share/fonts/X11"

From 986aed43c55ad057a45dc5e02bd4983d8a848ddd Mon Sep 17 00:00:00 2001
From: user <n@camheds.com>
Date: Sat, 21 May 2022 22:47:06 +0300
Subject: [PATCH 5/5] arcan: update to 0.6.1.1

---
 common/shlibs | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7f3e1458f7a6..0e0f2e9040e4 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3241,11 +3241,12 @@ libaacs.so.0 libaacs-0.9.0_1
 libttfautohint.so.1 ttfautohint-1.8.1_1
 libcob.so.4 gnucobol-libs-2.2_1
 libkrfbprivate.so.5.0 krfb-17.08.1_1
-libarcan_shmif.so.0.14 arcan-0.6.1_1
-libarcan_shmif_ext.so.0.14 arcan-0.6.1_1
-libarcan_shmif_server.so.0.14 arcan-0.6.1_1
-libarcan_tui.so.0.14 arcan-0.6.1_1
-libarcan_a12.so.0.1 arcan-0.6.1_1
+libarcan_shmif.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_ext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_intext.so.0.15 arcan-0.6.1.1_1
+libarcan_shmif_server.so.0.15 arcan-0.6.1.1_1
+libarcan_tui.so.0.15 arcan-0.6.1.1_1
+libarcan_a12.so.0.1 arcan-0.6.1.1_1
 liblwipv6.so.2 lwipv6-1.5a_1
 libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1
 libpipewire-0.3.so.0 libpipewire-0.3.6_1

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (25 preceding siblings ...)
  2022-05-21 19:47 ` tgvqwsjk4jcs
@ 2022-05-21 19:48 ` tgvqwsjk4jcs
  2022-05-21 19:48 ` tgvqwsjk4jcs
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 19:48 UTC (permalink / raw)
  To: ml

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

New comment by tgvqwsjk4jcs on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1133751947

Comment:
xarcan added to rebuild with new shlib.
Patch removed from aloadimage, cause it
already in source


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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (26 preceding siblings ...)
  2022-05-21 19:48 ` tgvqwsjk4jcs
@ 2022-05-21 19:48 ` tgvqwsjk4jcs
  2022-05-25  6:04 ` tgvqwsjk4jcs
  2022-06-21 20:18 ` [PR PATCH] [Closed]: " Piraty
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-21 19:48 UTC (permalink / raw)
  To: ml

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

New comment by tgvqwsjk4jcs on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1133758894

Comment:
xarcan added to rebuild with new shlib.
Patch removed from aloadimage, cause it
already in source

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

* Re: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (27 preceding siblings ...)
  2022-05-21 19:48 ` tgvqwsjk4jcs
@ 2022-05-25  6:04 ` tgvqwsjk4jcs
  2022-06-21 20:18 ` [PR PATCH] [Closed]: " Piraty
  29 siblings, 0 replies; 31+ messages in thread
From: tgvqwsjk4jcs @ 2022-05-25  6:04 UTC (permalink / raw)
  To: ml

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

New comment by tgvqwsjk4jcs on void-packages repository

https://github.com/void-linux/void-packages/pull/37155#issuecomment-1136765355

Comment:
ping

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

* Re: [PR PATCH] [Closed]: arcan: update to 0.6.1.1
  2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
                   ` (28 preceding siblings ...)
  2022-05-25  6:04 ` tgvqwsjk4jcs
@ 2022-06-21 20:18 ` Piraty
  29 siblings, 0 replies; 31+ messages in thread
From: Piraty @ 2022-06-21 20:18 UTC (permalink / raw)
  To: ml

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

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

arcan: update to 0.6.1.1
https://github.com/void-linux/void-packages/pull/37155

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, (x64 glibc)


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

end of thread, other threads:[~2022-06-21 20:18 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 13:32 [PR PATCH] update to 0.6.1.1 tgvqwsjk4jcs
2022-05-16 13:45 ` paper42
2022-05-16 14:12 ` [PR PATCH] [Updated] arcan: " tgvqwsjk4jcs
2022-05-16 14:15 ` tgvqwsjk4jcs
2022-05-18 18:37 ` Chocimier
2022-05-18 18:37 ` Chocimier
2022-05-18 18:38 ` Chocimier
2022-05-19 11:39 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
2022-05-19 11:47 ` tgvqwsjk4jcs
2022-05-19 11:48 ` tgvqwsjk4jcs
2022-05-19 11:58 ` tgvqwsjk4jcs
2022-05-19 11:59 ` tgvqwsjk4jcs
2022-05-19 12:01 ` tgvqwsjk4jcs
2022-05-21  9:57 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
2022-05-21  9:58 ` tgvqwsjk4jcs
2022-05-21 10:13 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
2022-05-21 10:25 ` tgvqwsjk4jcs
2022-05-21 10:26 ` tgvqwsjk4jcs
2022-05-21 10:26 ` tgvqwsjk4jcs
2022-05-21 15:01 ` [PR PATCH] [Updated] " ericonr
2022-05-21 15:15 ` tgvqwsjk4jcs
2022-05-21 15:22 ` tgvqwsjk4jcs
2022-05-21 15:41 ` tgvqwsjk4jcs
2022-05-21 15:43 ` tgvqwsjk4jcs
2022-05-21 18:55 ` tgvqwsjk4jcs
2022-05-21 19:43 ` [PR PATCH] [Updated] " tgvqwsjk4jcs
2022-05-21 19:47 ` tgvqwsjk4jcs
2022-05-21 19:48 ` tgvqwsjk4jcs
2022-05-21 19:48 ` tgvqwsjk4jcs
2022-05-25  6:04 ` tgvqwsjk4jcs
2022-06-21 20:18 ` [PR PATCH] [Closed]: " Piraty

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