On 2026-02-18 12:53, Jon Turney via Cygwin-apps wrote:
On 15/02/2026 09:30, Mark Geisert via Cygwin-apps wrote:
Could someone with appropriate authorization kindly update the Cygwin package list to have me as maintainer of qt5-tools and qscintilla2?
I've uploaded latest versions of these but I'm blocked as non-maintainer.

You can clone the build repo from https://cygwin.com/git/cygwin-packages/qscintilla2 and push to the playground branch for CI testing.

When you become maintainer, change https:// to ssh:// in .git/config, merge playground to main, and push. If the build checks error free, you can deploy from main using the CI job number: this is now the preferred approach, as everything is done publicly, rather than using local scripts, builds, checks, and uploads.

This is still being declined due to the following:

ERROR: package 'qscintilla2-src' version '2.10.2-2' build-depends: 'pkgconfig(Qt5Designer)', but nothing satisfies that ERROR: package 'qscintilla2-src' version '2.10.2-2' build-depends: 'pkgconfig(Qt5Gui)', but nothing satisfies that ERROR: package 'qscintilla2-src' version '2.10.2-2' build-depends: 'pkgconfig(Qt5Widgets)', but nothing satisfies that

Unfortunately, this form of build-depends never worked and is now rejected.
You should replace these with the name of the package(s) containing the corresponding .pc file(s) (usually the associated devel package), i.e. libQt5Designer-devel and libQt5Gui-devel.

$ cygcheck -f /usr/lib/pkgconfig/Qt5Widgets.pc
libQt5Gui-devel-5.9.4-2

Use `-p` for available packages you probably have not yet installed, with BREs rather than shell patterns: drop the root `/` as that is not in package tars:

$ cygcheck -p 'usr/lib/pkgconfig/Qt5\(Designer\|Gui\|Widgets\).pc'
Found 8 matches for usr/lib/pkgconfig/Qt5\(Designer\|Gui\|Widgets\).pc
libQt5Designer-devel-5.9.2-1 - libQt5Designer-devel: Qt C++ application framework (development tools) (Designer extension library) libQt5Designer-devel-5.9.3-1 - libQt5Designer-devel: Qt C++ application framework (development tools) (Designer extension library) libQt5Designer-devel-5.9.4-1 - libQt5Designer-devel: Qt C++ application framework (development tools) (Designer extension library) libQt5Gui-devel-5.15.18-1 - libQt5Gui-devel: Qt C++ application framework (core libraries) libQt5Gui-devel-5.15.18-2 - libQt5Gui-devel: Qt C++ application framework (core libraries) libQt5Gui-devel-5.9.3-2 - libQt5Gui-devel: Qt C++ application framework (core libraries) libQt5Gui-devel-5.9.4-1 - libQt5Gui-devel: Qt C++ application framework (core libraries) libQt5Gui-devel-5.9.4-2 - libQt5Gui-devel: Qt C++ application framework (core libraries)

--
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retrancher  but when there is no more to cut
                                -- Antoine de Saint-Exupéry

Reply via email to