From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions/
Date: Sat, 25 Jun 2016 18:43:29 +0000 (UTC) [thread overview]
Message-ID: <1466880175.3d72b68249c1b91a80a626639f1b236386899e27.pacho@gentoo> (raw)
commit: 3d72b68249c1b91a80a626639f1b236386899e27
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 18:06:20 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 18:42:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d72b682
gnome-extra/gnome-shell-extensions: Version bump
Package-Manager: portage-2.3.0_rc1
| 1 +
.../gnome-shell-extensions-3.20.1.ebuild | 77 ++++++++++++++++++++++
2 files changed, 78 insertions(+)
--git a/gnome-extra/gnome-shell-extensions/Manifest b/gnome-extra/gnome-shell-extensions/Manifest
index 9ce6681..eb98558 100644
--- a/gnome-extra/gnome-shell-extensions/Manifest
+++ b/gnome-extra/gnome-shell-extensions/Manifest
@@ -1 +1,2 @@
DIST gnome-shell-extensions-3.18.4.tar.xz 234108 SHA256 8ae470f894aad914a56d447e3b07dc99e2f36c30ef3ec386f6f03f619599b73a SHA512 adf5aa1002aabd1b6235433c2e86df01949bcc757079e0833631b27bf3550dd00bc12ad42551f53a0d5fcdeb296623c32e33ac468762f88c0c5078cfb3a1cd39 WHIRLPOOL 74d8de9711f28b28ea60461bc14c734c2bcad45666ce491674bfbefd1765aebc04bf8ad2809fd5a33523dfaf00d4dd7d1e5c2ca3a2f606bf9d6c3f12fdf45828
+DIST gnome-shell-extensions-3.20.1.tar.xz 215722 SHA256 e0d853b796d0a72544445bab1054647ab2bbb8ac815e54739d0ffc6dd34de455 SHA512 33ccd8acbd110f9fb71c925750569f4120bbd14a2380ea1c4e4ec7defdd2e47a2125ff5272d25b8d9e5e1fe46ffa3a25b01dfd6efb3e95617bfb29dc727b4cb8 WHIRLPOOL 1fb71c0d306cc582e78de1750dac0f5cead95a1981200cdd5ac4faa963f4566ca442b40406cba148eaeb7400bff207bea828a6838097ae487cbdc174537c1389
diff --git a/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.20.1.ebuild b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.20.1.ebuild
new file mode 100644
index 0000000..0f1cbed
--- /dev/null
+++ b/gnome-extra/gnome-shell-extensions/gnome-shell-extensions-3.20.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 readme.gentoo-r1
+
+DESCRIPTION="JavaScript extensions for GNOME Shell"
+HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="examples"
+KEYWORDS="~amd64 ~x86"
+
+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/adwaita-icon-theme
+"
+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
+}
next reply other threads:[~2016-06-25 18:43 UTC|newest]
Thread overview: 87+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-25 18:43 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-26 17:32 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extensions/ Pacho Ramos
2025-01-26 17:32 Pacho Ramos
2024-08-09 12:04 Pacho Ramos
2024-08-09 12:04 Pacho Ramos
2024-03-09 18:58 Mart Raudsepp
2024-03-02 23:30 Sam James
2024-03-02 22:51 Mart Raudsepp
2024-02-18 6:08 Arthur Zamarin
2024-01-08 17:27 Sam James
2024-01-08 17:27 Sam James
2023-12-18 10:19 Pacho Ramos
2023-11-01 19:06 Mart Raudsepp
2023-09-24 9:02 WANG Xuerui
2023-09-22 2:33 Matt Turner
2023-09-16 22:53 Matt Turner
2023-08-22 14:06 Matt Turner
2023-07-27 10:22 WANG Xuerui
2023-07-16 20:31 Matt Turner
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-03-19 23:38 Matt Turner
2023-03-11 16:20 Matt Turner
2022-11-04 18:00 Matt Turner
2022-11-01 17:41 Matt Turner
2022-10-30 22:29 Matt Turner
2022-07-29 2:59 Sam James
2022-07-18 23:41 Sam James
2022-07-06 1:24 Sam James
2022-07-04 22:52 Matt Turner
2022-07-02 20:47 Sam James
2022-05-29 14:50 Matt Turner
2022-05-07 3:01 Matt Turner
2022-03-20 19:54 Matt Turner
2022-03-08 9:35 Sam James
2022-02-16 3:48 Matt Turner
2022-01-13 1:22 Georgy Yakovlev
2021-12-14 17:07 Mart Raudsepp
2021-10-28 6:20 Sam James
2021-10-28 6:20 Sam James
2021-09-22 7:46 Mart Raudsepp
2021-09-22 7:46 Mart Raudsepp
2021-08-19 3:01 Matt Turner
2021-08-13 21:56 Sam James
2021-08-13 21:56 Sam James
2021-07-13 8:19 Pacho Ramos
2021-06-11 19:45 Matt Turner
2021-05-29 6:09 Sam James
2021-05-19 5:33 Georgy Yakovlev
2021-05-15 16:54 Matt Turner
2021-05-08 2:08 Thomas Deutschmann
2021-05-01 4:06 Matt Turner
2021-04-05 16:54 Matt Turner
2020-12-05 18:49 Matt Turner
2020-11-22 19:30 Mart Raudsepp
2020-11-22 3:26 Sam James
2020-11-21 18:15 Thomas Deutschmann
2020-11-14 13:35 Mart Raudsepp
2020-11-11 4:09 Matt Turner
2020-08-14 8:23 Mart Raudsepp
2020-07-12 21:32 Mart Raudsepp
2020-03-15 17:38 Mart Raudsepp
2020-03-01 16:33 Mart Raudsepp
2020-03-01 16:33 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-06 21:47 Mart Raudsepp
2019-05-18 21:24 Mart Raudsepp
2019-03-30 22:33 Mart Raudsepp
2019-03-18 10:05 Mart Raudsepp
2019-03-06 11:07 Mart Raudsepp
2019-03-01 1:05 Mart Raudsepp
2018-09-28 13:51 Mart Raudsepp
2018-02-03 22:35 Mart Raudsepp
2018-01-18 3:27 Mikle Kolyada
2017-07-21 15:18 Mart Raudsepp
2016-11-12 0:37 Gilles Dartiguelongue
2016-11-12 0:37 Gilles Dartiguelongue
2016-06-27 14:26 Alexandre Rostovtsev
2016-06-25 18:43 Pacho Ramos
2016-03-07 23:10 Remi Cardona
2016-03-06 18:20 Mikle Kolyada
2016-01-10 18:30 Pacho Ramos
2015-12-26 15:28 Pacho Ramos
2015-11-15 22:30 Pacho Ramos
2015-11-15 22:30 Pacho Ramos
2015-09-07 19:58 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466880175.3d72b68249c1b91a80a626639f1b236386899e27.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox