⬆️ Updated packages

This commit is contained in:
Edgar 2023-05-17 16:57:42 +02:00
parent b67027f0fc
commit 606e8efc0c
No known key found for this signature in database
GPG Key ID: 9AA5DDFFCBDCE46A
3 changed files with 11 additions and 7 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
**/src/**
**/pkg/**
*.tar.*
*.deb

View File

@ -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

View File

@ -1,7 +1,7 @@
# Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com>
pkgname=ogre
pkgver=13.4.4
pkgver=13.6.4
pkgrel=1
pkgdesc='Scene-oriented, flexible 3D engine written in C++'
arch=('x86_64')
@ -9,11 +9,11 @@ url='https://www.ogre3d.org'
license=('custom:MIT')
depends=('libfreeimage-dev' 'libfreetype6-dev' 'libzzip-dev' 'libois-dev'
'nvidia-cg-toolkit' 'libzzip-dev' 'libtinyxml-dev' 'libxrandr-dev'
'libgles2-mesa-dev' 'libxt-dev' 'libxaw7-dev' 'libglu1-mesa-dev' 'libpugixml-dev')
'libgles2-mesa-dev' 'libxt-dev' 'libxaw7-dev' 'libglu1-mesa-dev')
makedepends=('cmake')
provides=('ogre')
provides=('ogre=13.6.4')
source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz")
sha512sums=('59e0929f5022b2d289030d42c651ce4f44a215be7aae262b1b6919e1d00225d226cce6bfa2e78525ae902290615c87eabe7b8dfe27b7087dd56081460bd35e1f')
sha256sums=('9a8bde4884b2ce66594d2192c5147a07ad0e7b0fc87de86c798597142867d272')
prepare() {
mkdir -p ogre-${pkgver}/build