diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-08 13:17:14 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-25 11:30:31 +0200 |
commit | 7122a8205a9c5d53b67170feb6b326f2b701fc75 (patch) | |
tree | 8fc8415fca24d25663c94bd83c99fd9605c84ae8 | |
parent | 1f3c99c64565f698d6128b72bd09a9954a0added (diff) |
gnu: qtbase-5: Update to 5.15.16.
* gnu/packages/qt.scm (qtbase-5): Update to 5.15.16.
[inputs]: Replace libxkbcommon-1.5 with libxkbcommon.
Change-Id: I67907dbc6846f9bbed284b0cfbfcf79d95e4cefa
-rw-r--r-- | gnu/packages/qt.scm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 5009ebee67..4ecd461f09 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -495,13 +495,13 @@ system, and the core design of Django is reused in Grantlee.") (define-public qtbase-5 (package (name "qtbase") - (version "5.15.15") + (version "5.15.16") (source (origin (method url-fetch) (uri (qt-url name version)) (sha256 (base32 - "18bbg5ids7j8vk7mp0bcrik22mafcfq4a2smgjlwnkk9rzz43yg5")) + "14hm0kyp1y8lsc6wn3bsy28i6zf8l9b6f81pm1mqn18qih2iaj5h")) ;; Use TZDIR to avoid depending on package "tzdata". (patches (search-patches "qtbase-5-use-TZDIR.patch" "qtbase-moc-ignore-gcc-macro.patch" @@ -544,10 +544,7 @@ system, and the core design of Django is reused in Grantlee.") libxfixes libxi libxinerama - ;; Use libxkbcommon-1.5 as 1.6.0 removed keysyms referenced in the - ;; qtbase source. - ;; TODO: Check if libxkbcommon can be used on next update. - libxkbcommon-1.5 + libxkbcommon libxml2 libxrandr libxrender @@ -1200,7 +1197,7 @@ tst_qt_cmake_create.cpp" (prepend libxkbcommon vulkan-headers))) (inputs (modify-inputs (package-inputs qtbase-5) - (delete "libxkbcommon") ;qtbase-5 use libxkbcommon-1.5 + (delete "libxkbcommon") (prepend at-spi2-core bash-minimal coreutils-minimal |