[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/63: gnu: Remove qtquickcontrols2.
From: |
guix-commits |
Subject: |
28/63: gnu: Remove qtquickcontrols2. |
Date: |
Mon, 21 Aug 2023 14:02:01 -0400 (EDT) |
apteryx pushed a commit to branch qt-updates
in repository guix.
commit 0b1a3ad5a092f238f7e28f23e156307a37cfbea2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Aug 11 21:29:54 2023 -0400
gnu: Remove qtquickcontrols2.
* gnu/packages/qt.scm (qtquickcontrols2): Delete variable.
(pyotherside) [inputs]: Remove qtquickcontrols2.
---
gnu/packages/qt.scm | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index eda92b103e..5132d8553a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2206,12 +2206,6 @@ module that provides platform integration: native
dialogs, menus and menu bars,
and tray icons. It falls back to Qt Widgets when a native implementation is
not available.")))
-(define-public qtquickcontrols2
- ;; qtquickcontrols2 still exist, but was merged into qtdeclarative.
- ;; Unfortunately that hasn't been well communicated at all (see:
- ;; https://bugreports.qt.io/browse/QTBUG-79454).
- (deprecated-package "qtquickcontrols2" qtdeclarative))
-
(define-public qtgraphicaleffects
(package
(inherit qtsvg-5)
@@ -3445,7 +3439,7 @@ instances.")
;; installation prefix.
(lambda _
(invoke "make" "sub-src-install_subtargets"))))))
- (inputs (list python qtdeclarative qtquickcontrols2 qtsvg))
+ (inputs (list python qtdeclarative qtsvg))
(home-page "https://thp.io/2011/pyotherside/";)
(synopsis "Qt plugin providing access to a Python 3 interpreter from QML")
(description "Pyotherside is a Qt plugin providing access to a Python 3
- 05/63: gnu: qtdeclarative: Disable QML cache to avoid stale cache issues., (continued)
- 05/63: gnu: qtdeclarative: Disable QML cache to avoid stale cache issues., guix-commits, 2023/08/21
- 38/63: gnu: qtwebsockets-5: Update to 5.15.10., guix-commits, 2023/08/21
- 31/63: gnu: qt3d-5: Update to 5.15.10., guix-commits, 2023/08/21
- 40/63: gnu: qtmultimedia-5: Update to 5.15.10., guix-commits, 2023/08/21
- 09/63: gnu: qt5compat: Update to 6.5.2., guix-commits, 2023/08/21
- 03/63: gnu: qt-creator: Use mirror://qt for source URI., guix-commits, 2023/08/21
- 21/63: gnu: qtlottie: Update to 6.5.2., guix-commits, 2023/08/21
- 15/63: gnu: qtdeclarative: Update to 6.5.2., guix-commits, 2023/08/21
- 10/63: gnu: qtsvg: Update to 6.5.2., guix-commits, 2023/08/21
- 22/63: gnu: qttools: Update to 6.5.2., guix-commits, 2023/08/21
- 28/63: gnu: Remove qtquickcontrols2.,
guix-commits <=
- 45/63: gnu: qtserialbus: Update to 5.15.10., guix-commits, 2023/08/21
- 47/63: gnu: qtwebglplugin: Update to 5.15.10., guix-commits, 2023/08/21
- 50/63: gnu: qttools-5: Update to 5.15.10., guix-commits, 2023/08/21
- 58/63: gnu: qtcharts: Update to 5.15.10., guix-commits, 2023/08/21
- 48/63: gnu: qtwebview: Update to 5.15.10., guix-commits, 2023/08/21
- 55/63: gnu: qtgamepad: Update to 5.15.10., guix-commits, 2023/08/21
- 61/63: gnu: qtspeech: Update to 5.15.10., guix-commits, 2023/08/21
- 53/63: gnu: qtquickcontrols2-5: Update to 5.15.10., guix-commits, 2023/08/21
- 54/63: gnu: qtgraphicaleffects: Update to 5.15.10., guix-commits, 2023/08/21
- 56/63: gnu: qtscxml: Update to 5.15.10., guix-commits, 2023/08/21