stellarium: update to 0.18.3.
This commit is contained in:
parent
ab02d22ea3
commit
e826e14a30
|
@ -1,27 +0,0 @@
|
|||
--- CMakeLists.txt.orig 2018-07-01 08:04:19.000000000 +0200
|
||||
+++ CMakeLists.txt 2018-07-17 08:52:24.193931980 +0200
|
||||
@@ -418,24 +418,6 @@
|
||||
ADD_DEFINITIONS(-DUSE_OLD_QGLWIDGET)
|
||||
ENDIF()
|
||||
|
||||
-# Since Qt 5.4, linking to OpenGL is basically not required anymore,
|
||||
-# because the QtGui module re-implements the GL functions, and perhaps even
|
||||
-# dispatches the calls to a dynamically selected GL library.
|
||||
-#
|
||||
-# The only exception where this does not work with CMake is for
|
||||
-# ES2-only/ANGLE-only builds, which are seemingly not included in
|
||||
-# official Qt downloads, but may be required as a custom build
|
||||
-# for some embedded systems. Interestingly, this works with qmake,
|
||||
-# but CMake needs an explicit link definition.
|
||||
-# See also this bug: https://bugreports.qt.io/browse/QTBUG-29132
|
||||
-
|
||||
-# Check if we have a GLES-only build
|
||||
-# On dynamic builds, this property is also "GL"
|
||||
-IF(${Qt5Gui_OPENGL_IMPLEMENTATION} MATCHES "GLES")
|
||||
- MESSAGE(STATUS "Building an OpenGL ES build (${Qt5Gui_OPENGL_IMPLEMENTATION})")
|
||||
- SET(STEL_GLES_LIBS Qt5::Gui_EGL Qt5::Gui_GLESv2)
|
||||
-ENDIF()
|
||||
-
|
||||
|
||||
# Tell CMake to run moc when necessary:
|
||||
SET(CMAKE_AUTOMOC ON)
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'stellarium'
|
||||
pkgname=stellarium
|
||||
version=0.18.2
|
||||
version=0.18.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="perl qt5-qmake qt5-host-tools"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.stellarium.org/"
|
||||
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
|
||||
checksum=7582a8ef96ab673a17a248b97bc9deb69b9d65f07e9689f1761c284e36b028db
|
||||
checksum=8365499ff5ed153db4d03cd13d4d3081c7dd77e9f1bee8e6a8a648b498cca8d6
|
||||
|
||||
stellarium-data_package() {
|
||||
short_desc+=" - data files"
|
||||
|
|
Loading…
Reference in New Issue