lomiri.lomiri-ui-toolkit: 1.3.5011 -> 1.3.5012

This commit is contained in:
OPNA2608 2024-01-28 17:13:19 +01:00
parent 2ae87ee36d
commit 0f37382b13

View File

@ -22,6 +22,7 @@
, qtsvg , qtsvg
, qtsystems , qtsystems
, suru-icon-theme , suru-icon-theme
, validatePkgConfig
, wrapQtAppsHook , wrapQtAppsHook
, xvfb-run , xvfb-run
}: }:
@ -33,13 +34,13 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "lomiri-ui-toolkit"; pname = "lomiri-ui-toolkit";
version = "1.3.5011"; version = "1.3.5012";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "ubports"; owner = "ubports";
repo = "development/core/lomiri-ui-toolkit"; repo = "development/core/lomiri-ui-toolkit";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-z/EEmC9LjQtBx5MRDLeImxpRrzH4w6v6o+NmqX+L4dw="; hash = "sha256-Azz2IOm/7XRvDbyIKaYxrkR47evSB17ejtssuEJayPc=";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -57,22 +58,6 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-x8Zk7+VBSlM16a3V1yxJqIB63796H0lsS+F4dvR/z80="; hash = "sha256-x8Zk7+VBSlM16a3V1yxJqIB63796H0lsS+F4dvR/z80=";
}) })
# Small fixes to statesaver & tst_imageprovider.11.qml tests
# Remove when version > 1.3.5011
(fetchpatch {
name = "0003-lomiri-ui-toolkit-tests-Minor-fixes.patch";
url = "https://gitlab.com/ubports/development/core/lomiri-ui-toolkit/-/commit/a8324d670b813a48ac7d48aa0bc013773047a01d.patch";
hash = "sha256-W6q3LuQqWmUVSBzORcJsTPoLfbWwytABMDR6JITHrDI=";
})
# Fix Qt 5.15.11 compatibility
# Remove when version > 1.3.5011
(fetchpatch {
name = "0004-lomiri-ui-toolkit-Fix-compilation-with-Qt-5.15.11.patch";
url = "https://gitlab.com/ubports/development/core/lomiri-ui-toolkit/-/commit/4f999077dc6bc5591bdfede64fd21cb3acdcaac1.patch";
hash = "sha256-5VCQFOykxgspNBxH94XYuBpdHsH9a3+8FwV6xQE55Xc=";
})
./2001-Mark-problematic-tests.patch ./2001-Mark-problematic-tests.patch
]; ];
@ -130,6 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config pkg-config
python3 python3
qmake qmake
validatePkgConfig
wrapQtAppsHook wrapQtAppsHook
]; ];
@ -242,6 +228,7 @@ stdenv.mkDerivation (finalAttrs: {
- localisation through gettext - localisation through gettext
''; '';
homepage = "https://gitlab.com/ubports/development/core/lomiri-ui-toolkit"; homepage = "https://gitlab.com/ubports/development/core/lomiri-ui-toolkit";
changelog = "https://gitlab.com/ubports/development/core/lomiri-ui-toolkit/-/blob/${finalAttrs.version}/ChangeLog";
license = with licenses; [ gpl3Only cc-by-sa-30 ]; license = with licenses; [ gpl3Only cc-by-sa-30 ];
maintainers = teams.lomiri.members; maintainers = teams.lomiri.members;
platforms = platforms.linux; platforms = platforms.linux;