Package Details: keystore-explorer-bin 5.5.3-1

Git Clone URL: https://aur.archlinux.org/keystore-explorer-bin.git (read-only, click to copy)
Package Base: keystore-explorer-bin
Description: A free GUI replacement for the Java command-line utilities keytool, jarsigner and jadtool
Upstream URL: http://www.keystore-explorer.org/
Licenses: GPL
Conflicts: keystore-explorer
Submitter: urcadox
Maintainer: urcadox (teekay, SanskritFritz)
Last Packager: SanskritFritz
Votes: 22
Popularity: 0.000065
First Submitted: 2019-11-27 09:49 (UTC)
Last Updated: 2024-01-27 15:20 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

jvybihal commented on 2020-06-03 14:21 (UTC) (edited on 2020-06-03 14:23 (UTC) by jvybihal)

@noderat you might like keystore-explorer-git which I just finished first version of. It should work as upstream intended ;) and little warning, I install the app to /opt ;)

noderat commented on 2020-06-02 15:40 (UTC)

Please update the startup script that is being generated in the PKGBUILD to match the latest version as found at https://github.com/kaikramer/keystore-explorer/blob/master/kse/res/kse

SanskritFritz commented on 2019-11-28 09:12 (UTC)

Awesome, this way mime associations also work! Please make those changes!

jvybihal commented on 2019-11-28 08:47 (UTC) (edited on 2019-11-28 08:49 (UTC) by jvybihal)

The way that /usr/bin/kse is created, kse can not open file from command line. Which was really inconvenient for me. So I cahnged it to this:

cat `which kse`
#!/bin/sh
#cd /usr/lib/keystore-explorer-bin
java -jar /usr/lib/keystore-explorer-bin/kse.jar "$@"

I think there is no need to change directory before running it.

So maybe this or something similar could be incorporated into the package? :)

https://github.com/kaikramer/keystore-explorer/blob/6bf237a0b8d96b8602eb055fd598c4f7897171d3/kse/res/kse.sh

//edit:

Oh, there is even more recent version of startup script(s): https://github.com/kaikramer/keystore-explorer/blob/master/kse/res/kse

urcadox commented on 2019-11-27 09:56 (UTC)

Hello everyone,

I finally created keystore-explorer-bin, which is upgraded to 5.4.2.

I will look into making this package a source-based package later on.

gbernard commented on 2019-11-18 13:00 (UTC) (edited on 2019-11-18 13:00 (UTC) by gbernard)

Update proposal to 5.4.2 :

--- PKGBUILD.old    2019-11-18 13:51:53.417930354 +0100
+++ PKGBUILD    2019-11-18 13:59:34.822467391 +0100
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Berthaud <alexandre at berthaud dot me>
 pkgname=keystore-explorer
 _pkgname=kse
-pkgver=5.4.1
+pkgver=5.4.2
 _pkgver=${pkgver//./}
 pkgrel=1
 pkgdesc="a free GUI replacement for the Java command-line utilities keytool, jarsigner and jadtool"
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=("https://github.com/kaikramer/${pkgname}/releases/download/v${pkgver}/${_pkgname}-${_pkgver}.zip"
         "${pkgname}.desktop")
-md5sums=('d21de02af032ebcca0a0bb53f8d8c96c'
+md5sums=('a83747f02aeb79f8ee3995947a2920f7'
          'dfaa247ab726fe2e44368101399b508d')

 package() {

FranklinYu commented on 2018-11-13 06:06 (UTC)

@urcadox I asked in IRC channel, and users suggest that we shall directly convert this package to a build-from-source one (as 5.4.1-2), and then create a new package. The new package can be cloned from this one so that it keeps the build script history, but essentially it's just a new package (so keystore-explorer-bin release will start from 5.4.1-1).

urcadox commented on 2018-08-27 13:09 (UTC)

@FranklinYu That would make sense indeed. Not sure how to do this properly though.

FranklinYu commented on 2018-07-16 20:38 (UTC)

This is a binary package; KSE is GPL so we can actually build from source, and move this package to keystore-explorer-bin.

teekay commented on 2018-04-16 14:26 (UTC)

@urcadox: done! Thank you.