Package Details: wargus 3.3.2-1

Git Clone URL: https://aur.archlinux.org/wargus.git (read-only, click to copy)
Package Base: wargus
Description: Warcraft2 Mod that allows you to play Warcraft2 with the Stratagus engine
Upstream URL: https://github.com/wargus/wargus
Licenses: GPL
Submitter: Marvn
Maintainer: ipochto
Last Packager: ipochto
Votes: 15
Popularity: 0.000000
First Submitted: 2010-02-07 14:21 (UTC)
Last Updated: 2022-08-11 08:04 (UTC)

Dependencies (10)

Required by (0)

Sources (1)

Latest Comments

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

jmunin commented on 2022-01-25 14:44 (UTC) (edited on 2022-01-25 14:47 (UTC) by jmunin)

@Thaodan, hi there. Please, update!
@ipochto, thank you for the tips! But if i don't removed
-DCMAKE_BUILD_TYPE=Release
cmake fail with:

==> Extrayendo las fuentes...
-> Extrayendo v3.2.0.tar.gz con bsdtar
==> Iniciando prepare()...
==> Iniciando build()...
CMake Error: The source directory "/home/user1/Downloads/wargus/src/build/ " does not exist.

I think that the error is by blank space at the end of the path. Without that option compile perfectly.
Cheers

ipochto commented on 2022-01-19 08:50 (UTC)

PKGBUILD's strings to update:

pkgver=3.2.0
md5sums=('cf44515426df08736f38cba9d2f5cf36')

ipochto commented on 2021-12-26 15:31 (UTC)

Hi there. 3.2.0 was released, update please.

ipochto commented on 2021-11-18 08:45 (UTC) (edited on 2021-11-18 08:48 (UTC) by ipochto)

@Thaodan, Thank you! But why you removed -DCMAKE_BUILD_TYPE=Release?

Thaodan commented on 2021-11-18 07:59 (UTC)

@ipochto: looking into that later today, feel under my radar.

ipochto commented on 2021-11-18 07:50 (UTC)

@Thaodan, hi there. Are you still alive? ) Would you please update the package.

ipochto commented on 2021-09-23 11:11 (UTC) (edited on 2021-09-23 13:12 (UTC) by ipochto)

While waiting for Thaodan for update, you can use this PKGBUILD (updated only version and md5sum fields):

pkgname=wargus
pkgver=3.1.2
pkgrel=1
pkgdesc="Warcraft2 Mod that allows you to play Warcraft2 with the Stratagus engine"
arch=("i686" "x86_64")
url="https://github.com/WARGUS/WARGUS"
license=('GPL')
depends=( "stratagus=$pkgver" 'ffmpeg2theora' 'cdparanoia' 'timidity++' 'gtk2' 'tolua++' )
makedepends=('cmake')
source=("https://github.com/Wargus/$pkgname/archive/v${pkgver}.tar.gz")
md5sums=('1dcf2b4b45c56223cf7538dba174cd92')
install=wargus.install

prepare()
{
  mkdir -p build
}
build() {
  cd build
  cmake "$srcdir"/"$pkgname-$pkgver" \
        -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
        -DGAMEDIR=/usr/bin
  make 
}

package()  {
  cd build
  make  DESTDIR=${pkgdir} install
}

Also PKGBUILD can be downloaded from here: https://pastebin.com/9PyhQrzH

TheHitMan commented on 2021-08-31 03:18 (UTC)

please, update ...

D-Worak commented on 2021-05-21 20:50 (UTC)

Hey friend! stratagus is on version 3.0.0, please update wargus as well :)

rodneyrod commented on 2020-06-24 09:13 (UTC)

v2.4.3 is out and the script could use an update. https://github.com/Wargus/wargus/releases/tag/v2.4.3