commit: 44846fcd255e3e12f7c4cf87fde7a7508c39c364
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 18:39:32 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 23:18:59 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=44846fcd
x11-themes/adwaita-icon-theme: cursors moved to adwaita-icon-theme
Also fix blocker dependency.
---
x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
index 164a75f..58f1283 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild
@@ -23,7 +23,7 @@ COMMON_DEPEND="
>=x11-themes/hicolor-icon-theme-0.10
"
RDEPEND="${COMMON_DEPEND}
- !x11-themes/gnome-themes-standard
+ !<x11-themes/gnome-themes-standard-3.14
"
DEPEND="${COMMON_DEPEND}
>=x11-misc/icon-naming-utils-0.8.7
@@ -43,6 +43,11 @@ src_prepare() {
done
fi
+ # Install cursors in the right place
+ sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \
+ -i Adwaita/cursors/Makefile.am \
+ -i Adwaita/cursors/Makefile.in || die
+
gnome2_src_prepare
}