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 1RG4Iz-0002V7-E7 for garchives@archives.gentoo.org; Tue, 18 Oct 2011 07:41:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E19A21C0B6; Tue, 18 Oct 2011 07:37:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5FF7621C0BB for ; Tue, 18 Oct 2011 07:37:48 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92E7D1B4039 for ; Tue, 18 Oct 2011 07:37:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 075A28004A for ; Tue, 18 Oct 2011 07:37:47 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gsettings-desktop-schemas/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.2.0-r1.ebuild gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.2.0.ebuild X-VCS-Directories: gnome-base/gsettings-desktop-schemas/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: e70ce768f0b4203210957a1bfde521d795a61344 Date: Tue, 18 Oct 2011 07:37:47 +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: 9ed3c0c4b11da5b6cf1be544e22abef0 commit: e70ce768f0b4203210957a1bfde521d795a61344 Author: Alexandre Rostovtsev gmail com> AuthorDate: Mon Oct 17 23:40:09 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Mon Oct 17 23:40:09 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3De70ce768 gnome-base/gsettings-desktop-schemas: x-content/software =E2=86=92 x-cont= ent/unix-software Add upstream patch to use x-content/unix-software instead of x-content/software like other gnome-3.2.1 packages. --- ...d =3D> gsettings-desktop-schemas-3.2.0-r1.ebuild} | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schem= as-3.2.0.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-= schemas-3.2.0-r1.ebuild similarity index 78% rename from gnome-base/gsettings-desktop-schemas/gsettings-desktop-schema= s-3.2.0.ebuild rename to gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-= 3.2.0-r1.ebuild index 19a7e3a..590c405 100644 --- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.2.= 0.ebuild +++ b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.2.= 0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=3D"4" GCONF_DEBUG=3D"no" =20 -inherit gnome2 +inherit eutils gnome2 if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live fi @@ -28,3 +28,10 @@ DEPEND=3D"${RDEPEND} >=3Ddev-util/intltool-0.40" =20 DOCS=3D"AUTHORS HACKING NEWS README" + +src_prepare() { + # Upstream patch to use x-content/unix-software like all of gnome-3.2.1= , + # will be in next release + epatch "${FILESDIR}/${P}-unix-software.patch" + gnome2_src_prepare +}