From 351b26cfd42c558fa0f8eef51960c87bb0674026 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 May 2023 20:57:19 +0100 Subject: gentoo auto-resync : 22:05:2023 - 20:57:18 --- x11-themes/QGnomePlatform/Manifest | 1 + .../QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild (limited to 'x11-themes/QGnomePlatform') diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest index a8f3e080e9b6..ae0ccf56d3d6 100644 --- a/x11-themes/QGnomePlatform/Manifest +++ b/x11-themes/QGnomePlatform/Manifest @@ -1,5 +1,6 @@ DIST QGnomePlatform-0.9.0.tar.gz 43828 BLAKE2B aa4d1d9269c444d95e7d25e0e0206a63adf0a1be8658624b61d5e5fe55d3714e38a66ecbb6ea19ebf0cc9ee1ed4fb5cf4f29a84e7052c1c2475deca395794cd3 SHA512 7671b0659959ede79e47a821481a14ed861418f364d3d0b48789b1edfcf3b84f2aa658e3afce95730a841fdb018ebad38474a83268bd43b1ccfb653ef7e314aa DIST QGnomePlatform-0.9.1.tar.gz 46387 BLAKE2B b62e6c6ca70e7e5a1a611d0a4af022aae0cf4096db51e00b2b45cf6ea655b703cd936336233c71038b82708ec79a202f436f5a29680ada6b4026958604c83670 SHA512 1b8f5d3241bbaa830858dc256285f91023a6e9f664c9920ebfdaf8bdc759e3c958a22bc52eb3559a86d96007118b8ce5efa900167feb491a60232b365c00784c EBUILD QGnomePlatform-0.9.0-r1.ebuild 814 BLAKE2B 3f39fb15f71f9d94719884e25f0028c2b1fde9beb64c5e4c06c5f8e751a7a4e146be20a33adc19ebac4cade61e1381dbe919ca60366e3c767a59ea91bb439055 SHA512 9c6dfbc8d0a1bf8d9087f77c2437160c1946e0708540eff808acc433f6c4081124826e8a0b94bb7d60dd4598c8c210aa42e17e66193bb13231f0078c12870b28 +EBUILD QGnomePlatform-0.9.1-r1.ebuild 891 BLAKE2B a600be24957f55d7e9ce0b07641a4a58dce6f2821332895c6e62120580693b7e6f27c3736d49cbd5f31c9ba05e1e8c52d381f816ba6eef9af1f34e8b4a29f6bb SHA512 ecdf5838222a821b4b30ebe798af8c93e6ebf944021c7fc88d8cdca4a66f2a045535f6a397f45012d9da6eb0bba2974f73307d1ed0e4f92e78b7022c4aeb8e5e EBUILD QGnomePlatform-0.9.1.ebuild 853 BLAKE2B bcf1a44f9833f7c97185b631d496d78f7f3dbbc225041c33b3216a10fb72e04b1e424204094da421a45690f8a55f4a5705103bdc673af90e5fff0666c7655b03 SHA512 d86385b91efcd7a79260c9efda07f252f72dd3591f88c10c413dbe72db1732c49ffec91e7ac64ca5f29c1745415ffbc23150d5902456272889069e1f9e48ae48 MISC metadata.xml 305 BLAKE2B f67fe263c76d1afef25f949b60da91bece890f786e1123e3481addad7b90e56bb7371c56d44d7e619eac9bbedebce1ae934d3319903b403aed7d9c29eb915131 SHA512 cfd7d208224234fb616d260b4cbdf04bda0161a0c36746aea12c3ceca16230543429195b93465c5b44c7aac95f89da4e9175c70f70112cde27eeac0af040b267 diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild new file mode 100644 index 000000000000..97098a1caae6 --- /dev/null +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit cmake + +DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings" +HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform" +SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="wayland" + +RDEPEND=" + dev-qt/qtdbus:5= + >=dev-qt/qtquickcontrols2-5.15.2:5= + >=dev-qt/qtwidgets-5.15.2:5= + kde-frameworks/qqc2-desktop-style:5= + wayland? ( dev-qt/qtwayland:5= ) + gnome-base/gsettings-desktop-schemas + sys-apps/xdg-desktop-portal + x11-libs/gtk+:3 + >=x11-themes/adwaita-qt-1.4.2 +" +DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + -DUSE_QT6=false + -DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)" + ) + cmake_src_configure +} -- cgit v1.2.3