commit: 08dada8fa6ba9bef91e87a03ecf433d030dc12ca
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Jun 13 12:45:29 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Jun 13 12:45:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08dada8f
x11-themes/candy-icon-theme: fix dead symbolic links
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild | 5 +++++
x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild
b/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild
index 5137a11..1f1499f 100644
--- a/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild
+++ b/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild
@@ -22,6 +22,11 @@ fi
LICENSE="GPL-3"
SLOT="0"
+# dead symbolic links QA
+src_prepare() {
+ find . -xtype l -delete || die
+}
+
src_install() {
dodir /usr/share/icons/candy-icons
insinto /usr/share/icons/candy-icons
diff --git a/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild
b/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild
index 5137a11..1f1499f 100644
--- a/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild
+++ b/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild
@@ -22,6 +22,11 @@ fi
LICENSE="GPL-3"
SLOT="0"
+# dead symbolic links QA
+src_prepare() {
+ find . -xtype l -delete || die
+}
+
src_install() {
dodir /usr/share/icons/candy-icons
insinto /usr/share/icons/candy-icons