Package Details: lugaru 1.2-2

Git Clone URL: https://aur.archlinux.org/lugaru.git (read-only, click to copy)
Package Base: lugaru
Description: A third-person action game featuring a unique close-range combat system
Upstream URL: https://osslugaru.gitlab.io
Licenses: GPL
Conflicts: lugaro-git, lugaru-hg, lugaruhd-hg
Submitter: None
Maintainer: krumelmonster
Last Packager: krumelmonster
Votes: 21
Popularity: 0.012092
First Submitted: 2007-01-19 15:56 (UTC)
Last Updated: 2021-11-30 11:45 (UTC)

Latest Comments

1 2 Next › Last »

Muu commented on 2024-01-25 23:48 (UTC) (edited on 2024-01-25 23:49 (UTC) by Muu)

This package has a bug. The game will freeze up if you switch focus. There is a patch to fix it here: https://github.com/BetaZay/lugaruHDE Build the Lugaru 1.2 package, from source, using the main.cpp file @ BetaZay's repo. Give him credit - he doesn't seem to be active.

Lugaru has mods http://www.wolfire.com/lugaru/mods There is a mod package on the AUR, but it hasn't been updated for years and the maintainer doesn't seem to be active either.

krumelmonster commented on 2021-11-30 11:46 (UTC)

Sorry for having you kept waiting so long, updated the PKGBUILD

jose1711 commented on 2021-10-16 21:23 (UTC)

build is broken. please update:

--- PKGBUILD.orig   2021-10-16 23:16:19.969115379 +0200
+++ PKGBUILD    2021-10-16 23:20:44.550684157 +0200
@@ -8,14 +8,14 @@
 depends=('sdl2' 'glu' 'libjpeg-turbo' 'libpng' 'openal' 'libvorbis' 'zlib')
 makedepends=('cmake')
 conflicts=('lugaru-hg' 'lugaruhd-hg' 'lugaro-git')
-source=("${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/osslugaru/lugaru/repository/archive.tar.bz2?ref=${pkgver}"
+source=("${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/osslugaru/lugaru/-/archive/${pkgver}/lugaru-${pkgver}.tar.bz2"
         "${pkgname}.desktop")
-sha256sums=('a76d1b1fbc344ae73c5148dc0b0b8cd41720de74857e85b7302abf31cdcbea5b'
+sha256sums=('b165ff8948f634fc788dc29b9269746340a290fc2101d843e270190a49c2ef00'
             'c97bbd82701c07692f35fd86d0a4b4fdb2d5380a5672dde75617ae15389bfd15')


 build() {
-    cd $srcdir/lugaru-1.2-c7b99378439735c60f84869b05c6ebde53083667/
+    cd $srcdir/lugaru-1.2
     mkdir build || true
     cd build
     cmake -DSYSTEM_INSTALL=ON \
@@ -29,7 +29,7 @@
 }
 package() {
     install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-    cd $srcdir/lugaru-1.2-c7b99378439735c60f84869b05c6ebde53083667/build
+    cd $srcdir/lugaru-1.2/build
     make DESTDIR="$pkgdir/" install

 }

thanks!

Jeanbon commented on 2018-12-21 11:16 (UTC)

Fixed thanks for the feedback!

Kingan commented on 2018-11-16 21:32 (UTC) (edited on 2018-11-16 21:38 (UTC) by Kingan)

makepkg gives following error.

==> ERROR: options array contains unknown option '!optipng'

Removing options= line from PKGBUILD makes it compile fine.

Jeanbon commented on 2017-01-08 19:39 (UTC)

Thanks for your feedback I patched :)

spider-mario commented on 2017-01-04 21:20 (UTC) (edited on 2017-01-04 21:21 (UTC) by spider-mario)

This should not be installed to /usr/local: https://wiki.archlinux.org/index.php/Arch_packaging_standards#Package_etiquette The packaging guidelines also don’t recommend to use /usr/games or /usr/share/games (and indeed, namcap complains about them). Thus, I would like to suggest the following changes: https://ptpb.pw/m_Yg.diff

Alad commented on 2016-04-26 10:11 (UTC)

Typo: third-pers"i"on

HalosGhost commented on 2014-06-29 19:26 (UTC)

This is the full game so far as I know. However, with the availability of lugaruhd-hg, there's not much reason to use this package anymore. All the best,