new version of liquidshell
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 ? -- Best regards/Schöne Grüße Martin A: Because it breaks the logical sequence of discussion Q: Why is top posting bad? () ascii ribbon campaign - against html e-mail /\ - against proprietary attachments Frühstück, Geschenkideen, Accessoires, Kulinarisches: www.lillehus.at
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. -- Luca Beltrame - KDE Forums team GPG key ID: A29D259B
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) -- Best regards/Schöne Grüße Martin A: Because it breaks the logical sequence of discussion Q: Why is top posting bad? () ascii ribbon campaign - against html e-mail /\ - against proprietary attachments Frühstück, Geschenkideen, Accessoires, Kulinarisches: www.lillehus.at
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 -- Mathias Homann Mathias.Homann@openSUSE.org OBS: lemmy04 Jabber (XMPP): lemmy@tuxonline.tech IRC: [Lemmy] on liberachat and ircnet (bouncer active) keybase: https://keybase.io/lemmy gpg key fingerprint: 8029 2240 F4DD 7776 E7D2 C042 6B8E 029E 13F2 C102
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
participants (4)
-
Fabian Vogt
-
Luca Beltrame
-
Martin Koller
-
Mathias Homann