emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69628: closed ([PATCH WIP qt-team 00/21] Update some qt6 package.)


From: GNU bug Tracking System
Subject: bug#69628: closed ([PATCH WIP qt-team 00/21] Update some qt6 package.)
Date: Sat, 30 Mar 2024 02:35:02 +0000

Your message dated Fri, 29 Mar 2024 22:34:43 -0400
with message-id <87a5mgzbuk.fsf@gmail.com>
and subject line Re: [bug#69628] [PATCH 2/2] gnu: python-pyqt-6: Update to 
6.6.1.
has caused the debbugs.gnu.org bug report #69628,
regarding [PATCH WIP qt-team 00/21] Update some qt6 package.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69628: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69628
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH WIP qt-team 00/21] Update some qt6 package. Date: Fri, 8 Mar 2024 14:06:54 +0800
Hello! This is some qt6 package update, is part of plasma 6 update,
I'm not very familiar with qt6, So if there is any problem, it must be my 
problem.
Commits prefixed with FIXME are packages that may need to be fix.

Missing qtwebengine, pyqt and many packages. 

plasma 6 work is in https://github.com/Z572/guix/commits/kde6-rebase2/


Zheng Junjie (21):
  FIXME: gnu: qtbase: Update to 6.6.2.
  gnu: qtsvg: Update to 6.6.2.
  gnu: qtshadertools: Update to 6.6.2.
  gnu: qtnetworkauth: Update to 6.6.2.
  gnu: qtimageformats: Update to 6.6.2.
  gnu: qtlanguageserver: Update to 6.6.2.
  gnu: qtpositioning: Update to 6.6.2.
  FIXME: gnu: qtdeclarative: Update to 6.6.2.
  gnu: qttools: Update to 6.6.2.
  gnu: qt5compat: Update to 6.6.2.
  gnu: qtlottie: Update to 6.6.2.
  gnu: qtwebsockets: Update to 6.6.2.
  gnu: qttranslations: Update to 6.6.2.
  gnu: qtwebchannel: Update to 6.6.2.
  gnu: qtwayland: Update to 6.6.2.
  gnu: qtremoteobjects: Update to 6.6.2.
  gnu: qtmultimedia: Update to 6.6.2.
  gnu: qtspeech: Rename to qtspeech-5.
  gnu: Add qtspeech.
  gnu: qtsensors: Rename to qtsensors-5.
  gnu: Add qtsensors.

 gnu/local.mk                                  |   1 -
 gnu/packages/education.scm                    |   2 +-
 gnu/packages/games.scm                        |   2 +-
 gnu/packages/geo.scm                          |   2 +-
 gnu/packages/kde-frameworks.scm               |   2 +-
 gnu/packages/kde-pim.scm                      |   4 +-
 gnu/packages/kde-plasma.scm                   |   2 +-
 gnu/packages/kde-utils.scm                    |   2 +-
 gnu/packages/kde.scm                          |   2 +-
 gnu/packages/patches/qtbase-use-TZDIR.patch   | 141 ----------------
 .../qtdeclarative-disable-qmlcache.patch      |  27 +++-
 gnu/packages/qt.scm                           | 151 ++++++++++++------
 gnu/packages/radio.scm                        |   2 +-
 13 files changed, 136 insertions(+), 204 deletions(-)
 delete mode 100644 gnu/packages/patches/qtbase-use-TZDIR.patch


base-commit: 0b5cbca689b2f91949e191ca256ffc9bb48c1141
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69628] [PATCH 2/2] gnu: python-pyqt-6: Update to 6.6.1. Date: Fri, 29 Mar 2024 22:34:43 -0400 User-agent: Gnus/5.13 (Gnus v5.13)
Hi,

Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> * gnu/packages/qt.scm (python-pyqt-6): Update to 6.6.1.
>
> Change-Id: Ie2de2267eca8a164a3bda86c69b41b9371d758a1
> ---
>  gnu/packages/qt.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
> index 8b0371681c..841a8b4fd3 100644
> --- a/gnu/packages/qt.scm
> +++ b/gnu/packages/qt.scm
> @@ -3882,14 +3882,14 @@ (define-public python-pyqt
>  (define-public python-pyqt-6
>    (package
>      (inherit python-pyqt)
> -    (version "6.5.2")
> +    (version "6.6.1")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (pypi-uri "PyQt6" version))
>         (file-name (string-append "PyQt6-" version ".tar.gz"))
>         (sha256
> -        (base32 "100jh1iiz5gx821qzgicfrqv7hjjj98pchdbc1nvdzzra1ryx1ql"))))
> +        (base32 "0y83zm7xd2yspjbhmlkqhgi0ppxqhivx0d8gdz2l4l90kni8l5cz"))))
>      (inputs ;Qt5 dependencies only in python-pyqt:
>              ;; (qt)connectivity, location, sensors, serialport, x11extras, 
> xmlpatterns.
>              (list python-wrapper

I've applied these two to the qt-team branch.

Closing.

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]