summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author007exe2021-12-09 18:40:13 +0300
committer007exe2021-12-09 18:40:13 +0300
commit0f11938be0c650ab18d5368738ee527d73717bcf (patch)
tree2e6950183c2df3448756a61a1a56deb3c952cbe9
parent566e9f80268b335062084e7c7350440f98835c3b (diff)
downloadaur-0f11938be0c650ab18d5368738ee527d73717bcf.tar.gz
Update => 1144-december-2021-rc1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD38
-rw-r--r--info.install6
3 files changed, 24 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a0f43607afd..4e379ffb8cbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openxray
pkgdesc = Unofficial X-Ray Engine port for Linux from the OpenXRay team, stable version (originally developed by GSC Game World)
- pkgver = 1.6.02_822
- pkgrel = 2
+ pkgver = 1.6.02_1144
+ pkgrel = 1
url = https://github.com/OpenXRay/xray-16
install = info.install
arch = x86_64
@@ -17,7 +17,6 @@ pkgbase = openxray
depends = glew
depends = sdl2
depends = openal
- depends = intel-tbb
depends = crypto++
depends = liblockfile
depends = freeimage
@@ -29,8 +28,7 @@ pkgbase = openxray
depends = libjpeg-turbo
conflicts = openxray-git
conflicts = openxray-dev
- source = xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=822-december-preview
+ source = xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=1144-december-2021-rc1
md5sums = SKIP
pkgname = openxray
-
diff --git a/PKGBUILD b/PKGBUILD
index b5983239b34e..2b4022c54f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,36 +3,36 @@
# <openxray@yahoo.com>
# Official discord of the project channel https://discord.gg/sjRMQwv
pkgname=openxray
-_tag=822
+_tag=1144
pkgver=1.6.02_$_tag
-pkgrel=2
-pkgdesc="Unofficial X-Ray Engine port for Linux from the OpenXRay team, stable version (originally developed by GSC Game World)"
-arch=('x86_64')
+pkgrel=1
+pkgdesc="Unofficial X-Ray Engine port for Linux from the OpenXRay team, stable version (originally developed by GSC Game World)"
+arch=('x86_64')
url="https://github.com/OpenXRay/xray-16"
license=('custom:Custom 3-сlause BSD')
install="info.install"
makedepends=(gcc git cmake libglvnd libjpeg6-turbo ncurses pcre2 pcre)
-depends=(glew sdl2 openal intel-tbb crypto++ liblockfile freeimage libogg libtheora libvorbis lzo lzop libjpeg-turbo)
+depends=(glew sdl2 openal crypto++ liblockfile freeimage libogg libtheora libvorbis lzo lzop libjpeg-turbo)
conflicts=(openxray-git openxray-dev)
-source=(xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=$_tag-december-preview)
+source=(xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=$_tag-december-2021-rc1)
md5sums=('SKIP')
-prepare(){
-cd "$srcdir/xray-16"
-git submodule init
-git submodule update
+prepare() {
+ cd "$srcdir/xray-16"
+ git submodule init
+ git submodule update
}
build() {
- cd "$srcdir/xray-16"
- rm -fr bin
- mkdir "$srcdir/xray-16/bin"
- cd "$srcdir/xray-16/bin"
- cmake .. -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
-# -DMEMORY_ALLOCATOR=standard
- make
+ cd "$srcdir/xray-16"
+ rm -fr bin
+ mkdir "$srcdir/xray-16/bin"
+ cd "$srcdir/xray-16/bin"
+ cmake .. -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+# -DMEMORY_ALLOCATOR=standard
+ make
}
package() {
diff --git a/info.install b/info.install
index 7fc3b7a822c4..c96d6dd9c737 100644
--- a/info.install
+++ b/info.install
@@ -2,7 +2,7 @@ post_install() {
cat << EOF
===========================================================================
-
+
The OpenXRay project continues the unofficial support and development of the X-Ray 1.6.02 game engine. The original engine is used in the
S.T.A.L.K.E.R.: Call of Pripyat game released by GSC Game World.
@@ -29,11 +29,9 @@ moment it is not possible it is at an early stage of development
===========================================================================
EOF
-
+
}
post_upgrade() {
-
post_install
-
}