summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/mate-icon-theme-faenza')
-rw-r--r--x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild
index bf6b4753cb44..fbcfc3461017 100644
--- a/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild
+++ b/x11-themes/mate-icon-theme-faenza/mate-icon-theme-faenza-1.10.1.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit gnome2 versionator
+inherit autotools gnome2 versionator
MATE_BRANCH="$(get_version_component_range 1-2)"
@@ -25,4 +25,7 @@ RESTRICT="binchecks strip"
src_prepare() {
# Remove broken libreoffice icons (dangling symlinks).
rm matefaenza/apps/16/*libreoffice* || die
+
+ # https://github.com/mate-desktop/mate-icon-theme-faenza/issues/13
+ eautoreconf
}