Hi,
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 ?
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.
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)
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)
pin on 15.2 says:
./x86_64/libQt5PlatformSupport-devel-static-5.12.7-lp152.2.3.x86_64.rpm: drwxr-xr-x 2 root root 0 May 16 18:42 /usr/ include/qt5/QtThemeSupport
Hope that helps,
MH
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