public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/
Date: Sun, 15 Nov 2015 22:30:55 +0000 (UTC)	[thread overview]
Message-ID: <1447626636.3bdbbe18594e98648f1bfe73449f4da0d5f3f3f4.pacho@gentoo> (raw)

commit:     3bdbbe18594e98648f1bfe73449f4da0d5f3f3f4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 22:22:23 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 22:30:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bdbbe18

gnome-extra/gnome-shell-frippery: Version bump

Package-Manager: portage-2.2.24

 gnome-extra/gnome-shell-frippery/Manifest          |  1 +
 .../gnome-shell-frippery-3.18.1.ebuild             | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/gnome-extra/gnome-shell-frippery/Manifest b/gnome-extra/gnome-shell-frippery/Manifest
index fcf0f28..dd473d4 100644
--- a/gnome-extra/gnome-shell-frippery/Manifest
+++ b/gnome-extra/gnome-shell-frippery/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-shell-frippery-0.10.2.tgz 85044 SHA256 26f9f89a1ee02204918280a5d12a955c5b26bdd9f3ea8d3ac081cd4882d61ec6 SHA512 815faea507d1bdb416427a91cee10e5ac9b853616e0fad0e54492545e2d05d1ff605da2991480e9beaf8348281d321c31df5700d044c80e7fd6b232a417c460b WHIRLPOOL bbecbae05f5c958371f3d0d190ca2b783f3e2ae3cdb2b7e5a43659520d94d8a8b0e78f84aaeb1ace1e3634db0ff00fa0908aa4a904aade6d695ff179a9cc804f
 DIST gnome-shell-frippery-0.10.3.tgz 72731 SHA256 1d8a88bcffcea1069c4e251fb718174bea93e1626191f2c41494877820a73a54 SHA512 4766109a6154558d4d16814fb2c0a9baed3b63f23d50b721c05b60e3be76c5e75570e5c21e8e652a88e91932423cbfd0908bacf1d56d946da7ee241da98b1eb2 WHIRLPOOL 99569b9d57814a34004d8215331546a4b073a6a7add69c776c49090fcd1fd1846ab585fca708980c1fc8d7e0b070be6ed5f78c4e8771c0804b8fb0b16bdb0af7
 DIST gnome-shell-frippery-0.9.0.tgz 82883 SHA256 ec48536cd3a543f27b1b07d2b36a220bbd66f2f4b9f71fb6ad712ff457e66343 SHA512 97fa737b2003453f0aba911618b363c138ee43761f351e0a03f968b31c1eae2ab883cb097568ff0f79770c90a598246d891177093fac4bd95ee43434b83fddac WHIRLPOOL 975c721e51a6505a974ee2ad92905665054cadedaf18c37d7773aa51ba0a9f321151f8348ff3ed14a83d7fe4cf3e7b0600a77b062d8f21850a5db0d573793963
+DIST gnome-shell-frippery-3.18.1.tgz 78865 SHA256 b892ab6bfd4e727ee40ad5cfd41d4300e905fa948f1ba59f39e121d2c95f852f SHA512 b34de1ebce127a28b7564e7b1c7fc7383800d4c80fea345df21d9aefbc0dfaadbf6a3b6eae88cbb19e412dcf29836412d2d09bdb3d6bda9cf782a9e57974ea5a WHIRLPOOL 8fc47f3ebfe507bdd13369a0295bf14729cd85d3f4301f5a46df23bc8755c5d747333ac6a1b5804b21b8a025fe0dfffdcf936cd56ad1be2f110ec88885eac100

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.1.ebuild b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.1.ebuild
new file mode 100644
index 0000000..de287b0
--- /dev/null
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-3.18.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for GNOME 3"
+HOMEPAGE="http://frippery.org/extensions/index.html"
+SRC_URI="http://frippery.org/extensions/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-eselect/eselect-gnome-shell-extensions
+	>=dev-libs/gjs-1.29
+	dev-libs/gobject-introspection:=
+	gnome-base/gnome-menus:3[introspection]
+	>=gnome-base/gnome-shell-3.18
+	media-libs/clutter:1.0[introspection]
+	x11-libs/pango[introspection]
+"
+DEPEND=""
+
+S="${WORKDIR}/.local/share/gnome-shell"
+
+src_install() {
+	insinto /usr/share/gnome-shell/extensions
+	doins -r extensions/*@*
+	dodoc gnome-shell-frippery/{CHANGELOG,README}
+}
+
+pkg_postinst() {
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}


             reply	other threads:[~2015-11-15 22:31 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-15 22:30 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 16:33 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/ Andreas Sturmlechner
2024-05-30 15:20 Arthur Zamarin
2024-05-30 15:20 Arthur Zamarin
2024-03-02 22:51 Mart Raudsepp
2024-02-18  6:08 Arthur Zamarin
2024-01-08 17:27 Sam James
2023-12-28 12:03 Pacho Ramos
2023-12-28 12:03 Pacho Ramos
2023-10-26 15:09 Pacho Ramos
2023-08-12 19:43 Arthur Zamarin
2023-08-02 17:00 Sam James
2023-07-16 20:31 Matt Turner
2023-06-15 14:09 Matt Turner
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-04-24 16:41 Matt Turner
2022-07-16 21:28 Matt Turner
2022-05-31 18:04 Matt Turner
2022-04-01 17:51 Matt Turner
2022-03-25 18:25 Matt Turner
2022-03-08  9:35 Sam James
2021-10-11 10:51 Mart Raudsepp
2021-10-11 10:51 Mart Raudsepp
2021-07-26  7:15 Matt Turner
2021-07-08 17:35 Matt Turner
2021-07-04 18:24 Matt Turner
2021-05-29  9:02 Sam James
2021-05-29  6:09 Sam James
2021-04-14 20:45 Matt Turner
2021-01-23 22:38 Pacho Ramos
2020-03-01 16:37 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-06 21:47 Mart Raudsepp
2019-09-06 21:47 Mart Raudsepp
2019-05-18 21:24 Mart Raudsepp
2019-03-30 22:33 Mart Raudsepp
2019-02-27 23:57 Mart Raudsepp
2018-09-30  0:19 Mart Raudsepp
2018-04-29  0:08 Mart Raudsepp
2018-04-26 17:15 Thomas Deutschmann
2018-02-08  8:26 Gilles Dartiguelongue
2018-02-08  8:26 Gilles Dartiguelongue
2016-06-25 18:43 Pacho Ramos
2016-06-25 18:43 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2016-01-11 14:26 Pacho Ramos
2015-11-15 22:30 Pacho Ramos
2015-09-07 21:11 Mikle Kolyada
2015-09-05 16:56 Pacho Ramos

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=1447626636.3bdbbe18594e98648f1bfe73449f4da0d5f3f3f4.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