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 1PmXFQ-0005lR-4G for garchives@archives.gentoo.org; Mon, 07 Feb 2011 19:59:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE390E0B17; Mon, 7 Feb 2011 19:59:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AE055E0B17 for ; Mon, 7 Feb 2011 19:59:36 +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 204F71B409C for ; Mon, 7 Feb 2011 19:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7BB6C8006A for ; Mon, 7 Feb 2011 19:59:35 +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: <5ec4f54a3e13a80f92deb03be83a0ce2cbfdc198.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/, dev-libs/seed/, media-libs/libgnome-media-profiles/, ... X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/seed/seed-2.31.91.ebuild media-libs/libgnome-media-profiles/libgnome-media-profiles-2.91.2.ebuild net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild x11-wm/mutter/mutter-2.91.6.ebuild x11-wm/mutter/mutter-9999.ebuild X-VCS-Directories: x11-wm/mutter/ dev-libs/seed/ media-libs/libgnome-media-profiles/ net-wireless/gnome-bluetooth/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 5ec4f54a3e13a80f92deb03be83a0ce2cbfdc198 Date: Mon, 7 Feb 2011 19:59:35 +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: e7b98a0a70b96f9dc1532f8c560c01b3 commit: 5ec4f54a3e13a80f92deb03be83a0ce2cbfdc198 Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Feb 7 19:57:55 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Mon Feb 7 19:57:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5ec4f54a Remove static libs from various libraries * These apps link against gtk+, and it's pointless to try to use static l= ibraries with gtk+ --- dev-libs/seed/seed-2.31.91.ebuild | 3 ++- .../libgnome-media-profiles-2.91.2.ebuild | 1 + .../gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild | 3 ++- .../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 3 ++- x11-wm/mutter/mutter-2.91.6.ebuild | 1 + x11-wm/mutter/mutter-9999.ebuild | 1 + 6 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-libs/seed/seed-2.31.91.ebuild b/dev-libs/seed/seed-2.31.= 91.ebuild index ba28efd..307c0b6 100644 --- a/dev-libs/seed/seed-2.31.91.ebuild +++ b/dev-libs/seed/seed-2.31.91.ebuild @@ -23,7 +23,7 @@ RDEPEND=3D" virtual/libffi x11-libs/cairo x11-libs/gtk+:2[introspection] - net-libs/webkit-gtk + net-libs/webkit-gtk:2 gnome-base/gnome-js-common =20 dbus? ( @@ -45,6 +45,7 @@ RESTRICT=3D"test" =20 pkg_setup() { G2CONF=3D"${G2CONF} + --disable-static --with-webkit=3D1.0 $(use_enable dbus dbus-module) $(use_enable mpfr mpfr-module) diff --git a/media-libs/libgnome-media-profiles/libgnome-media-profiles-2= .91.2.ebuild b/media-libs/libgnome-media-profiles/libgnome-media-profiles= -2.91.2.ebuild index ffa51c4..96f3fdb 100644 --- a/media-libs/libgnome-media-profiles/libgnome-media-profiles-2.91.2.e= build +++ b/media-libs/libgnome-media-profiles/libgnome-media-profiles-2.91.2.e= build @@ -34,3 +34,4 @@ DEPEND=3D"${COMMON_DEPEND} >=3Ddev-util/pkgconfig-0.19 sys-devel/gettext" DOCS=3D"ChangeLog NEWS README" +G2CONF=3D"--disable-static" diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild b= /net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild index f033347..a7870a2 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.91.5.ebuild @@ -61,7 +61,8 @@ pkg_setup() { --disable-moblin --disable-desktop-update --disable-icon-update - --disable-schemas-compile" + --disable-schemas-compile + --disable-static" #$(use_enable nautilus nautilus-sendto) DOCS=3D"AUTHORS README NEWS ChangeLog" =20 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/n= et-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild index f033347..a7870a2 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild @@ -61,7 +61,8 @@ pkg_setup() { --disable-moblin --disable-desktop-update --disable-icon-update - --disable-schemas-compile" + --disable-schemas-compile + --disable-static" #$(use_enable nautilus nautilus-sendto) DOCS=3D"AUTHORS README NEWS ChangeLog" =20 diff --git a/x11-wm/mutter/mutter-2.91.6.ebuild b/x11-wm/mutter/mutter-2.= 91.6.ebuild index bd2113b..c09aa97 100644 --- a/x11-wm/mutter/mutter-2.91.6.ebuild +++ b/x11-wm/mutter/mutter-2.91.6.ebuild @@ -58,6 +58,7 @@ DOCS=3D"AUTHORS ChangeLog HACKING MAINTAINERS NEWS READ= ME *.txt doc/*.txt" =20 src_prepare() { G2CONF=3D"${G2CONF} + --disable-static --enable-gconf --enable-shape --enable-sm diff --git a/x11-wm/mutter/mutter-9999.ebuild b/x11-wm/mutter/mutter-9999= .ebuild index bd2113b..c09aa97 100644 --- a/x11-wm/mutter/mutter-9999.ebuild +++ b/x11-wm/mutter/mutter-9999.ebuild @@ -58,6 +58,7 @@ DOCS=3D"AUTHORS ChangeLog HACKING MAINTAINERS NEWS READ= ME *.txt doc/*.txt" =20 src_prepare() { G2CONF=3D"${G2CONF} + --disable-static --enable-gconf --enable-shape --enable-sm