Package Details: eureka 2.0.2-1

Git Clone URL: https://aur.archlinux.org/eureka.git (read-only, click to copy)
Package Base: eureka
Description: A map editor for the classic DOOM games
Upstream URL: http://eureka-editor.sourceforge.net/
Licenses: GPL2
Submitter: arisinfenix
Maintainer: frealgagu
Last Packager: frealgagu
Votes: 2
Popularity: 0.000000
First Submitted: 2018-06-15 15:38 (UTC)
Last Updated: 2024-10-18 16:05 (UTC)

Pinned Comments

frealgagu commented on 2020-12-05 22:37 (UTC)

I maintain the latest built package at:

https://github.com/frealgagu/archlinux.eureka/releases/

Latest Comments

geigosam commented on 2025-12-18 13:03 (UTC) (edited on 2025-12-18 13:06 (UTC) by geigosam)

@frealgagu Could you please update eureka to 2.1.0? I provided a patch for convenience. It also fixes a license identifier.

diff --git a/PKGBUILD b/PKGBUILD
index f8ec68b..e85fe74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,24 +4,22 @@
 # Contributor: Valsu [arch(at)hylia.de]

 pkgname=eureka
-pkgver=2.0.2
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="A map editor for the classic DOOM games"
 arch=("i686" "x86_64")
 url="http://${pkgname}-editor.sourceforge.net/"
-license=("GPL2")
+license=("GPL-2.0-or-later")
 depends=("fltk" "glu" "gmock" "gtest" "libxpm")
 makedepends=("cmake" "git" "python")
 options=(!buildflags !staticlibs)
 source=(
   "https://github.com/ioan-chera/${pkgname}-editor/archive/refs/tags/${pkgname}-${pkgver}.tar.gz"
 )
-sha256sums=(
-  "29ac38fdcb46a4ac2f2a56899abd7fd0994759cf0b74538043fcfbab9b19f88e"
-)
+sha256sums=('355658462cd5d08b1a657b231dc1e0cf09f623207a2744537f4236b14af44648')

 prepare() {
-  mkdir "${srcdir}/${pkgname}-editor-${pkgname}-${pkgver}/build"
+  mkdir -p "${srcdir}/${pkgname}-editor-${pkgname}-${pkgver}/build"
 }


@@ -30,7 +28,9 @@ build() {

   cmake "${srcdir}/${pkgname}-editor-${pkgname}-${pkgver}" \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DUSE_SYSTEM_FLTK=ON \
+    -DUSE_SYSTEM_GOOGLE_TEST=ON
   make
 }

FleurC commented on 2024-08-30 04:46 (UTC)

Please update this to the latest release

frealgagu commented on 2023-06-29 15:03 (UTC)

@sixxgate you need to install base-devel meta package in order to build any AUR package.

sixxgate commented on 2023-05-26 14:43 (UTC)

Installation is now failing, likely due to patch not being a build dependency.

==> Starting prepare()...
/var/tmp/pamac-build-matthew/eureka/PKGBUILD: line 33: patch: command not found
==> ERROR: A failure occurred in prepare().
    Aborting...

frealgagu commented on 2020-12-05 22:37 (UTC)

I maintain the latest built package at:

https://github.com/frealgagu/archlinux.eureka/releases/

gamezelda commented on 2020-08-27 23:05 (UTC)

"glu" is missing as a (runtime) dependency.