From 46bbc150fa2aba3fa90b4122e0b9364f4907928c Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Sat, 8 Mar 2025 12:38:59 +0300 Subject: [PATCH] x11-themes/elementary-xfce-icon-theme: fix DART icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The patch has been obsolete by upstream's https://github.com/shimmerproject/elementary-xfce/commit/f14cd8b70acfec89cee16e602c1a8f9027b0bb06. Signed-off-by: Alexander Kurakin Closes: https://github.com/gentoo/gentoo/pull/40955 Signed-off-by: Michał Górny --- ....20.1.ebuild => elementary-xfce-icon-theme-0.20.1-r1.ebuild} | 2 -- ...me-0.21.ebuild => elementary-xfce-icon-theme-0.21-r1.ebuild} | 2 -- 2 files changed, 4 deletions(-) rename x11-themes/elementary-xfce-icon-theme/{elementary-xfce-icon-theme-0.20.1.ebuild => elementary-xfce-icon-theme-0.20.1-r1.ebuild} (89%) rename x11-themes/elementary-xfce-icon-theme/{elementary-xfce-icon-theme-0.21.ebuild => elementary-xfce-icon-theme-0.21-r1.ebuild} (88%) diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.20.1.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.20.1-r1.ebuild similarity index 89% rename from x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.20.1.ebuild rename to x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.20.1-r1.ebuild index a8cabc35c9fb5..ca62b76cda85b 100644 --- a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.20.1.ebuild +++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.20.1-r1.ebuild @@ -28,8 +28,6 @@ BDEPEND=" src_prepare() { sed -i -e 's:-Werror -O0 -pipe:${CFLAGS} ${CPPFLAGS} ${LDFLAGS}:' \ svgtopng/Makefile || die - # https://dart.dev/brand ; unclear if we should redistribute that - find -name application-vnd.dart.svg -delete || die default } diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.21.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.21-r1.ebuild similarity index 88% rename from x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.21.ebuild rename to x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.21-r1.ebuild index 1987635e439ca..99fb3fb3a76fe 100644 --- a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.21.ebuild +++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.21-r1.ebuild @@ -28,8 +28,6 @@ BDEPEND=" src_prepare() { sed -i -e 's:-Werror -O0 -pipe:${CFLAGS} ${CPPFLAGS} ${LDFLAGS}:' \ svgtopng/Makefile || die - # https://dart.dev/brand ; unclear if we should redistribute that - find -name application-vnd.dart.svg -delete || die default }