pkgconf makedep

This commit is contained in:
Cristian Porras 2019-03-15 09:07:00 -05:00
parent 979470e83f
commit e21b7a7b17
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = godot-git pkgbase = godot-git
pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine. pkgdesc = Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine.
pkgver = 3.1.dev pkgver = 3.1.dev
pkgrel = 1 pkgrel = 2
url = http://www.godotengine.org url = http://www.godotengine.org
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@ -10,6 +10,7 @@ pkgbase = godot-git
makedepends = scons makedepends = scons
makedepends = pulseaudio makedepends = pulseaudio
makedepends = clang makedepends = clang
makedepends = pkgconf
depends = glu depends = glu
depends = libxcursor depends = libxcursor
depends = libxinerama depends = libxinerama

View file

@ -4,12 +4,12 @@
_pkgname=godot _pkgname=godot
pkgname=${_pkgname}-git pkgname=${_pkgname}-git
pkgver=3.1.dev pkgver=3.1.dev
pkgrel=1 pkgrel=2
pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine." pkgdesc="Godot Game Engine: An advanced, feature packed, multi-platform 2D and 3D game engine."
url="http://www.godotengine.org" url="http://www.godotengine.org"
license=('MIT') license=('MIT')
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
makedepends=('git' 'scons' 'pulseaudio' 'clang') makedepends=('git' 'scons' 'pulseaudio' 'clang' 'pkgconf')
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa') depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa')
optdepends=() optdepends=()
conflicts=("godot") conflicts=("godot")