George Hu pushed to branch main at Arch Linux / Packaging / Packages /
antimicrox
Commits:
c5ac9746 by George Hu at 2025-09-17T11:36:59+08:00
upgpkg: 3.5.1-2: update dependencies to Qt 6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = antimicrox
pkgdesc = Graphical program used to map keyboard buttons & mouse
controls to a gamepad
pkgver = 3.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AntiMicroX/antimicrox
arch = x86_64
license = GPL-3.0-only
@@ -9,14 +9,14 @@ pkgbase = antimicrox
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = itstool
- makedepends = qt5-tools
+ makedepends = qt6-tools
depends = glibc
depends = gcc-libs
depends = hicolor-icon-theme
depends = libxtst
depends = libxi
depends = libx11
- depends = qt5-base
+ depends = qt6-base
depends = sdl2
source =
antimicrox::git+https://github.com/AntiMicroX/antimicrox#tag=3.5.1
sha512sums =
cd078eaeb3be188112c62cca0afd79167bda9875b9e4d01b9d655ec8be13857fc353a5135cf21d325cc5718d882ae81315683e0a9ad6e1843fdb93689f882206
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=antimicrox
pkgver=3.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Graphical program used to map keyboard buttons & mouse controls to a
gamepad'
arch=('x86_64')
url='https://github.com/AntiMicroX/antimicrox'
@@ -14,7 +14,7 @@ depends=(
'libxtst'
'libxi'
'libx11'
- 'qt5-base'
+ 'qt6-base'
'sdl2'
)
makedepends=(
@@ -22,7 +22,7 @@ makedepends=(
'cmake'
'extra-cmake-modules'
'itstool'
- 'qt5-tools'
+ 'qt6-tools'
)
source=("$pkgname::git+$url#tag=$pkgver")
sha512sums=('cd078eaeb3be188112c62cca0afd79167bda9875b9e4d01b9d655ec8be13857fc353a5135cf21d325cc5718d882ae81315683e0a9ad6e1843fdb93689f882206')
@@ -33,7 +33,8 @@ build() {
-B build \
-S "$pkgname" \
-D CMAKE_BUILD_TYPE=None \
- -D ANTIMICROX_PKG_VERSION="$pkgver"
+ -D ANTIMICROX_PKG_VERSION="$pkgver" \
+ -D USE_QT6_BY_DEFAULT=ON
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/antimicrox/-/commit/c5ac9746aa8cbcfc72526caf87f387e2adcd23e0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/antimicrox/-/commit/c5ac9746aa8cbcfc72526caf87f387e2adcd23e0
You're receiving this email because of your account on gitlab.archlinux.org.