Search Criteria
Package Details: keystore-explorer-git v5.5.3+2+g61975f7e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/keystore-explorer-git.git (read-only, click to copy) |
---|---|
Package Base: | keystore-explorer-git |
Description: | KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner. |
Upstream URL: | https://keystore-explorer.org/ |
Keywords: | jks keystore-explorer keytool |
Licenses: | GPLv3 |
Conflicts: | keystore-explorer, keystore-explorer-bin |
Provides: | keystore-explorer |
Submitter: | jvybihal |
Maintainer: | jvybihal |
Last Packager: | jvybihal |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-03 14:13 (UTC) |
Last Updated: | 2023-12-30 11:23 (UTC) |
Dependencies (6)
- archlinux-java-runAUR
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- java-environment (jdk12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jdk11-jbr-xdgAUR, jdk16-openjdkAUR, jdk14-openjdkAUR, jdk18-openjdkAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jdk-openj9AUR, jdk11-graalvm-ee-binAUR, jdk12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-dragonwell-extendedAUR, jdk13-openjdkAUR, jdk15-openjdkAUR, jdk21-graalvm-binAUR, jdk17-jetbrainsAUR, jdk8-openj9-binAUR, jdk-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, jdk21-jetbrains-gitAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, mandrel-binAUR, mandrel24-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jdk17-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk22-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk22-graalvm-binAUR, jdk19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, jabba-binAUR, jdk21-jetbrainsAUR, jdk17-zulu-prime-binAUR, zing-21-binAUR, zing-8-binAUR, jdk23-graalvm-ee-binAUR, jdk-android-studioAUR, java-openjdk-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, jdk8-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jdkAUR, jdk21-jetbrains-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jdk8-openjdk)
- gradle (gradle7) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
jvybihal commented on 2020-06-29 06:29 (UTC) (edited on 2020-06-29 07:56 (UTC) by jvybihal)
@dreieck can you please explain what is the issue? I just git cloned https://github.com/kaikramer/keystore-explorer.git to /tmp/keystore-explorer, replaced source to
git+file:///tmp/keystore-explorer
, disconnected my machine from network, so it is completely offline and the package did build just fine. So for me, there is nothing wrong with it.//edit: oh sorry, the issue is that it's downloading gradle, which in my case was already present. I get it now. Lemme see what I can do about it.
//edit2: If someone could test updated PKGBUILD, it would be great.
jvybihal commented on 2020-06-28 21:24 (UTC) (edited on 2020-06-28 21:25 (UTC) by jvybihal)
This is unfortunately how upstream suggests building it. It honestly took me some time to make it work at least this way. I will see, if I can somehow make it better. I can surely do the building in
prepare()
and in build just unzip what was "prepared". But makes no sense to me. When I get some time, I will dig into that script and investigate what it actually does and what resources it just downloads. Thanks for suggestion.dreieck commented on 2020-06-28 21:14 (UTC)
This package's
PKGBUILD
downloads (big amount of) stuff duringbuild()
:This must not happen.
Can you please rework the
PKGBUILD
such that everything needed to build the package is present beforebuild()
executes? Usesource
-array, use dependencies, useprepare()
of nothing else helps.No internet connection must be assumed in
build()
andpackage()
.Thanks for maintaining!