From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PlzBm-0007j7-Bc for garchives@archives.gentoo.org; Sun, 06 Feb 2011 07:37:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD431E0B01; Sun, 6 Feb 2011 07:37:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E254E0B01 for ; Sun, 6 Feb 2011 07:37:35 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3AEA21B418D for ; Sun, 6 Feb 2011 07:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9FB298006A for ; Sun, 6 Feb 2011 07:37:34 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <391539baf909591649f487233e7f4de281ec6ec8.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-themes/gnome-themes-standard/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8-r1.ebuild x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8.ebuild x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild X-VCS-Directories: x11-themes/gnome-themes-standard/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 391539baf909591649f487233e7f4de281ec6ec8 Date: Sun, 6 Feb 2011 07:37:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bc4745965de8f36d1f3fec92d7a0d584 commit: 391539baf909591649f487233e7f4de281ec6ec8 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sun Feb 6 07:23:12 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sun Feb 6 07:23:12 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D391539ba x11-themes/gnome-themes-standard: fix installation of cursor theme --- ...uild =3D> gnome-themes-standard-2.91.8-r1.ebuild} | 15 ++++++++++++= +++ .../gnome-themes-standard-9999.ebuild | 15 ++++++++++++++= + 2 files changed, 30 insertions(+), 0 deletions(-) diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.= 8.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8-= r1.ebuild similarity index 70% rename from x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8= .ebuild rename to x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8-r= 1.ebuild index 3a39f41..0ebbe9b 100644 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8.ebuil= d +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-2.91.8-r1.eb= uild @@ -32,3 +32,18 @@ DEPEND=3D"${RDEPEND} RESTRICT=3D"binchecks strip" G2CONF=3D"--disable-static" DOCS=3D"ChangeLog NEWS" + +src_prepare() { + # Install cursors in the right place + sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \ + -i themes/Adwaita/cursors/Makefile.am \ + -i themes/Adwaita/cursors/Makefile.in || die +} + +src_install() { + gnome2_src_install + + # Make it the default cursor theme + cd "${ED}/usr/share/cursors/xorg-x11" || die + ln -sfn Adwaita default || die +} diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.= ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebui= ld index 3a39f41..0ebbe9b 100644 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild @@ -32,3 +32,18 @@ DEPEND=3D"${RDEPEND} RESTRICT=3D"binchecks strip" G2CONF=3D"--disable-static" DOCS=3D"ChangeLog NEWS" + +src_prepare() { + # Install cursors in the right place + sed -e 's:^\(cursordir.*\)icons\(.*\):\1cursors/xorg-x11\2:' \ + -i themes/Adwaita/cursors/Makefile.am \ + -i themes/Adwaita/cursors/Makefile.in || die +} + +src_install() { + gnome2_src_install + + # Make it the default cursor theme + cd "${ED}/usr/share/cursors/xorg-x11" || die + ln -sfn Adwaita default || die +}