commit: 3c273383a90614f2e49ccdedebee8ee91f3fad55
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 21:57:33 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 21:57:33 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3c273383
x11-themes/adwaita-icon-theme: fix typos, bug #525466
---
x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
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 58f1283..8b2b536 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
@@ -38,23 +38,21 @@ src_prepare() {
if use branding; then
for i in 16 22 24 32 48; do
cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
- "${S}"/adwaita/${i}x${i}/places/start-here.png \
+ "${S}"/Adwaita/${i}x${i}/places/start-here.png \
|| die "Copying gentoo logos failed"
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
+ -i "${S}"/Makefile.am \
+ -i "${S}"/Makefile.in || die
gnome2_src_prepare
}
src_configure() {
- gnome2_src_configure \
- --enable-icon-mapping \
- GTK_UPDATE_ICON_CACHE=$(type -P true)
+ gnome2_src_configure GTK_UPDATE_ICON_CACHE=$(type -P true)
}
src_install() {