|
Bugzilla – Full Text Bug Listing |
| Summary: | lazarus: split package into multiple subpackages | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Paolo Stivanin <pstivanin> |
| Component: | Other | Assignee: | Paolo Stivanin <pstivanin> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P4 - Low | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Paolo Stivanin
2023-08-02 05:52:35 UTC
I've created libQt5Pas (https://build.opensuse.org/package/show/home:polslinux:teststuff/libQt5Pas) and libQt6Pas (https://build.opensuse.org/package/show/home:polslinux:teststuff/libQt6Pas) I actually went with the Fedora approach and created multiple packages from the main spec file (https://build.opensuse.org/package/show/home:polslinux:teststuff/lazarus): LCL packages: + lazarus-lcl + lazarus-lcl-nogui + lazarus-lcl-qt5 + lazarus-lcl-gtk2 + lazarus-lcl-gtk3 Doc package: + lazarus-doc IDE package: + lazarus-ide Tools package: + lazarus-tools QT5 bindings: + libQt5Pas Meta package: + lazarus (this will install: ide, lcl, lcl-gtk2, lcl-nogui, tools) building Peazip works fine: https://build.opensuse.org/package/show/home:polslinux:teststuff/peazip both peazip and ccdciel works fine with the new Lazarus setup. Lazarus has now been split into multiple packages https://build.opensuse.org/package/show/devel:languages:pascal/lazarus |