New icon and openmp dependency

This commit is contained in:
Cristian Porras 2018-02-04 19:41:05 -03:00
parent d66ee2a0c4
commit e693185b66
4 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
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.0.r10546.93a3d1714 pkgver = 3.1.r12749.ea99b90a7
pkgrel = 1 pkgrel = 1
url = http://www.godotengine.org url = http://www.godotengine.org
arch = i686 arch = i686
@ -16,14 +16,15 @@ pkgbase = godot-git
depends = alsa-lib depends = alsa-lib
depends = freetype2 depends = freetype2
depends = mesa depends = mesa
depends = openmp
provides = godot provides = godot
conflicts = godot conflicts = godot
source = git://github.com/godotengine/godot.git#branch=master source = git://github.com/godotengine/godot.git#branch=master
source = godot.desktop source = godot.desktop
source = icon.png source = icon.png
sha256sums = SKIP sha256sums = SKIP
sha256sums = d2f5ae30b8c0c3fd8a20a451d34e9e9d0ba1b60a39b1f68484a9a74227c83822 sha256sums = 2ae039a3879b23e157f2125e0b326fa1ef66d56bfd596c790e8943d27652e93a
sha256sums = b6bb8e42625414303cf7608f08fe63bd3267486bf7a96586ebab05ade5189785 sha256sums = 99f9d17c4355b274ef0c08069cf6e756a98cd5c9d9d22d1b39f79538134277e1
pkgname = godot-git pkgname = godot-git

View file

@ -3,14 +3,14 @@
_pkgname=godot _pkgname=godot
pkgname=${_pkgname}-git pkgname=${_pkgname}-git
pkgver=3.0.r10546.93a3d1714 pkgver=3.1.r12749.ea99b90a7
pkgrel=1 pkgrel=1
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')
depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa') depends=('glu' 'libxcursor' 'libxinerama' 'alsa-lib' 'freetype2' 'mesa' 'openmp')
optdepends=() optdepends=()
conflicts=("godot") conflicts=("godot")
provides=("godot") provides=("godot")
@ -28,8 +28,8 @@ source=(
) )
sha256sums=( sha256sums=(
'SKIP' 'SKIP'
'd2f5ae30b8c0c3fd8a20a451d34e9e9d0ba1b60a39b1f68484a9a74227c83822' '2ae039a3879b23e157f2125e0b326fa1ef66d56bfd596c790e8943d27652e93a'
'b6bb8e42625414303cf7608f08fe63bd3267486bf7a96586ebab05ade5189785' '99f9d17c4355b274ef0c08069cf6e756a98cd5c9d9d22d1b39f79538134277e1'
) )

View file

@ -5,4 +5,4 @@ Exec=/usr/bin/godot %U
Icon=godot Icon=godot
Terminal=false Terminal=false
Type=Application Type=Application
Categories=Utility;Game; Categories=Development;

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 11 KiB