gcompris, bump version (#10159)

This commit is contained in:
Schrijvers Luc
2024-02-28 08:25:38 +01:00
committed by GitHub
parent 5fa5be42e1
commit 3c91f8a9c8
2 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ COPYRIGHT="2014-2016 Bruno Coudoin
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-$portVersion.tar.xz"
CHECKSUM_SHA256="f21aa2ab5c18c388ab6ce5c2af0709a9332e2c84b34a64aa3eec36467f17cd00"
CHECKSUM_SHA256="c1c4ea9caec44affa3587af96ac79d964439ad957d895e0f2d2f32424bee0eb6"
SOURCE_DIR="gcompris-qt-$portVersion"
ADDITIONAL_FILES="gcompris.rdef.in"
PATCHES="gcompris-$portVersion.patchset"

View File

@@ -1,14 +1,14 @@
From e5b3c6620db4f7a8acb8473227cc9178af7ae4f9 Mon Sep 17 00:00:00 2001
From 3468d34e371be38db50839fe2bb64b1950e5d264 Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Fri, 24 Nov 2023 11:23:02 +0100
Subject: Set data path
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7fc5a7c..87403f4 100644
index 7be8358..c1c00ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -157,6 +157,8 @@ set(GRAPHICAL_RENDERER "auto" CACHE STRING "Policy for choosing the renderer bac
@@ -178,6 +178,8 @@ set(GRAPHICAL_RENDERER "auto" CACHE STRING "Policy for choosing the renderer bac
if(CMAKE_HOST_APPLE)
set(_bundle_bin gcompris-qt.app/Contents/MacOS)
set(_data_dest_dir bin/${_bundle_bin}/../Resources)
@@ -18,7 +18,7 @@ index 7fc5a7c..87403f4 100644
set(_data_dest_dir share/${GCOMPRIS_EXECUTABLE_NAME})
endif()
diff --git a/cmake/rcc.cmake b/cmake/rcc.cmake
index 633bc35..b022fbc 100644
index 79be819..a94f4e7 100644
--- a/cmake/rcc.cmake
+++ b/cmake/rcc.cmake
@@ -50,6 +50,8 @@ function(GCOMPRIS_ADD_RCC resource_path)
@@ -31,20 +31,20 @@ index 633bc35..b022fbc 100644
install(FILES ${CREATED_RCC} DESTINATION share/${GCOMPRIS_EXECUTABLE_NAME}/rcc)
endif()
--
2.42.1
2.43.2
From 15d01cf75fe99a9fb6b7b9d3918ed029174b150e Mon Sep 17 00:00:00 2001
From 0ea576f9c29a140804a7fbe081bf415405d0d7ab Mon Sep 17 00:00:00 2001
From: Begasus <begasus@gmail.com>
Date: Fri, 24 Nov 2023 11:35:04 +0100
Subject: Disable fullscreen on first launch
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 4ee0243..5617d19 100644
index 0731992..ce75afe 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -231,7 +231,7 @@ int main(int argc, char *argv[])
@@ -233,7 +233,7 @@ int main(int argc, char *argv[])
ApplicationInfo::getInstance()->checkPermissions();
// Disable default fullscreen launch on Mac as it's a bit broken, window is behind desktop bars
@@ -54,5 +54,5 @@ index 4ee0243..5617d19 100644
#else
// for other platforms, fullscreen is the default value
--
2.42.1
2.43.2