From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/
Date: Fri, 11 Aug 2023 16:38:12 +0000 (UTC) [thread overview]
Message-ID: <1691771807.70e9ca294d7621787188386bf1aa5cdd3617be47.pacho@gentoo> (raw)
commit: 70e9ca294d7621787188386bf1aa5cdd3617be47
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 16:36:47 2023 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 16:36:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e9ca29
x11-themes/QGnomePlatform: add 0.9.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
x11-themes/QGnomePlatform/Manifest | 1 +
.../QGnomePlatform/QGnomePlatform-0.9.2.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index e82a2aef98bc..f025a2189ea7 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,2 +1,3 @@
DIST QGnomePlatform-0.9.0.tar.gz 43828 BLAKE2B aa4d1d9269c444d95e7d25e0e0206a63adf0a1be8658624b61d5e5fe55d3714e38a66ecbb6ea19ebf0cc9ee1ed4fb5cf4f29a84e7052c1c2475deca395794cd3 SHA512 7671b0659959ede79e47a821481a14ed861418f364d3d0b48789b1edfcf3b84f2aa658e3afce95730a841fdb018ebad38474a83268bd43b1ccfb653ef7e314aa
DIST QGnomePlatform-0.9.1.tar.gz 46387 BLAKE2B b62e6c6ca70e7e5a1a611d0a4af022aae0cf4096db51e00b2b45cf6ea655b703cd936336233c71038b82708ec79a202f436f5a29680ada6b4026958604c83670 SHA512 1b8f5d3241bbaa830858dc256285f91023a6e9f664c9920ebfdaf8bdc759e3c958a22bc52eb3559a86d96007118b8ce5efa900167feb491a60232b365c00784c
+DIST QGnomePlatform-0.9.2.tar.gz 46346 BLAKE2B a71a2c159d279e08929d2b1e1c5a7026d576d423b0dae40191e5e60d093c56a2cdcb7ade836566679903751435cb1923f5faea51e7c177bcdb0c1eaff30cf9c3 SHA512 a90caf521eca3d3213b10367b49226e594bd81c78be1198e4d590d44b2026e773319f6784cf1eb9528eee3214ed108ab49d1b85d263a26732873c859fa6e7bc6
diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.ebuild
new file mode 100644
index 000000000000..737aab9f339d
--- /dev/null
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2.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="minimal wayland"
+
+RDEPEND="
+ dev-qt/qtdbus:5=
+ >=dev-qt/qtquickcontrols2-5.15.2:5=
+ >=dev-qt/qtwidgets-5.15.2:5=
+ !minimal? ( 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
+}
next reply other threads:[~2023-08-11 16:38 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-11 16:38 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-11 16:17 [gentoo-commits] repo/gentoo:master commit in: x11-themes/QGnomePlatform/ Viorel Munteanu
2024-03-11 16:17 Viorel Munteanu
2023-12-16 9:27 Pacho Ramos
2023-12-16 9:27 Pacho Ramos
2023-11-26 9:22 Pacho Ramos
2023-11-10 16:39 Pacho Ramos
2023-09-29 10:40 Pacho Ramos
2023-09-29 10:40 Pacho Ramos
2023-08-11 16:38 Pacho Ramos
2023-06-24 17:44 Pacho Ramos
2023-06-08 12:23 Arthur Zamarin
2023-06-08 12:23 Arthur Zamarin
2023-05-22 13:09 Pacho Ramos
2023-05-14 11:37 Pacho Ramos
2023-04-20 13:24 Pacho Ramos
2023-04-20 13:24 Pacho Ramos
2023-04-20 13:24 Pacho Ramos
2022-12-01 22:28 Jakov Smolić
2022-12-01 22:24 Jakov Smolić
2022-10-23 16:17 Pacho Ramos
2022-10-02 8:03 Pacho Ramos
2022-10-02 8:03 Pacho Ramos
2022-05-04 22:32 Sam James
2022-05-04 22:32 Sam James
2022-01-15 9:40 Pacho Ramos
2022-01-15 9:40 Pacho Ramos
2022-01-15 9:40 Pacho Ramos
2022-01-13 2:00 Georgy Yakovlev
2021-12-14 15:45 Jakov Smolić
2021-12-14 15:45 Jakov Smolić
2021-11-23 15:28 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-08-10 14:56 Pacho Ramos
2021-08-10 14:56 Pacho Ramos
2021-07-11 20:51 Sam James
2021-07-09 6:26 Agostino Sarubbo
2021-06-06 18:12 Pacho Ramos
2021-05-21 19:49 Sam James
2021-05-21 19:49 Sam James
2021-04-17 20:08 Pacho Ramos
2020-11-10 10:00 Pacho Ramos
2020-07-14 19:16 Pacho Ramos
2020-06-21 20:31 Thomas Deutschmann
2020-06-09 20:03 Pacho Ramos
2020-05-20 20:17 Pacho Ramos
2020-03-20 15:11 Pacho Ramos
2020-03-20 15:11 Pacho Ramos
2020-03-15 18:41 Agostino Sarubbo
2020-03-14 19:46 Agostino Sarubbo
2019-12-15 15:22 Pacho Ramos
2019-06-27 7:29 Sergei Trofimovich
2019-04-02 6:43 Pacho Ramos
2019-04-02 1:37 Thomas Deutschmann
2019-03-31 12:42 Pacho Ramos
2019-01-05 13:24 Pacho Ramos
2019-01-05 13:24 Pacho Ramos
2018-09-24 1:50 Thomas Deutschmann
2018-09-22 10:56 Pacho Ramos
2018-07-24 16:24 Pacho Ramos
2017-10-17 16:18 Pacho Ramos
2017-09-08 13:46 Pacho Ramos
2017-07-21 8:46 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1691771807.70e9ca294d7621787188386bf1aa5cdd3617be47.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox