Github messages for voidlinux
 help / color / mirror / Atom feed
From: IcedQuinn <IcedQuinn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] antimicrox: update to 3.2.5
Date: Thu, 27 Oct 2022 10:31:42 +0200	[thread overview]
Message-ID: <20221027083142.5kv5WvnJSgK6Nwxpetf6l_tH5IHrEvjYjxJsyS7H_zk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40095@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2022-10-27  8:31 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-21 22:41 [PR PATCH] " 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 ` IcedQuinn [this message]
2022-10-27  8:34 ` [PR PATCH] [Updated] " IcedQuinn
2022-10-27  8:35 ` IcedQuinn
2022-10-27 13:07 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221027083142.5kv5WvnJSgK6Nwxpetf6l_tH5IHrEvjYjxJsyS7H_zk@z \
    --to=icedquinn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).