Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11-themes/QGnomePlatform: make wayland optional #27591

Closed
wants to merge 1 commit into from

Conversation

MeisterP
Copy link
Contributor

@MeisterP MeisterP commented Oct 3, 2022

replaces #24691

--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.0.ebuild
@@ -11,12 +11,12 @@ SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE=""
+IUSE="wayland"
 
 RDEPEND="
        dev-qt/qtdbus:5=
        >=dev-qt/qtwidgets-5.15.2:5=
-       dev-qt/qtwayland:5=
+               wayland? ( dev-qt/qtwayland:5= )
        dev-qt/qtx11extras:5=
        gnome-base/gsettings-desktop-schemas
        sys-apps/xdg-desktop-portal
@@ -29,6 +29,7 @@ BDEPEND="${RDEPEND}"
 src_configure() {
        local mycmakeargs=(
                -DUSE_QT6=false
+                       -DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
        )
        cmake_src_configure
 }

Signed-off-by: Daniel Brandt <poncho@spahan.ch>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @MeisterP
Areas affected: ebuilds
Packages affected: x11-themes/QGnomePlatform

x11-themes/QGnomePlatform: @pacho2

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.

If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. labels Oct 3, 2022
@MeisterP
Copy link
Contributor Author

MeisterP commented Oct 3, 2022

@pacho2 and @thesamesam :
Please have a look. I've rebased my old pullrequest from #24691 . This should be ready to merge.

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-10-03 06:37 UTC
Newest commit scanned: 4982698
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/b1fdd1c0c0/output.html

@MeisterP MeisterP deleted the feature/QGnomePlatform branch October 23, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits.
Projects
None yet
3 participants