summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Theodorou2019-10-28 18:21:23 +0100
committerAngelo Theodorou2019-10-28 18:21:23 +0100
commit4bd62218663e39532d6220d1c0db5b697f1bda27 (patch)
tree34e234a9a25b61fafef87b1c0dd79abd03b22087
parentcc176cbccb507af4e04706b79550e9704061c4b9 (diff)
downloadaur-4bd62218663e39532d6220d1c0db5b697f1bda27.tar.gz
Add glu to the makedepends array
- Copy more headers to the package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
-rw-r--r--stratagus.changelog6
3 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86a439725595..c9afd3b96643 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = stratagus
pkgdesc = A free cross-platform real-time strategy gaming engine
pkgver = 2.4.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Wargus/stratagus
changelog = stratagus.changelog
arch = i686
arch = x86_64
license = GPL
makedepends = cmake
+ makedepends = glu
depends = libgl
depends = sdl
depends = libpng
diff --git a/PKGBUILD b/PKGBUILD
index 00109a2c99ae..1faa8af3e868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Angelo Theodorou <encelo at users dot sourceforge dot net>
pkgname=stratagus
pkgver=2.4.2
-pkgrel=2
+pkgrel=3
pkgdesc="A free cross-platform real-time strategy gaming engine"
arch=('i686' 'x86_64')
url="https://github.com/Wargus/stratagus"
license=('GPL')
depends=('libgl' 'sdl' 'libpng' 'libmng' 'libtheora' 'libmikmod' 'sqlite' 'tolua++')
-makedepends=('cmake')
+makedepends=('cmake' 'glu')
changelog=stratagus.changelog
source=("stratagus::git://github.com/Wargus/stratagus.git#tag=v2.4.2" glext.patch)
md5sums=('SKIP' '1c4a52e50e0e959c5b8b58bf42930be7')
@@ -38,4 +38,6 @@ package() {
mkdir -p ${pkgdir}/usr/include
cp ${srcdir}/stratagus/gameheaders/stratagus-game-launcher.h ${pkgdir}/usr/include
+ cp ${srcdir}/stratagus/gameheaders/stratagus-gameutils.h ${pkgdir}/usr/include
+ cp ${srcdir}/stratagus/gameheaders/stratagus-tinyfiledialogs.h ${pkgdir}/usr/include
}
diff --git a/stratagus.changelog b/stratagus.changelog
index 912a04c30959..7b37cfb74a50 100644
--- a/stratagus.changelog
+++ b/stratagus.changelog
@@ -1,3 +1,9 @@
+2019-10-28 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
+
+ * PKGBUILD :
+ Added glu to the makedepends array
+ Copying more headers to the package
+
2019-10-20 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
* PKGBUILD :