From d022c377e2918ca32f42e6c481313fdd268997ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Thu, 11 Apr 2024 01:30:22 +0200 Subject: [PATCH] x11-themes/fluent-icon-theme: drop old 2023.06.07 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- x11-themes/fluent-icon-theme/Manifest | 1 - .../fluent-icon-theme-2023.06.07.ebuild | 56 ------------------- x11-themes/fluent-icon-theme/metadata.xml | 4 -- 3 files changed, 61 deletions(-) delete mode 100644 x11-themes/fluent-icon-theme/fluent-icon-theme-2023.06.07.ebuild diff --git a/x11-themes/fluent-icon-theme/Manifest b/x11-themes/fluent-icon-theme/Manifest index e5d0c9d8705c3..069821218a783 100644 --- a/x11-themes/fluent-icon-theme/Manifest +++ b/x11-themes/fluent-icon-theme/Manifest @@ -1,2 +1 @@ -DIST fluent-icon-theme-2023.06.07.tar.gz 6213271 BLAKE2B f088caa2c54f73923bef12f8fd30a286fd6ab0829ca3d6c40aabd2ddb71d0c70c6718a69a7c7b6039d7e5506c313fbe8ea14bbf9252e5524d06fe6fce73ec664 SHA512 7e85613a58ce1fad4c8b0b31b81bfe9b226982ab8ede2413d87e89a12d78aeffef01f0a20fcaccfda6431a88e7798dc00a0a824a73f938e7daa48cb799588738 DIST fluent-icon-theme-2024.02.25.tar.gz 6397963 BLAKE2B 5f7d46c5dbabe3744fcb2d21869794d0883fe57d15ac88d928b35f2bd41ea201486a0cc7cdd9937d3f24bd2c169e9e4aa2afa4ebdc9bd7abcc7b9328472ab44e SHA512 5a671360bf0d2b4e904d710b7cf72fde6580c4c1496a3fbcadf90a826e38936714dae511f35be3f2fdea370f602bcff4d1260dd0d230e6bcba6426f406247cec diff --git a/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.06.07.ebuild b/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.06.07.ebuild deleted file mode 100644 index fe300c325a847..0000000000000 --- a/x11-themes/fluent-icon-theme/fluent-icon-theme-2023.06.07.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ie. 2021.12.20 -> 2021-12-20 -MY_PV="${PV//./-}" -MY_PN="${PN^}" - -inherit xdg - -DESCRIPTION="Fluent icon theme for Linux desktops" -HOMEPAGE="https://github.com/vinceliuice/Fluent-icon-theme" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/vinceliuice/${MY_PN}.git" -else - SRC_URI="https://github.com/vinceliuice/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~x86" - S="${WORKDIR}/${MY_PN}-${MY_PV}" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="+black +hardlink round" -RESTRICT="binchecks strip test" - -BDEPEND="sys-apps/util-linux[hardlink(-)?]" - -src_prepare() { - default - - sed -i '/gtk-update-icon-cache/d' install.sh || die -} - -src_install() { - dodir /usr/share/icons - local myinstallopts=( - --all - --dest "${ED}/usr/share/icons" - $(usev black '--black') - $(usev round '--round') - ) - bash ./install.sh "${myinstallopts[@]}" || die "install script failed" - - if use hardlink; then - einfo "Linking duplicate icons... (may take a long time)" - hardlink -pot "${ED}/usr/share/icons" || die "hardlink failed" - fi - - # installs broken symlink (by design, but we remove it due to QA warnings) - find "${ED}" -xtype l -delete || die "removing broken symlinks failed" - - einstalldocs -} diff --git a/x11-themes/fluent-icon-theme/metadata.xml b/x11-themes/fluent-icon-theme/metadata.xml index 93627ffdc59e8..ce1cc24d320b7 100644 --- a/x11-themes/fluent-icon-theme/metadata.xml +++ b/x11-themes/fluent-icon-theme/metadata.xml @@ -11,10 +11,6 @@ vinceliuice/Fluent-icon-theme - - Install the black version of symbolic icons - (for white color-scheme panels) - Hardlink duplicate icons to greatly reduce installation size