Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] antimicrox: update to 3.2.5
@ 2022-10-21 22:41 IcedQuinn
  2022-10-21 22:43 ` [PR REVIEW] " classabbyamp
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-21 22:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 5b1cf130ed120f2e4183b403324436bcb1e712fe Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

---
 srcpkgs/antimicrox/template | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..117deb03081f 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.2.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -12,23 +12,7 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
-
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+checksum=65fac9a57bc2c070241d0dc3e777f44cdecce96a667ac51bf89f04ceeb302c55
 
 antimicro_package() {
 	build_style=meta

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
@ 2022-10-21 22:43 ` classabbyamp
  2022-10-22  0:58 ` IcedQuinn
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-21 22:43 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1002229434

Comment:
why remove these subpackages?

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
  2022-10-21 22:43 ` [PR REVIEW] " classabbyamp
@ 2022-10-22  0:58 ` IcedQuinn
  2022-10-22  1:01 ` classabbyamp
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-22  0:58 UTC (permalink / raw)
  To: ml

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

New review comment by IcedQuinn on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1002290041

Comment:
the cmake file no longer produces them

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
  2022-10-21 22:43 ` [PR REVIEW] " classabbyamp
  2022-10-22  0:58 ` IcedQuinn
@ 2022-10-22  1:01 ` classabbyamp
  2022-10-22  1:02 ` classabbyamp
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-22  1:01 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1002290581

Comment:
ok, then the symlinks need to be removed, and those subpackages need to be added to the `replaces` list in `removed-packages`

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (2 preceding siblings ...)
  2022-10-22  1:01 ` classabbyamp
@ 2022-10-22  1:02 ` classabbyamp
  2022-10-23  1:56 ` [PR PATCH] [Updated] " IcedQuinn
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-22  1:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1002290701

Comment:
and also the shlib needs to be removed from `common/shlibs`

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (3 preceding siblings ...)
  2022-10-22  1:02 ` classabbyamp
@ 2022-10-23  1:56 ` IcedQuinn
  2022-10-23  2:02 ` [PR REVIEW] " classabbyamp
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-23  1:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 164faf1a0cf88210121d4384032f3104db1ed9f4 Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs

chore: include old antimicrox libs in removed packages
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 20 ++------------------
 srcpkgs/removed-packages/template |  2 ++
 3 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..117deb03081f 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.2.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -12,23 +12,7 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
-
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+checksum=65fac9a57bc2c070241d0dc3e777f44cdecce96a667ac51bf89f04ceeb302c55
 
 antimicro_package() {
 	build_style=meta
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..bb9443e35286 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox>=3.1.3_1
+ libantimicrox-devel>=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (4 preceding siblings ...)
  2022-10-23  1:56 ` [PR PATCH] [Updated] " IcedQuinn
@ 2022-10-23  2:02 ` classabbyamp
  2022-10-23  2:04 ` classabbyamp
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-23  2:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1002616814

Comment:
still need to `rm srcpkgs/libantimicrox srcpkgs/libantimicrox-devel` and add them to the commit

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

* Re: antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (5 preceding siblings ...)
  2022-10-23  2:02 ` [PR REVIEW] " classabbyamp
@ 2022-10-23  2:04 ` classabbyamp
  2022-10-23  2:04 ` classabbyamp
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-23  2:04 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#issuecomment-1287977737

Comment:
musl fail is caused by not having `libexecinfo-devel`:
```sh
case "$XBPS_TARGET_MACHINE" in
	*-musl) makedepends+=" libexecinfo-devel"
esac
``` 

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

* Re: antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (6 preceding siblings ...)
  2022-10-23  2:04 ` classabbyamp
@ 2022-10-23  2:04 ` classabbyamp
  2022-10-23 12:50 ` [PR PATCH] [Updated] " IcedQuinn
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-23  2:04 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#issuecomment-1287977813

Comment:
and please add the email you're using to commit with to your github account

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (7 preceding siblings ...)
  2022-10-23  2:04 ` classabbyamp
@ 2022-10-23 12:50 ` IcedQuinn
  2022-10-23 17:54 ` [PR REVIEW] " classabbyamp
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-23 12:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From f00d4c76ce0ac7fe73a4670eb833e363e4573745 Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs
chore: include old antimicrox libs in removed packages
chore: delete symlinks
refactor: musl-specific dependency
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 22 +++++-----------------
 srcpkgs/libantimicrox             |  1 -
 srcpkgs/libantimicrox-devel       |  1 -
 srcpkgs/removed-packages/template |  2 ++
 5 files changed, 7 insertions(+), 20 deletions(-)
 delete mode 120000 srcpkgs/libantimicrox
 delete mode 120000 srcpkgs/libantimicrox-devel

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..35711ebcd62a 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.2.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -12,23 +12,11 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
+checksum=65fac9a57bc2c070241d0dc3e777f44cdecce96a667ac51bf89f04ceeb302c55
 
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+case "$XBPS_TARGET_MACHINE" in
+   	*-musl) makedepends+=" libexecinfo-devel"
+esac
 
 antimicro_package() {
 	build_style=meta
diff --git a/srcpkgs/libantimicrox b/srcpkgs/libantimicrox
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/libantimicrox-devel b/srcpkgs/libantimicrox-devel
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox-devel
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..bb9443e35286 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox>=3.1.3_1
+ libantimicrox-devel>=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (8 preceding siblings ...)
  2022-10-23 12:50 ` [PR PATCH] [Updated] " IcedQuinn
@ 2022-10-23 17:54 ` classabbyamp
  2022-10-24  5:52 ` [PR PATCH] [Updated] " IcedQuinn
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-23 17:54 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1002746222

Comment:
these should be <= not >=

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (9 preceding siblings ...)
  2022-10-23 17:54 ` [PR REVIEW] " classabbyamp
@ 2022-10-24  5:52 ` IcedQuinn
  2022-10-24  5:54 ` IcedQuinn
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-24  5:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From fcc33f8df9e7c6266287c55c112bb979f6b6c960 Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs
chore: include old antimicrox libs in removed packages
chore: delete symlinks
refactor: musl-specific dependency
chore: more paperwork
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 22 +++++-----------------
 srcpkgs/libantimicrox             |  1 -
 srcpkgs/libantimicrox-devel       |  1 -
 srcpkgs/removed-packages/template |  2 ++
 5 files changed, 7 insertions(+), 20 deletions(-)
 delete mode 120000 srcpkgs/libantimicrox
 delete mode 120000 srcpkgs/libantimicrox-devel

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..35711ebcd62a 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.2.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -12,23 +12,11 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
+checksum=65fac9a57bc2c070241d0dc3e777f44cdecce96a667ac51bf89f04ceeb302c55
 
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+case "$XBPS_TARGET_MACHINE" in
+   	*-musl) makedepends+=" libexecinfo-devel"
+esac
 
 antimicro_package() {
 	build_style=meta
diff --git a/srcpkgs/libantimicrox b/srcpkgs/libantimicrox
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/libantimicrox-devel b/srcpkgs/libantimicrox-devel
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox-devel
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..a7ba3fa38bb5 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox<=3.1.3_1
+ libantimicrox-devel<=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (10 preceding siblings ...)
  2022-10-24  5:52 ` [PR PATCH] [Updated] " IcedQuinn
@ 2022-10-24  5:54 ` IcedQuinn
  2022-10-25  5:50 ` IcedQuinn
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-24  5:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 519f45e65e43109e65c31e3bfb99bfad264a3353 Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs
chore: include old antimicrox libs in removed packages
chore: delete symlinks
refactor: musl-specific dependency
chore: more paperwork
chore: linter gripes
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 28 ++++++++--------------------
 srcpkgs/libantimicrox             |  1 -
 srcpkgs/libantimicrox-devel       |  1 -
 srcpkgs/removed-packages/template |  2 ++
 5 files changed, 10 insertions(+), 23 deletions(-)
 delete mode 120000 srcpkgs/libantimicrox
 delete mode 120000 srcpkgs/libantimicrox-devel

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..3d60094d5f2a 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.2.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -12,26 +12,14 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
+checksum=65fac9a57bc2c070241d0dc3e777f44cdecce96a667ac51bf89f04ceeb302c55
 
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+case "$XBPS_TARGET_MACHINE" in
+       *-musl) makedepends+=" libexecinfo-devel"
+esac
 
 antimicro_package() {
-	build_style=meta
-	depends="${sourcepkg}"
-	short_desc+=" - transitional dummy package"
+        build_style=meta
+        depends="${sourcepkg}"
+        short_desc+=" - transitional dummy package"
 }
diff --git a/srcpkgs/libantimicrox b/srcpkgs/libantimicrox
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/libantimicrox-devel b/srcpkgs/libantimicrox-devel
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox-devel
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..a7ba3fa38bb5 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox<=3.1.3_1
+ libantimicrox-devel<=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (11 preceding siblings ...)
  2022-10-24  5:54 ` IcedQuinn
@ 2022-10-25  5:50 ` IcedQuinn
  2022-10-25  6:07 ` [PR REVIEW] " oreo639
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-25  5:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 12aef0ebb19a182672a6ac6932d5bf03a7512541 Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs
chore: include old antimicrox libs in removed packages
refactor: musl-specific flags
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 22 +++++-----------------
 srcpkgs/libantimicrox             |  1 -
 srcpkgs/libantimicrox-devel       |  1 -
 srcpkgs/removed-packages/template |  2 ++
 5 files changed, 7 insertions(+), 20 deletions(-)
 delete mode 120000 srcpkgs/libantimicrox
 delete mode 120000 srcpkgs/libantimicrox-devel

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..d3bb590946b3 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.2.5
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -12,23 +12,11 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
+checksum=65fac9a57bc2c070241d0dc3e777f44cdecce96a667ac51bf89f04ceeb302c55
 
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) makedepends+=" libexecinfo-devel"
+esac
 
 antimicro_package() {
 	build_style=meta
diff --git a/srcpkgs/libantimicrox b/srcpkgs/libantimicrox
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/libantimicrox-devel b/srcpkgs/libantimicrox-devel
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox-devel
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..a7ba3fa38bb5 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox<=3.1.3_1
+ libantimicrox-devel<=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (12 preceding siblings ...)
  2022-10-25  5:50 ` IcedQuinn
@ 2022-10-25  6:07 ` oreo639
  2022-10-25  6:14 ` classabbyamp
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: oreo639 @ 2022-10-25  6:07 UTC (permalink / raw)
  To: ml

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

New review comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1004041568

Comment:
You could probably just use `XBPS_TARGET_LIBC`.

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (14 preceding siblings ...)
  2022-10-25  6:14 ` classabbyamp
@ 2022-10-25  6:14 ` classabbyamp
  2022-10-25  6:14 ` classabbyamp
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-25  6:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1004045486

Comment:
```suggestion
	*-musl)
		makedepends+=" libexecinfo-devel"
		configure_args+=" -DCMAKE_EXE_LINKER_FLAGS=-lexecinfo" ;;
```
this should fix the linker error on musl

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (13 preceding siblings ...)
  2022-10-25  6:07 ` [PR REVIEW] " oreo639
@ 2022-10-25  6:14 ` classabbyamp
  2022-10-25  6:14 ` classabbyamp
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-25  6:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1004041291

Comment:
3.3.1 is out

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (15 preceding siblings ...)
  2022-10-25  6:14 ` classabbyamp
@ 2022-10-25  6:14 ` classabbyamp
  2022-10-26  7:35 ` [PR PATCH] [Updated] " IcedQuinn
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-25  6:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1004040682

Comment:
```suggestion
homepage="https://github.com/AntiMicroX/antimicrox"
changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (16 preceding siblings ...)
  2022-10-25  6:14 ` classabbyamp
@ 2022-10-26  7:35 ` IcedQuinn
  2022-10-26 15:26 ` IcedQuinn
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-26  7:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 2ad640de7fc63a8d6561e7d4b35fce07368b0f01 Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs
chore: include old antimicrox libs in removed packages
refactor: musl-specific flags
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 25 ++++++++-----------------
 srcpkgs/libantimicrox             |  1 -
 srcpkgs/libantimicrox-devel       |  1 -
 srcpkgs/removed-packages/template |  2 ++
 5 files changed, 10 insertions(+), 20 deletions(-)
 delete mode 120000 srcpkgs/libantimicrox
 delete mode 120000 srcpkgs/libantimicrox-devel

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..9f443b0564e3 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.3.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -12,23 +12,14 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
+checksum=df1df587691568190a1cfa024f85e842c3883f9c58e6a7e883d42976584f728d
+changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md"
 
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+case "$XBPS_TARGET_MACHINE" in
+        *-musl)
+                makedepends+=" libexecinfo-devel"
+                configure_args+=" -DCMAKE_EXE_LINKER_FLAGS=-lexecinfo" ;;
+esac
 
 antimicro_package() {
 	build_style=meta
diff --git a/srcpkgs/libantimicrox b/srcpkgs/libantimicrox
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/libantimicrox-devel b/srcpkgs/libantimicrox-devel
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox-devel
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..a7ba3fa38bb5 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox<=3.1.3_1
+ libantimicrox-devel<=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (17 preceding siblings ...)
  2022-10-26  7:35 ` [PR PATCH] [Updated] " IcedQuinn
@ 2022-10-26 15:26 ` IcedQuinn
  2022-10-26 15:36 ` IcedQuinn
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-26 15:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 25edbe3d8ba56e2c8fd9de9a473236dcfa33d26c Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs
chore: include old antimicrox libs in removed packages
refactor: musl-specific flags
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 25 ++++++++-----------------
 srcpkgs/libantimicrox             |  1 -
 srcpkgs/libantimicrox-devel       |  1 -
 srcpkgs/removed-packages/template |  2 ++
 5 files changed, 10 insertions(+), 20 deletions(-)
 delete mode 120000 srcpkgs/libantimicrox
 delete mode 120000 srcpkgs/libantimicrox-devel

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..82153fd3c4b6 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.3.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -12,23 +12,14 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
+changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md"
+checksum=df1df587691568190a1cfa024f85e842c3883f9c58e6a7e883d42976584f728d
 
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+case "$XBPS_TARGET_MACHINE" in
+        *-musl)
+                makedepends+=" libexecinfo-devel"
+                configure_args+=" -DCMAKE_EXE_LINKER_FLAGS=-lexecinfo" ;;
+esac
 
 antimicro_package() {
 	build_style=meta
diff --git a/srcpkgs/libantimicrox b/srcpkgs/libantimicrox
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/libantimicrox-devel b/srcpkgs/libantimicrox-devel
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox-devel
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..a7ba3fa38bb5 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox<=3.1.3_1
+ libantimicrox-devel<=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (18 preceding siblings ...)
  2022-10-26 15:26 ` IcedQuinn
@ 2022-10-26 15:36 ` IcedQuinn
  2022-10-26 17:05 ` [PR REVIEW] " classabbyamp
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-26 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 89f2a5af6d98c42f7fc82358574aeeb3a0f6cbb7 Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs
chore: include old antimicrox libs in removed packages
refactor: musl-specific flags
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 25 ++++++++-----------------
 srcpkgs/libantimicrox             |  1 -
 srcpkgs/libantimicrox-devel       |  1 -
 srcpkgs/removed-packages/template |  2 ++
 5 files changed, 10 insertions(+), 20 deletions(-)
 delete mode 120000 srcpkgs/libantimicrox
 delete mode 120000 srcpkgs/libantimicrox-devel

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..62c31ed19480 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.3.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -11,24 +11,15 @@ short_desc="Map keyboard buttons and mouse controls to a gamepad"
 maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
+changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
+checksum=df1df587691568190a1cfa024f85e842c3883f9c58e6a7e883d42976584f728d
 
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+case "$XBPS_TARGET_MACHINE" in
+	*-musl)
+		makedepends+=" libexecinfo-devel"
+		configure_args+=" -DCMAKE_EXE_LINKER_FLAGS=-lexecinfo" ;;
+esac
 
 antimicro_package() {
 	build_style=meta
diff --git a/srcpkgs/libantimicrox b/srcpkgs/libantimicrox
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/libantimicrox-devel b/srcpkgs/libantimicrox-devel
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox-devel
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..a7ba3fa38bb5 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox<=3.1.3_1
+ libantimicrox-devel<=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: [PR REVIEW] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (19 preceding siblings ...)
  2022-10-26 15:36 ` IcedQuinn
@ 2022-10-26 17:05 ` classabbyamp
  2022-10-27  4:43 ` IcedQuinn
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-26 17:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#discussion_r1005956401

Comment:
yes, true:
```
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
inner stuff
fi
```
is better

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

* Re: antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (20 preceding siblings ...)
  2022-10-26 17:05 ` [PR REVIEW] " classabbyamp
@ 2022-10-27  4:43 ` IcedQuinn
  2022-10-27  4:47 ` classabbyamp
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-27  4:43 UTC (permalink / raw)
  To: ml

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

New comment by IcedQuinn on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#issuecomment-1292986336

Comment:
looks like we're green?

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

* Re: antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (21 preceding siblings ...)
  2022-10-27  4:43 ` IcedQuinn
@ 2022-10-27  4:47 ` classabbyamp
  2022-10-27  8:31 ` [PR PATCH] [Updated] " IcedQuinn
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-27  4:47 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#issuecomment-1292993675

Comment:
can you just make this change that oreo suggested? https://github.com/void-linux/void-packages/pull/40095#discussion_r1005956401

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (22 preceding siblings ...)
  2022-10-27  4:47 ` classabbyamp
@ 2022-10-27  8:31 ` IcedQuinn
  2022-10-27  8:34 ` IcedQuinn
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-27  8:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From b2235ce747abbef9552386a297cd7a8f47ce925a Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs
chore: include old antimicrox libs in removed packages
refactor: musl-specific flags
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 24 +++++++-----------------
 srcpkgs/libantimicrox             |  1 -
 srcpkgs/libantimicrox-devel       |  1 -
 srcpkgs/removed-packages/template |  2 ++
 5 files changed, 9 insertions(+), 20 deletions(-)
 delete mode 120000 srcpkgs/libantimicrox
 delete mode 120000 srcpkgs/libantimicrox-devel

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..c5da23063aee 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.3.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -11,24 +11,14 @@ short_desc="Map keyboard buttons and mouse controls to a gamepad"
 maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
+changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
+checksum=df1df587691568190a1cfa024f85e842c3883f9c58e6a7e883d42976584f728d
 
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" libexecinfo-devel"
+	configure_args+=" -DCMAKE_EXE_LINKER_FLAGS=-lexecinfo" ;;
+fi
 
 antimicro_package() {
 	build_style=meta
diff --git a/srcpkgs/libantimicrox b/srcpkgs/libantimicrox
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/libantimicrox-devel b/srcpkgs/libantimicrox-devel
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox-devel
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..a7ba3fa38bb5 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox<=3.1.3_1
+ libantimicrox-devel<=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (23 preceding siblings ...)
  2022-10-27  8:31 ` [PR PATCH] [Updated] " IcedQuinn
@ 2022-10-27  8:34 ` IcedQuinn
  2022-10-27  8:35 ` IcedQuinn
  2022-10-27 13:07 ` [PR PATCH] [Merged]: " classabbyamp
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-27  8:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/IcedQuinn/void-packages update-antimicrox
https://github.com/void-linux/void-packages/pull/40095

antimicrox: update to 3.2.5
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

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

From 0f2a28d9636b2d8faac5824846af0b2304d288e3 Mon Sep 17 00:00:00 2001
From: Iced Quinn <icedquinn@iceworks.cc>
Date: Fri, 21 Oct 2022 17:29:13 -0500
Subject: [PATCH] antimicrox: update to 3.2.5

chore: remove antimicro from common/shlibs
chore: include old antimicrox libs in removed packages
refactor: musl-specific flags
---
 common/shlibs                     |  1 -
 srcpkgs/antimicrox/template       | 24 +++++++-----------------
 srcpkgs/libantimicrox             |  1 -
 srcpkgs/libantimicrox-devel       |  1 -
 srcpkgs/removed-packages/template |  2 ++
 5 files changed, 9 insertions(+), 20 deletions(-)
 delete mode 120000 srcpkgs/libantimicrox
 delete mode 120000 srcpkgs/libantimicrox-devel

diff --git a/common/shlibs b/common/shlibs
index 9712cbc1262f..83f52c934a2a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3947,7 +3947,6 @@ libnotcurses-core.so.3 notcurses-3.0.5_1
 libnotcurses++.so.3 notcurses-3.0.5_1
 libnotcurses-ffi.so.3 notcurses-3.0.5_1
 libevemu.so.3 evemu-2.7.0_1
-libantilib.so.1 libantimicrox-3.1.2_1
 libinih.so.0 inih-52_1
 libpcaudio.so.0 pcaudiolib-1.1_1
 libdcerpc-samr.so.0 samba-4.13.2_1
diff --git a/srcpkgs/antimicrox/template b/srcpkgs/antimicrox/template
index 6a77e8e3a09b..4c2217e40536 100644
--- a/srcpkgs/antimicrox/template
+++ b/srcpkgs/antimicrox/template
@@ -1,6 +1,6 @@
 # Template file for 'antimicrox'
 pkgname=antimicrox
-version=3.1.3
+version=3.3.1
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config extra-cmake-modules itstool gettext qt5-qmake
@@ -11,24 +11,14 @@ short_desc="Map keyboard buttons and mouse controls to a gamepad"
 maintainer="fosslinux <fosslinux@aussies.space>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/AntiMicroX/antimicrox"
+changelog="https://raw.githubusercontent.com/AntiMicroX/antimicrox/master/CHANGELOG.md"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=53c6b0e6c8ea8c3a5527b56e1ad052eae983ba36abfc090769c6164bc5f342dd
+checksum=df1df587691568190a1cfa024f85e842c3883f9c58e6a7e883d42976584f728d
 
-libantimicrox_package() {
-	short_desc+=" - libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
-libantimicrox-devel_package() {
-	depends="libantimicrox>=${version}_${revision}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/lib/*.so
-		vmove usr/include
-	}
-}
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" libexecinfo-devel"
+	configure_args+=" -DCMAKE_EXE_LINKER_FLAGS=-lexecinfo"
+fi
 
 antimicro_package() {
 	build_style=meta
diff --git a/srcpkgs/libantimicrox b/srcpkgs/libantimicrox
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/libantimicrox-devel b/srcpkgs/libantimicrox-devel
deleted file mode 120000
index ff1739a80980..000000000000
--- a/srcpkgs/libantimicrox-devel
+++ /dev/null
@@ -1 +0,0 @@
-antimicrox
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 1b8e3bb7a7d2..a7ba3fa38bb5 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -245,6 +245,8 @@ replaces="
  key-mon<=1.17_5
  laditools<=1.1.0_3
  libapp<=20140527_2
+ libantimicrox<=3.1.3_1
+ libantimicrox-devel<=3.1.3_1
  libco-devel<=20_1
  libco<=20_1
  libdbusmenu-qt<=0.9.2_4

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

* Re: antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (24 preceding siblings ...)
  2022-10-27  8:34 ` IcedQuinn
@ 2022-10-27  8:35 ` IcedQuinn
  2022-10-27 13:07 ` [PR PATCH] [Merged]: " classabbyamp
  26 siblings, 0 replies; 28+ messages in thread
From: IcedQuinn @ 2022-10-27  8:35 UTC (permalink / raw)
  To: ml

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

New comment by IcedQuinn on void-packages repository

https://github.com/void-linux/void-packages/pull/40095#issuecomment-1293183150

Comment:
> can you just make this change that oreo suggested? [#40095 (comment)](https://github.com/void-linux/void-packages/pull/40095#discussion_r1005956401)

i'm not sure that was a significant enough detail to block a merge over, but okay.

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

* Re: [PR PATCH] [Merged]: antimicrox: update to 3.2.5
  2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
                   ` (25 preceding siblings ...)
  2022-10-27  8:35 ` IcedQuinn
@ 2022-10-27 13:07 ` classabbyamp
  26 siblings, 0 replies; 28+ messages in thread
From: classabbyamp @ 2022-10-27 13:07 UTC (permalink / raw)
  To: ml

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

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

antimicrox: update to 3.2.5
https://github.com/void-linux/void-packages/pull/40095

Description:
#### Testing the changes
- I tested the changes in this PR: yes

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc


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

end of thread, other threads:[~2022-10-27 13:07 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21 22:41 [PR PATCH] antimicrox: update to 3.2.5 IcedQuinn
2022-10-21 22:43 ` [PR REVIEW] " classabbyamp
2022-10-22  0:58 ` IcedQuinn
2022-10-22  1:01 ` classabbyamp
2022-10-22  1:02 ` classabbyamp
2022-10-23  1:56 ` [PR PATCH] [Updated] " IcedQuinn
2022-10-23  2:02 ` [PR REVIEW] " classabbyamp
2022-10-23  2:04 ` classabbyamp
2022-10-23  2:04 ` classabbyamp
2022-10-23 12:50 ` [PR PATCH] [Updated] " IcedQuinn
2022-10-23 17:54 ` [PR REVIEW] " classabbyamp
2022-10-24  5:52 ` [PR PATCH] [Updated] " IcedQuinn
2022-10-24  5:54 ` IcedQuinn
2022-10-25  5:50 ` IcedQuinn
2022-10-25  6:07 ` [PR REVIEW] " oreo639
2022-10-25  6:14 ` classabbyamp
2022-10-25  6:14 ` classabbyamp
2022-10-25  6:14 ` classabbyamp
2022-10-26  7:35 ` [PR PATCH] [Updated] " IcedQuinn
2022-10-26 15:26 ` IcedQuinn
2022-10-26 15:36 ` IcedQuinn
2022-10-26 17:05 ` [PR REVIEW] " classabbyamp
2022-10-27  4:43 ` IcedQuinn
2022-10-27  4:47 ` classabbyamp
2022-10-27  8:31 ` [PR PATCH] [Updated] " IcedQuinn
2022-10-27  8:34 ` IcedQuinn
2022-10-27  8:35 ` IcedQuinn
2022-10-27 13:07 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).