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 0F8761393F1 for ; Tue, 15 Sep 2015 06:34:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4BF321C001; Tue, 15 Sep 2015 06:34:08 +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 6E9C021C001 for ; Tue, 15 Sep 2015 06:34:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D39443406BF for ; Tue, 15 Sep 2015 06:34:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB9D018D for ; Tue, 15 Sep 2015 06:34:04 +0000 (UTC) From: "Remi Cardona" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remi Cardona" Message-ID: <1442298807.9315c5bd4fb58e48a14068fee0864474439de342.remi@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.17.91.ebuild X-VCS-Directories: gnome-extra/gnome-shell-extensions/ X-VCS-Committer: remi X-VCS-Committer-Name: Remi Cardona X-VCS-Revision: 9315c5bd4fb58e48a14068fee0864474439de342 X-VCS-Branch: master Date: Tue, 15 Sep 2015 06:34:04 +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: 9bfd2c01-3e1c-43dc-adfc-4e12ed92a3aa X-Archives-Hash: f27fd87b7742c55f2fcd95cfe0b03897 commit: 9315c5bd4fb58e48a14068fee0864474439de342 Author: RĂ©mi Cardona gentoo org> AuthorDate: Tue Sep 15 06:33:27 2015 +0000 Commit: Remi Cardona gentoo org> CommitDate: Tue Sep 15 06:33:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9315c5bd gnome-extra/gnome-shell-extensions: Bump version to 3.17.91 Package-Manager: portage-2.2.20.1 Manifest-Sign-Key: 901AB08A .../gnome-shell-extensions-3.17.91.ebuild | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.17.91.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.17.91.ebuild new file mode 100644 index 0000000..5464d5e --- /dev/null +++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.17.91.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +GCONF_DEBUG="no" + +inherit eutils gnome2 readme.gentoo +if [[ ${PV} = 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION="JavaScript extensions for GNOME Shell" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions" + +LICENSE="GPL-2" +SLOT="0" +IUSE="examples" +if [[ ${PV} = 9999 ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi + +COMMON_DEPEND=" + >=dev-libs/glib-2.26:2 + >=gnome-base/libgtop-2.28.3[introspection] + >=app-eselect/eselect-gnome-shell-extensions-20111211 +" +RDEPEND="${COMMON_DEPEND} + >=dev-libs/gjs-1.29 + dev-libs/gobject-introspection + dev-libs/atk[introspection] + gnome-base/gnome-menus:3[introspection] + >=gnome-base/gnome-shell-3.14.2 + media-libs/clutter:1.0[introspection] + net-libs/telepathy-glib[introspection] + x11-libs/gdk-pixbuf:2[introspection] + x11-libs/gtk+:3[introspection] + x11-libs/pango[introspection] + x11-themes/gnome-icon-theme-symbolic +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" +# eautoreconf needs gnome-base/gnome-common + +DISABLE_AUTOFORMATTING="yes" +DOC_CONTENTS="Installed extensions installed are initially disabled by default. +To change the system default and enable some extensions, you can use +# eselect gnome-shell-extensions + +Alternatively, to enable/disable extensions on a per-user basis, +you can use the https://extensions.gnome.org/ web interface, the +gnome-extra/gnome-tweak-tool GUI, or modify the org.gnome.shell +enabled-extensions gsettings key from the command line or a script." + +src_configure() { + gnome2_src_configure --enable-extensions=all +} + +src_install() { + gnome2_src_install + + local example="example@gnome-shell-extensions.gcampax.github.com" + if use examples; then + mv "${ED}usr/share/gnome-shell/extensions/${example}" \ + "${ED}usr/share/doc/${PF}/" || die + else + rm -r "${ED}usr/share/gnome-shell/extensions/${example}" || die + fi + + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome2_pkg_postinst + + ebegin "Updating list of installed extensions" + eselect gnome-shell-extensions update + eend $? + + readme.gentoo_print_elog +}