From e826e14a304e6437e979a576a3ab49d51515ec03 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 25 Dec 2018 23:54:05 +0100 Subject: [PATCH] stellarium: update to 0.18.3. --- srcpkgs/stellarium/patches/cmake-gles.patch | 27 --------------------- srcpkgs/stellarium/template | 4 +-- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 srcpkgs/stellarium/patches/cmake-gles.patch diff --git a/srcpkgs/stellarium/patches/cmake-gles.patch b/srcpkgs/stellarium/patches/cmake-gles.patch deleted file mode 100644 index 436097938b6..00000000000 --- a/srcpkgs/stellarium/patches/cmake-gles.patch +++ /dev/null @@ -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) diff --git a/srcpkgs/stellarium/template b/srcpkgs/stellarium/template index 03c2b992cc1..d12b610956d 100644 --- a/srcpkgs/stellarium/template +++ b/srcpkgs/stellarium/template @@ -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 " 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"