summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-11-30 15:20:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-11-30 15:32:10 +0100
commit91ed1a74126b046736cd884d7f97d0c1ee345673 (patch)
tree66b2f46c4b5cabe2dd78bd03002cdb30f86d03c8 /kde-plasma/breeze-gtk
parentkde-plasma/breeze-grub: drop 5.23.3* (diff)
downloadgentoo-91ed1a74126b046736cd884d7f97d0c1ee345673.tar.gz
gentoo-91ed1a74126b046736cd884d7f97d0c1ee345673.tar.bz2
gentoo-91ed1a74126b046736cd884d7f97d0c1ee345673.zip
kde-plasma/breeze-gtk: drop 5.23.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/breeze-gtk')
-rw-r--r--kde-plasma/breeze-gtk/Manifest1
-rw-r--r--kde-plasma/breeze-gtk/breeze-gtk-5.23.3-r1.ebuild41
-rw-r--r--kde-plasma/breeze-gtk/files/breeze-gtk-5.23.3-fix-unneeded-outline.patch52
3 files changed, 0 insertions, 94 deletions
diff --git a/kde-plasma/breeze-gtk/Manifest b/kde-plasma/breeze-gtk/Manifest
index f6024fadf605..e519d9b2d516 100644
--- a/kde-plasma/breeze-gtk/Manifest
+++ b/kde-plasma/breeze-gtk/Manifest
@@ -1,3 +1,2 @@
DIST breeze-gtk-5.22.5.tar.xz 47424 BLAKE2B 0252cad49e10153c99bffdf6ee355057d023bd867b53b7ce9f67c72808a0425efe5a8ae845297f0c1f558d7e5c33299de417fac78589001a59f0b863669153a8 SHA512 91ae3512ce71f04a7694e439b763b99faf10ca43af1b68790ae6822b481e43a769254add15fab01d9b45a5306a50ea5d59493638df9d6ca526dd8c2d54126c9d
-DIST breeze-gtk-5.23.3.tar.xz 47608 BLAKE2B 2bda56f8a0c3d7f40bb72518d7976f860246cdc5dbe483a5b0ca33d05ae83e5e61a41ddd48051b1c496c01a14121edd6526f367963449d700698a7f6f4049fb5 SHA512 91772c13b7a055d8fcfe452871009412337b0dbda3f34df1c9060ba682cc86de785e2c7709a43685aa6b69e740a89dc2bfcf88af3738e69103c4a65ef216c117
DIST breeze-gtk-5.23.4.tar.xz 43560 BLAKE2B 5d7e89e7639b69b01595852d20aecb1714be0ec27b8732fac6507b326372716254ecd29373e2f6d2d890a10430bb298cf9d033aa5d7c8c7bb405b49721e4cdc2 SHA512 05b92b30a2cc25f930b2f8c54eb6068b1e74edab96ad5fd1c42ddf4eef81d5d333c59fb11747056b15da6cfe356666bb573d290055ab56fe3a2c940334d659ed
diff --git a/kde-plasma/breeze-gtk/breeze-gtk-5.23.3-r1.ebuild b/kde-plasma/breeze-gtk/breeze-gtk-5.23.3-r1.ebuild
deleted file mode 100644
index 93b076e2fed7..000000000000
--- a/kde-plasma/breeze-gtk/breeze-gtk-5.23.3-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-PYTHON_COMPAT=( python3_{8..10} )
-inherit ecm 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 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-BDEPEND="${PYTHON_DEPS}
- dev-lang/sassc
- $(python_gen_any_dep 'dev-python/pycairo[${PYTHON_USEDEP}]')
- >=dev-util/cmake-3.16
- >=kde-plasma/breeze-${PVCUT}:5
-"
-
-PATCHES=( "${FILESDIR}/${P}-fix-unneeded-outline.patch" ) # KDE-bug 443626
-
-python_check_deps() {
- 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
-}
diff --git a/kde-plasma/breeze-gtk/files/breeze-gtk-5.23.3-fix-unneeded-outline.patch b/kde-plasma/breeze-gtk/files/breeze-gtk-5.23.3-fix-unneeded-outline.patch
deleted file mode 100644
index b835094140a5..000000000000
--- a/kde-plasma/breeze-gtk/files/breeze-gtk-5.23.3-fix-unneeded-outline.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 6834ee83d09b7c56fbe3d137b660db25484573f3 Mon Sep 17 00:00:00 2001
-From: Yaroslav Sidlovsky <zawertun@gmail.com>
-Date: Thu, 18 Nov 2021 14:15:36 +0300
-Subject: [PATCH] Fixed toolbar buttons style, removing unneeded outline
-
-BUG: 443626
-
-
-(cherry picked from commit 23ba2a8dc728cd7105e5994ed1d4dc143f7d69a1)
----
- src/gtk3/widgets/_button.scss | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/src/gtk3/widgets/_button.scss b/src/gtk3/widgets/_button.scss
-index 4bd0ce7..e7250ee 100644
---- a/src/gtk3/widgets/_button.scss
-+++ b/src/gtk3/widgets/_button.scss
-@@ -176,6 +176,7 @@ $_dot_color: gtk("@theme_button_decoration_focus");
-
- @include button(normal);
- &.flat {
-+ @include button(undecorated);
- // to avoid adiacent buttons borders clashing when transitioning, the transition on the normal state is set
- // to none, while it's added back in the hover state, so the button decoration will fade in on hover, but
- // it won't fade out when the pointer leave the button allocation area. To make the transition more evident
-@@ -228,12 +229,15 @@ $_dot_color: gtk("@theme_button_decoration_focus");
- }
- &.flat:backdrop {
- -gtk-icon-effect: none;
-+ @include button(undecorated);
- color: gtk("@theme_button_foreground_backdrop");
- }
- &.flat:disabled {
-+ @include button(undecorated);
- color: gtk("@theme_button_foreground_insensitive");
- }
- &.flat:backdrop:disabled {
-+ @include button(undecorated);
- color: gtk("@theme_button_foreground_backdrop_insensitive");
- }
- &:disabled {
-@@ -357,6 +361,7 @@ button {
- &.flat:backdrop,
- &.flat:disabled,
- &.flat:backdrop:disabled {
-+ @include button(undecorated);
- color: gtkalpha($button_color, 0.8);
- }
- &:disabled {
---
-GitLab
-