gcompris: 25.1.1 -> 26.1
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gcompris";
|
||||
version = "25.1.1";
|
||||
version = "26.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kde/stable/gcompris/qt/src/gcompris-qt-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-Y23pFov1/WKPrwYYRfGI8sOF0tp/ksSwRJE5zmxtoSo=";
|
||||
hash = "sha256-w4m4Y7KfASzMGz7vdAmC/2x2VME6LjQzl+5GYSTzEzk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -23,11 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# /nix/store/77zcv3vmndif01d4wh1rh0d1dyvyqzpy-gcompris-25.1.1/bin/..//nix/store/77zcv3vmndif01d4wh1rh0d1dyvyqzpy-gcompris-25.1.1/share/gcompris-qt/rcc/core.rcc
|
||||
substituteInPlace src/core/config.h.in --replace-fail \
|
||||
"../@_data_dest_dir@" "../share/gcompris-qt"
|
||||
|
||||
# Fix private Qt6 targets search for Qt 6.10
|
||||
substituteInPlace CMakeLists.txt --replace-fail \
|
||||
"set(QT_COMPONENTS Qml Quick Gui Multimedia Core Svg Network LinguistTools Sensors QuickControls2 QuickTemplates2 Charts Widgets QmlWorkerScript)" \
|
||||
"set(QT_COMPONENTS Qml Quick Gui Multimedia Core Svg Network LinguistTools Sensors QuickControls2 QuickTemplates2 Charts Widgets QmlWorkerScript CorePrivate QuickControls2BasicPrivate WaylandClientPrivate)"
|
||||
'';
|
||||
|
||||
cmakeFlags = [
|
||||
@@ -51,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
qtbase
|
||||
qtcharts
|
||||
qtdeclarative
|
||||
qtgraphs
|
||||
qtimageformats
|
||||
qtmultimedia
|
||||
qtsensors
|
||||
|
||||
Reference in New Issue
Block a user