diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-22 23:45:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-23 00:01:00 +0100 |
commit | 9b638e6fb8b1191bef773df0963d25a9d2e618c9 (patch) | |
tree | b09581295144a68a1ad8a0da510e75cdddb7ca88 /kde-plasma | |
parent | kde-plasma/breeze-gtk: menus: make size react to fractional scaling (diff) | |
download | gentoo-9b638e6fb8b1191bef773df0963d25a9d2e618c9.tar.gz gentoo-9b638e6fb8b1191bef773df0963d25a9d2e618c9.tar.bz2 gentoo-9b638e6fb8b1191bef773df0963d25a9d2e618c9.zip |
kde-plasma/breeze-gtk: drop 5.27.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/breeze-gtk/breeze-gtk-5.27.3.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.27.3.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.27.3.ebuild deleted file mode 100644 index 2f5553b289dd..000000000000 --- a/kde-plasma/breeze-gtk/breeze-gtk-5.27.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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" - -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 -" - -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 -} |