Package Details: mkg3a 0.5.1-1

Git Clone URL: https://aur.archlinux.org/mkg3a.git (read-only, click to copy)
Package Base: mkg3a
Description: A tool to create Casio FX-CG addon (.g3a) files.
Upstream URL: https://gitlab.com/taricorp/mkg3a/
Keywords: casio g3a prizm
Licenses: zlib
Submitter: tari
Maintainer: tari
Last Packager: tari
Votes: 2
Popularity: 0.000000
First Submitted: 2012-02-08 03:56 (UTC)
Last Updated: 2026-03-22 03:00 (UTC)

Latest Comments

tari commented on 2026-03-22 03:02 (UTC)

Wow, the old target version (2.6) is almost 18 years old. Since I'm also upstream, I've released version 0.5.1 that declares 3.31 as the minimum cmake version which fixes that.

TechHaris commented on 2026-03-22 00:50 (UTC)

To build this, the PKGBUILD needs to be edited. Under the build section, the line:

cmake -D CMAKE_INSTALL_PREFIX=/usr .

must be replaced with this:

cmake -D CMAKE_POLICY_VERSION_MINIMUM=3.5 -D CMAKE_INSTALL_PREFIX=/usr .