Package Details: jack-editor 1.1.1064-2

Git Clone URL: https://aur.archlinux.org/jack-editor.git (read-only, click to copy)
Package Base: jack-editor
Description: J.A.C.K. is a brand new level editor for games with a quake-style BSP architecture.
Upstream URL: None
Licenses: GPL
Submitter: seeseemelk
Maintainer: seeseemelk
Last Packager: seeseemelk
Votes: 1
Popularity: 0.000000
First Submitted: 2020-07-07 16:20 (UTC)
Last Updated: 2021-08-16 08:43 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

tibequadorian commented on 2024-10-10 12:48 (UTC) (edited on 2024-10-10 12:49 (UTC) by tibequadorian)

diff --git a/PKGBUILD b/PKGBUILD
index 88662eb..559ac17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Sebastiaan de Schaetzen <sebastiaan.de.schaetzen@gmail.com>
 pkgname=jack-editor
-pkgver=1.1.1064
+pkgver=1.1.3773
 pkgrel=2
 pkgdesc="J.A.C.K. is a brand new level editor for games with a quake-style BSP architecture."
 arch=("x86_64")
@@ -8,7 +8,7 @@ url=""
 license=('GPL')
 depends=(nas libpng12)
 source=("jackhammer.run::http://jack.hlfx.ru/en/download_jackhammer_linux64.html")
-sha256sums=("f2d02affd843a0d3191b45096435d7bcd7b2cf0d9d55ff3bc6094b732f41a4fa")
+sha256sums=('19d68e8d46f94fbc925c550209eb0d3f5f766039f708a6aa3af7f460d79ac96b')

 build() {
        chmod +x jackhammer.run
@@ -16,7 +16,7 @@ build() {
 }

 package() {
-       mv -f linux_x64 jack
+       mv -f build_linux_x64 jack
        rm -f jack/install.sh
        mv -f jack/Jack.desktop .
        find jack -type d -exec chmod +x {} \;

99cents commented on 2024-01-17 15:15 (UTC)

jackhammer.run fails hash check

AruMoon commented on 2021-08-29 18:07 (UTC)

xterm: cannot load font "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1" happens on build() state

seeseemelk commented on 2021-08-16 08:44 (UTC)

The error was caused by an extra space at the end of the filename. I fixed the filename and also added a dependency on libpng12.

sokam commented on 2021-08-15 18:11 (UTC)

I get this error when trying to build current version. chmod: cannot access 'jackhammer.run': No such file or directory Is there a way to fix that?

qlipsos commented on 2021-03-14 00:19 (UTC)

I needed libpng12 too

seeseemelk commented on 2021-02-21 10:24 (UTC)

I added the dependency

IwfY commented on 2021-02-21 09:53 (UTC)

I needed to install nas (https://aur.archlinux.org/packages/nas/) to make it work because it is linked against libaudio.so.2 .