From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze-gtk/
Date: Wed, 22 Mar 2023 23:01:09 +0000 (UTC) [thread overview]
Message-ID: <1679526059.557ee83481d1da0710344fd2a69d0a19f7cc0fd7.asturm@gentoo> (raw)
commit: 557ee83481d1da0710344fd2a69d0a19f7cc0fd7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 22:42:06 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 23:00:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557ee834
kde-plasma/breeze-gtk: menus: make size react to fractional scaling
Upstream commit 10c7dee6838906e96d78bee901ce39bb707aab2e
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/breeze-gtk/Manifest | 1 +
kde-plasma/breeze-gtk/breeze-gtk-5.27.3-r1.ebuild | 41 +++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/kde-plasma/breeze-gtk/Manifest b/kde-plasma/breeze-gtk/Manifest
index e9c9693a6380..80e07c9f55e8 100644
--- a/kde-plasma/breeze-gtk/Manifest
+++ b/kde-plasma/breeze-gtk/Manifest
@@ -1,2 +1,3 @@
DIST breeze-gtk-5.26.5.tar.xz 40312 BLAKE2B aa88c4624c4e8b0aa8211f3023af3a9e44be212a62be9a37ff70c561b00e58254a983bf8eef50b5ebb167a6391476b6b646cd8eea60c8104a7fca896d9f7535c SHA512 ce4ad8900b4147d21765783e5b2ec008734f589701db3dc1323206736d4439db2944b65c86197abe7311500decf6ceb095903bbc7c0f363ee5f46cd753864897
+DIST breeze-gtk-5.27.3-fix-menu-size-fractional-scaling.patch.xz 1956 BLAKE2B 328254a46e5727132036920d387d645117c66b018b49a33863ca8d863da40a1baaae437c5e0261b57a094ea831a9bb5885b598fe5cce916885ac2f38ae28fcc4 SHA512 5a9de6a25c95948fd950e45c1af0cf600730e43593a95d0058a7cfaec8e55648704b5835b9aeb955ed2c622cc0546e06d4e49c6423b20ef9f43eefb35a186a1d
DIST breeze-gtk-5.27.3.tar.xz 40392 BLAKE2B 0fedf69067f2b883ebd8e1b9dda9b221f0bf0d6bc64f5baf15edf3456c4d1e46b3f1a6f2883b3b4a42bbb38e0b5d6c057e4e2ed3d9d8f1e513f99f563d85cb01 SHA512 43d7fa4b27aff5faf0336870d0bf93e3e984d0721d2d9a36256ea2a981dad21dd4545efd5e803b4e289f4813d43148259a396adc80c6111b2d675ca3bc16e424
diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.27.3-r1.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.27.3-r1.ebuild
new file mode 100644
index 000000000000..a24318a1e121
--- /dev/null
+++ b/kde-plasma/breeze-gtk/breeze-gtk-5.27.3-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PVCUT=$(ver_cut 1-3)
+PYTHON_COMPAT=( python3_{9..11} )
+inherit ecm plasma.kde.org python-any-r1
+
+DESCRIPTION="Official GTK+ port of Plasma's Breeze widget style"
+HOMEPAGE="https://invent.kde.org/plasma/breeze-gtk"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-fix-menu-size-fractional-scaling.patch.xz"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+BDEPEND="${PYTHON_DEPS}
+ dev-lang/sassc
+ $(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]')
+ >=kde-plasma/breeze-${PVCUT}:5
+"
+
+PATCHES=( "${WORKDIR}/${P}-fix-menu-size-fractional-scaling.patch" )
+
+python_check_deps() {
+ python_has_version "dev-python/pycairo[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ python-any-r1_pkg_setup
+ ecm_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DPython3_EXECUTABLE="${PYTHON}"
+ )
+ ecm_src_configure
+}
next reply other threads:[~2023-03-22 23:01 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-22 23:01 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-10 11:11 [gentoo-commits] repo/gentoo:master commit in: kde-plasma/breeze-gtk/ WANG Xuerui
2024-10-07 2:52 Sam James
2024-05-21 19:05 Andreas Sturmlechner
2023-04-13 18:35 Andreas Sturmlechner
2023-04-13 18:35 Andreas Sturmlechner
2023-04-09 10:08 Andreas Sturmlechner
2023-03-22 23:01 Andreas Sturmlechner
2022-08-11 10:38 Sam James
2021-11-23 14:59 Andreas Sturmlechner
2019-02-14 18:36 Andreas Sturmlechner
2019-02-14 18:36 Andreas Sturmlechner
2019-02-14 18:36 Andreas Sturmlechner
2019-02-13 13:32 Andreas Sturmlechner
2018-05-26 0:52 Thomas Deutschmann
2016-09-17 8:27 Pacho Ramos
2016-08-05 16:07 Michael Palimaka
2015-12-09 12:08 Michael Palimaka
2015-12-09 12:08 Michael Palimaka
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=1679526059.557ee83481d1da0710344fd2a69d0a19f7cc0fd7.asturm@gentoo \
--to=asturm@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