Package Details: veloren 0.16.0-2

Git Clone URL: https://aur.archlinux.org/veloren.git (read-only, click to copy)
Package Base: veloren
Description: The last stable release of an open-world, open-source multiplayer voxel RPG.
Upstream URL: https://veloren.net/
Keywords: game rpg veloren
Licenses: GPL3
Submitter: LunarEclipse
Maintainer: LunarEclipse
Last Packager: LunarEclipse
Votes: 23
Popularity: 0.002171
First Submitted: 2019-06-23 23:12 (UTC)
Last Updated: 2024-08-27 13:30 (UTC)

Required by (0)

Sources (1)

Latest Comments

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

LunarEclipse commented on 2021-02-06 22:46 (UTC) (edited on 2021-02-06 22:47 (UTC) by LunarEclipse)

A few updates:

  1. I've fixed the build in a clean environment, the log provided by Nukesor proved very helpful, as it mentioned the needed file libudev.pc, and I could use pacman -F libudev.pc to find the package that owned it, which turned out to be systemd.

  2. As per kiankasad's suggestion, I've started using the .desktop and icon files provided by the source tree, in addition to that I've included the provided .metainfo.xml file.

I've also applied these to veloren-git.

LunarEclipse commented on 2021-02-06 20:40 (UTC)

What is the error? Did you try following the troubleshooting section of the veloren book?

Neko-san commented on 2021-02-02 22:44 (UTC)

I attempted to run the game after an update from this package and it crashes on startup :/

kiankasad commented on 2021-01-16 05:08 (UTC) (edited on 2021-01-16 05:09 (UTC) by kiankasad)

Veloren includes a desktop file in the source tree. It's assets/voxygen/net.veloren.veloren.desktop. Therefore there doesn't need to be one included with the AUR package.

If there's a reason not to use that one, then the extension should be removed from the Icon entry. It should look like this:

Icon=voxygen

Both suggestions also apply to the veloren-git package as well.

Nukesor commented on 2021-01-15 15:05 (UTC)

The build fails in a clean environment:

Caused by:
  process didn't exit successfully: `/build/veloren/src/veloren/target/release/build/libudev-sys-c475c542b84a22e1/build-script-build` (exit code: 101)
  --- stdout
  cargo:rerun-if-env-changed=LIBUDEV_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG
  cargo:rerun-if-env-changed=LIBUDEV_STATIC
  cargo:rerun-if-env-changed=LIBUDEV_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC
  cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR

  --- stderr
  thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "`\"pkg-config\" \"--libs\" \"--cflags\" \"libudev\"` did not exit successfully: exit code: 1\n--- stderr\nPackage libudev was not found in the pkg-config search path.\nPerhaps you should add the directory containing `libudev.pc\'\nto the PKG_CONFIG_PATH environment variable\nPackage \'libudev\', required by \'virtual:world\', not found\n"', /build/.cargo/registry/src/github.com-1ecc6299db9ec823/libudev-sys-0.1.4/build.rs:38:41
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: build failed

I also tried to add libudev0-shim as a makedepend, but this didn't resolve the issue

LunarEclipse commented on 2020-06-10 11:34 (UTC)

Added python as makedepend

SolarAquarion commented on 2020-06-09 22:51 (UTC)

python is a makedepend

LunarEclipse commented on 2019-08-11 12:59 (UTC) (edited on 2019-08-11 18:25 (UTC) by LunarEclipse)

I've ended up taking some ideas from your PKGBUILD (install is really convenient for binaries since it makes them executable by default) and the dependencies (thanks a lot for that) and incorporating that into the current pkgbuild, I'll upload it soon as I'm still not entirely done and testing some stuff

flacks commented on 2019-08-09 00:37 (UTC) (edited on 2019-08-09 00:38 (UTC) by flacks)

You're welcome - Haha, everyone has their own formatting style. I just do what I think looks and works best with a focus on minimalism/KISS. The real important things to note, though, are 1) complete depends and makedepends arrays, and 2) a new veloren-chat-cli binary that gets built. If you only do a cargo build from the root workspace (as in build() below), you'll build all three of this release's binaries. Re: veloren-git, you can credit me if you think it's appropriate! :)