From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 10C1D1387CA for ; Wed, 15 Oct 2014 21:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9923AE0807; Wed, 15 Oct 2014 21:58:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B7EEE0807 for ; Wed, 15 Oct 2014 21:58:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 730AC3404D2 for ; Wed, 15 Oct 2014 21:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F8B77F89 for ; Wed, 15 Oct 2014 21:58:25 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1413410253.3c273383a90614f2e49ccdedebee8ee91f3fad55.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/adwaita-icon-theme/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.14.0.ebuild X-VCS-Directories: x11-themes/adwaita-icon-theme/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 3c273383a90614f2e49ccdedebee8ee91f3fad55 X-VCS-Branch: master Date: Wed, 15 Oct 2014 21:58:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4c1e0263-2edb-4d68-b12e-f1a66f72d570 X-Archives-Hash: 285284e07083ab7e48b78ba40ff0b93a commit: 3c273383a90614f2e49ccdedebee8ee91f3fad55 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Oct 15 21:57:33 2014 +0000 Commit: Gilles Dartiguelongue gentoo 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() {