⬆️ Updated packages
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
|
||||
|
||||
pkgname=mygui
|
||||
pkgver=3.4.0
|
||||
pkgver=3.4.2
|
||||
pkgrel=1
|
||||
pkgdesc="A library for creating Graphical User Interfaces for games and 3D applications"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -11,7 +11,7 @@ depends=('ogre' 'libois-dev')
|
||||
makedepends=('cmake')
|
||||
provides=('mygui')
|
||||
source=("https://github.com/MyGUI/mygui/archive/MyGUI${pkgver}.tar.gz")
|
||||
sha512sums=('3f560fd9c7e5b514da40e41c7753dc20649f80b763f5ee20afc9627df3be14242ea833eff09eac16b9e88b1c9fbed7c09def0c5068c832e710c247191fb53487')
|
||||
sha256sums=('1cc45fb96c9438e3476778449af0378443d84794a458978a29c75306e45dd45a')
|
||||
|
||||
prepare() {
|
||||
mkdir -p mygui-MyGUI${pkgver}/build
|
||||
@ -26,7 +26,7 @@ build() {
|
||||
-DMYGUI_BUILD_DEMOS:BOOL=OFF \
|
||||
-DMYGUI_BUILD_DOCS:BOOL=OFF \
|
||||
-DMYGUI_BUILD_TEST_APP:BOOL=OFF \
|
||||
-DMYGUI_BUILD_TOOLS:BOOL=ON \
|
||||
-DMYGUI_BUILD_TOOLS:BOOL=OFF \
|
||||
-DMYGUI_BUILD_PLUGINS:BOOL=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
|
Reference in New Issue
Block a user