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 1Qrn7v-0000cf-AU for garchives@archives.gentoo.org; Fri, 12 Aug 2011 08:29:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26DAF21C04D; Fri, 12 Aug 2011 08:29:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DC6CC21C04D for ; Fri, 12 Aug 2011 08:29:49 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39F0E1B4023 for ; Fri, 12 Aug 2011 08:29:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7A5CE80043 for ; Fri, 12 Aug 2011 08:29:48 +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: <8b59a31874ba3627b409a7d93badf968232f1f35.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-shell-extensions/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.0.2-r1.ebuild gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.0.2.ebuild gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extensions/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 8b59a31874ba3627b409a7d93badf968232f1f35 Date: Fri, 12 Aug 2011 08:29:48 +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: 91d5bdc989545996128b4bb24c3326db commit: 8b59a31874ba3627b409a7d93badf968232f1f35 Author: Alexandre Rostovtsev gmail com> AuthorDate: Thu Aug 11 03:26:11 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Fri Aug 12 08:27:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D8b59a318 gnome-extra/gnome-shell-extensions: 3.0.2 =E2=86=92 3.0.2-r1, exts initia= lly default to disabled Use eselect-gnome-shell-extensions to initially disable installed extensions by default (the system default can be changed using eselect, and can be overridden per-user using gsettings or gnome-tweak-tool). Do not install the xrandr-indicator extension (broken on gnome-3.0 versions of gjs). Example extension is now installed in /usr/share/doc, and only if USE=3Dexamples. --- .../gnome-shell-extensions-3.0.2-r1.ebuild | 85 ++++++++++++++= ++++++ .../gnome-shell-extensions-3.0.2.ebuild | 47 ----------- .../gnome-shell-extensions-9999.ebuild | 54 +++++++++++-- 3 files changed, 132 insertions(+), 54 deletions(-) diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.= 0.2-r1.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions= -3.0.2-r1.ebuild new file mode 100644 index 0000000..7182306 --- /dev/null +++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.0.2-r1.= ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" +GNOME_TARBALL_SUFFIX=3D"bz2" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + EGIT_BRANCH=3D"gnome-3-0" + inherit gnome2-live +fi + +DESCRIPTION=3D"JavaScript extensions for GNOME Shell" +HOMEPAGE=3D"http://live.gnome.org/GnomeShell/Extensions" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +IUSE=3D"examples" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64 ~x86" +fi + +COMMON_DEPEND=3D" + >=3Ddev-libs/glib-2.26 + >=3Dgnome-base/gnome-desktop-2.91.6:3 + app-admin/eselect-gnome-shell-extensions" +RDEPEND=3D"${COMMON_DEPEND} + gnome-base/gnome-desktop:3[introspection] + =3Dgnome-base/gnome-shell-3.0* + media-libs/clutter:1.0[introspection] + net-libs/telepathy-glib[introspection] + x11-libs/gtk+:3[introspection] + x11-libs/pango[introspection]" +DEPEND=3D"${COMMON_DEPEND} + sys-devel/gettext + >=3Ddev-util/pkgconfig-0.22 + >=3Ddev-util/intltool-0.26 + gnome-base/gnome-common" + +pkg_setup() { + DOCS=3D"NEWS README" + G2CONF=3D"${G2CONF} + --enable-extensions=3Dall + --disable-schemas-compile" +} + +src_prepare() { + gnome2_src_prepare + + # xrandr-indicator crashes gnome-shell with =3Ddev-libs/glib-2.26 - >=3Dgnome-base/gnome-desktop-2.91.6:3" -RDEPEND=3D"${COMMON_DEPEND} - gnome-base/gnome-desktop:3[introspection] - media-libs/clutter:1.0[introspection] - net-libs/telepathy-glib[introspection] - x11-libs/gtk+:3[introspection] - x11-libs/pango[introspection]" -DEPEND=3D"${COMMON_DEPEND} - sys-devel/gettext - >=3Ddev-util/pkgconfig-0.22 - >=3Ddev-util/intltool-0.26 - gnome-base/gnome-common" - -pkg_setup() { - DOCS=3D"NEWS README" - G2CONF=3D"${G2CONF} - --enable-extensions=3Dall - --disable-schemas-compile" -} diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-99= 99.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-999= 9.ebuild index 4adb188..7182306 100644 --- a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebui= ld +++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-9999.ebui= ld @@ -4,29 +4,34 @@ =20 EAPI=3D"4" GCONF_DEBUG=3D"no" +GNOME_TARBALL_SUFFIX=3D"bz2" GNOME2_LA_PUNT=3D"yes" =20 -inherit gnome2 gnome2-live +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + EGIT_BRANCH=3D"gnome-3-0" + inherit gnome2-live +fi =20 -DESCRIPTION=3D"JavaScript Extensions for GNOME Shell" +DESCRIPTION=3D"JavaScript extensions for GNOME Shell" HOMEPAGE=3D"http://live.gnome.org/GnomeShell/Extensions" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -IUSE=3D"+nm-applet" +IUSE=3D"examples" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else - EGIT_TREE=3D"3.0.1" - EGIT_BRANCH=3D"gnome-3-0" KEYWORDS=3D"~amd64 ~x86" fi =20 COMMON_DEPEND=3D" >=3Ddev-libs/glib-2.26 - >=3Dgnome-base/gnome-desktop-2.91.6:3" + >=3Dgnome-base/gnome-desktop-2.91.6:3 + app-admin/eselect-gnome-shell-extensions" RDEPEND=3D"${COMMON_DEPEND} gnome-base/gnome-desktop:3[introspection] + =3Dgnome-base/gnome-shell-3.0* media-libs/clutter:1.0[introspection] net-libs/telepathy-glib[introspection] x11-libs/gtk+:3[introspection] @@ -38,8 +43,43 @@ DEPEND=3D"${COMMON_DEPEND} gnome-base/gnome-common" =20 pkg_setup() { - DOCS=3D"HACKING README" + DOCS=3D"NEWS README" G2CONF=3D"${G2CONF} --enable-extensions=3Dall --disable-schemas-compile" } + +src_prepare() { + gnome2_src_prepare + + # xrandr-indicator crashes gnome-shell with