Re: new version of liquidshell

Fabian Vogt <[email protected]> Sun, 12 Dec 2021 14:19:14 +0100
Newsgroups gmane.linux.suse.kde
Message-ID <10443435.DcBSQ9CY3t@fabians-envy>
Moin,

Am Sonntag, 12. Dezember 2021, 11:56:04 CET schrieb Martin Koller:
> On Sonntag, 12. Dezember 2021 01:02:16 CET Luca Beltrame wrote:
> > In data domenica 12 dicembre 2021 00:42:17 CET, Martin Koller ha scritto:
> > 
> > > I have released a new version of liquidshell (1.8), which is in KDE:Extra.
> > > What is the correct procedure to request an update of it in KDE:Extra ?
> > 
> > If you feel like doing the actual work:
> > 
> > - branch the package from KDE:Extra
> > - Update the package (add the new tarball, bump version, add changelog 
> > entries)
> > - Commit the changes
> > - Submit the changes back to KDE:Extra
> > 
> > The wiki has some instructions (https://en.opensuse.org/
> > openSUSE:Build_Service_Tutorial#A_start_to_end_example_of_a_simple_change). 
> > 
> > Otherwise this message can be considered a "poke" and some maintainer may get 
> > to it if time allows.
> 
> thanks, working on it.
> https://build.opensuse.org/package/show/home:martinkoller/liquidshell
> However I stumble over an issue: Factory and Tumbleweed build fine, but 15.* not
> since cmake does not find Qt5::ThemeSupport
> How can I find out in which rpm package this is included on a distribution version
> I'm not using locally ? (I'm on openSuse TW)

ThemeSupport is an internal Qt module, and those are only exported through
CMake in Qt 5.13+ (9c7ebd191b9862c28e9c96a511ec2878b7a3591d). There are some
alternative implementations of FindQt5ThemeSupport.cmake available, if you need
to support Qt < 5.13.

Cheers,
Fabian