[arch-commits] Commit in ogre/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon May 13 14:41:08 UTC 2019


    Date: Monday, May 13, 2019 @ 14:41:07
  Author: svenstaro
Revision: 467140

upgpkg: ogre 1.12.0-1

Remove Java support as it appears broken

Modified:
  ogre/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-13 14:38:01 UTC (rev 467139)
+++ PKGBUILD	2019-05-13 14:41:07 UTC (rev 467140)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
-pkgver=1.11.5
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('x86_64')
@@ -9,10 +9,10 @@
 license=('custom:MIT')
 depends=('freeimage' 'freetype2' 'libxaw' 'libxrandr' 'openexr'
          'nvidia-cg-toolkit' 'zziplib' 'sdl2' 'glu' 'tinyxml')
-makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'swig' 'systemd' 'java-environment')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'python' 'swig' 'systemd')
 install=ogre.install
 source=("https://github.com/OGRECave/ogre/archive/v${pkgver}.tar.gz")
-sha512sums=('d2b91d53734f031fd40dd0ed96bd1a7a7a826ac094ec0b7b03648daccd856ebef9d89854c1df64270375a5af7a8a6079b9223ffcee53ee38e62405492aec2206')
+sha512sums=('8df74f9d0e97bab0a3a9db8cb101935bcd46c1382ee7fcf82cb16191c66430f32bb34947ce63be9e668cdc8e3c89d945306f3e1509d86d5380827bc583397cb9')
 
 prepare() {
   mkdir ogre-${pkgver}/build
@@ -21,8 +21,6 @@
 build() {
   cd ogre-${pkgver}/build
 
-  export JAVA_HOME=/usr/lib/jvm/default
-
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DOGRE_BUILD_DEPENDENCIES=FALSE \
@@ -37,7 +35,6 @@
 package_ogre() {
   optdepends=('cppunit: unit testing'
               'python: python bindings'
-              'java-environment: jni bindings'
               'ogre-docs: documentation')
 
   cd ogre-${pkgver}/build



More information about the arch-commits mailing list