Package Details: logisim-evolution-bin 3.8.0-1

Git Clone URL: https://aur.archlinux.org/logisim-evolution-bin.git (read-only, click to copy)
Package Base: logisim-evolution-bin
Description: An educational tool for designing and simulating digital logic circuits (binary version)
Upstream URL: https://github.com/reds-heig/logisim-evolution
Licenses: GPL3
Conflicts: logisim-evolution, logisim-evolution-git
Provides: logisim-evolution
Submitter: maniacata
Maintainer: Paragoumba
Last Packager: Paragoumba
Votes: 7
Popularity: 0.000053
First Submitted: 2021-01-17 17:43 (UTC)
Last Updated: 2022-12-04 21:32 (UTC)

Dependencies (3)

Required by (0)

Sources (4)

Latest Comments

Paragoumba commented on 2021-12-30 12:59 (UTC) (edited on 2021-12-30 12:59 (UTC) by Paragoumba)

I added java-environment as a makedependency

boredcaveman commented on 2021-12-29 13:20 (UTC) (edited on 2021-12-29 13:21 (UTC) by boredcaveman)

ERROR: jar is not a command. I added 'fastjar' as dependency and then edited the line.

diff --git a/PKGBUILD b/PKGBUILD
index feff016..aa5715e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ conflicts=('logisim-evolution-git' 'logisim-evolution')
 arch=('any')
 url="https://github.com/reds-heig/logisim-evolution"
 license=('GPL3')
-depends=('java-runtime>=10' 'bash' 'hicolor-icon-theme')
+depends=('java-runtime>=10' 'bash' 'hicolor-icon-theme' 'fastjar')
 source=("${_name}-${pkgver}.jar::https://github.com/reds-heig/logisim-evolution/releases/download/v${pkgver}/logisim-evolution-${pkgver}-all.jar"
     'logisim-evolution.desktop'
     'logisim-evolution.sh'
@@ -30,7 +30,7 @@ sha256sums=('448fa2a0e1e3d775001ae3f3b1e000cb7a100506248dafee7238f840c791661c'
 package() {
     cd "$srcdir"

-    jar xf "${_name}-${pkgver}.jar" "resources/logisim/img/"
+    fastjar xf "${_name}-${pkgver}.jar" "resources/logisim/img/"

     install -Dm644 ${_name}-${pkgver}.jar "${pkgdir}/usr/share/java/${_name}/${_name}.jar"
     install -Dm644 ${_name}.xml "${pkgdir}/usr/share/mime/packages/${_name}.xml"