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 95C65138247 for ; Sat, 11 Oct 2014 16:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EACDE0C19; Sat, 11 Oct 2014 16:43:56 +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 BF81FE0C19 for ; Sat, 11 Oct 2014 16:43:55 +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 151AE340429 for ; Sat, 11 Oct 2014 16:43:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57A3C793A for ; Sat, 11 Oct 2014 16:43:47 +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: <1413045250.16e5ff76343bfdd281d2173b411535ffe6790aee.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-desktop/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-desktop/gnome-desktop-3.12.1.ebuild gnome-base/gnome-desktop/gnome-desktop-3.14.0.ebuild gnome-base/gnome-desktop/gnome-desktop-9999.ebuild X-VCS-Directories: gnome-base/gnome-desktop/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 16e5ff76343bfdd281d2173b411535ffe6790aee X-VCS-Branch: master Date: Sat, 11 Oct 2014 16:43: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 X-Archives-Salt: 07c5bdfe-196f-4cbf-a644-fb2e226168d8 X-Archives-Hash: a8f62ce9d02390fe8677ce159f27aff8 commit: 16e5ff76343bfdd281d2173b411535ffe6790aee Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 11 16:21:59 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 11 16:34:10 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=16e5ff76 gnome-base/gnome-desktop: 3.12.2 → 3.14.0 --- ...ome-desktop-3.12.1.ebuild => gnome-desktop-3.14.0.ebuild} | 12 ++++++++++-- gnome-base/gnome-desktop/gnome-desktop-9999.ebuild | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.12.1.ebuild b/gnome-base/gnome-desktop/gnome-desktop-3.14.0.ebuild similarity index 90% rename from gnome-base/gnome-desktop/gnome-desktop-3.12.1.ebuild rename to gnome-base/gnome-desktop/gnome-desktop-3.14.0.ebuild index 4d99099..7337ead 100644 --- a/gnome-base/gnome-desktop/gnome-desktop-3.12.1.ebuild +++ b/gnome-base/gnome-desktop/gnome-desktop-3.14.0.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="yes" -inherit gnome2 +inherit gnome2 virtualx DESCRIPTION="Libraries for the gnome desktop that are not part of the UI" HOMEPAGE="https://git.gnome.org/browse/gnome-desktop" @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~ # cairo[X] needed for gnome-bg COMMON_DEPEND=" app-text/iso-codes - >=dev-libs/glib-2.35:2 + >=dev-libs/glib-2.38:2 >=x11-libs/gdk-pixbuf-2.21.3:2[introspection?] >=x11-libs/gtk+-3.3.6:3[introspection?] >=x11-libs/libXext-1.1 @@ -34,6 +34,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.1.2 + dev-util/gdbus-codegen >=dev-util/gtk-doc-am-1.4 >=dev-util/intltool-0.40.6 sys-devel/gettext @@ -58,3 +59,10 @@ src_configure() { $(use_enable introspection) \ ITSTOOL=$(type -P true) } + +src_test() { + # Makes unittest fail without this locale installed + rm ${S}/tests/he_IL* || due + + Xemake check +} diff --git a/gnome-base/gnome-desktop/gnome-desktop-9999.ebuild b/gnome-base/gnome-desktop/gnome-desktop-9999.ebuild index 6733c1e..d6779da 100644 --- a/gnome-base/gnome-desktop/gnome-desktop-9999.ebuild +++ b/gnome-base/gnome-desktop/gnome-desktop-9999.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="yes" -inherit gnome2 +inherit gnome2 virtualx if [[ ${PV} = 9999 ]]; then inherit git-2 gnome2-live fi @@ -26,7 +26,7 @@ fi # cairo[X] needed for gnome-bg COMMON_DEPEND=" app-text/iso-codes - >=dev-libs/glib-2.35:2 + >=dev-libs/glib-2.38:2 >=x11-libs/gdk-pixbuf-2.21.3:2[introspection?] >=x11-libs/gtk+-3.3.6:3[introspection?] >=x11-libs/libXext-1.1 @@ -42,6 +42,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.1.2 + dev-util/gdbus-codegen >=dev-util/gtk-doc-am-1.4 >=dev-util/intltool-0.40.6 sys-devel/gettext @@ -102,3 +103,10 @@ src_configure() { $(use_enable introspection) \ ${myconf} } + +src_test() { + # Makes unittest fail without this locale installed + rm ${S}/tests/he_IL* || due + + Xemake check +}