Package Details: devilutionx-graphics-tools-git 1.2.0.r1.64c0629-1

Git Clone URL: https://aur.archlinux.org/devilutionx-graphics-tools-git.git (read-only, click to copy)
Package Base: devilutionx-graphics-tools-git
Description: DevilutionX graphics format conversion tools (git version)
Upstream URL: https://github.com/diasurgical/devilutionx-graphics-tools
Licenses: custom:UNLICENSE
Conflicts: devilutionx-graphics-tools
Provides: devilutionx-graphics-tools
Submitter: robertfoster
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 0
Popularity: 0.000000
First Submitted: 2022-08-19 16:38 (UTC)
Last Updated: 2024-08-19 09:41 (UTC)

Dependencies (3)

Sources (1)

Latest Comments

dkaparis commented on 2024-11-14 20:19 (UTC)

As others have pointed out, package does not build without ninja installed:

==> Making package: devilutionx-graphics-tools-git 1.2.0.r4.ae39773-1 (2024-11-14T22:13:25 EET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating devilutionx-graphics-tools git repo...
==> Validating source files with sha256sums...
    devilutionx-graphics-tools ... Skipped
==> Extracting sources...
  -> Creating working copy of devilutionx-graphics-tools git repo...
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> Starting build()...
CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!

Please add ninja to makedepends.

Yamashiro commented on 2024-07-20 15:45 (UTC)

Since this is a git package the PKGBUILD needs to be updated to use pkgver() go get the commit id instead of manual versioning, otherwise AUR helpers will keep marking the package as outdated and try to update it.

petronny commented on 2023-11-27 14:59 (UTC)

ninja should be in makedepends.

dougv commented on 2022-11-23 13:31 (UTC) (edited on 2022-11-23 13:34 (UTC) by dougv)

i think this build (optionally) depends on ninja? wouldn't build without it for me:

CMake Error: CMake was unable to find a build program corresponding to "Ninja".
CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.

while it may have been possible to specify a different build tool, i am too much of a noob to sort that out.

instead, i installed ninja, package successfully built.