Package Details: apk-editor-studio 1.7.2-4

Git Clone URL: https://aur.archlinux.org/apk-editor-studio.git (read-only, click to copy)
Package Base: apk-editor-studio
Description: Powerful yet easy to use APK editor
Upstream URL: https://qwertycube.com/apk-editor-studio
Keywords: apk apk-editor apk-installer cpp qt qt5
Licenses: GPL3
Submitter: ragouel
Maintainer: wcyat
Last Packager: wcyat
Votes: 4
Popularity: 0.056622
First Submitted: 2020-06-19 06:22 (UTC)
Last Updated: 2025-02-03 16:53 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

gwuensch commented on 2025-08-22 21:20 (UTC)

The CMake version minimum needs to be overridden for the package to build successfully:

diff --git a/PKGBUILD b/PKGBUILD
index 8d63ba1..b8ce5b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
   rm -rf build
   mkdir build
   cd "${srcdir}/${pkgname}-${pkgver}"
-  cmake -B ./build -DCMAKE_BUILD_TYPE=Release
+  cmake -B ./build -DCMAKE_BUILD_TYPE=Release -DCMAKE_POLICY_VERSION_MINIMUM=3.5
   cmake --build ./build
 }

flactwin commented on 2024-04-16 12:17 (UTC)

hey, you need to add "qt5-tools" as dependency, without this one building not possible

RomanVolak commented on 2021-11-18 18:42 (UTC)

New PKGBUILD at https://raw.githubusercontent.com/RomanVolak/PKGBUILD/main/apk-editor-studio_PKGBUILD.1.6.0

Just for Fun, NO WARRANTY