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-extension-bing-wallpaper/
Date: Sat,  8 May 2021 09:27:41 +0000 (UTC)	[thread overview]
Message-ID: <1620466051.49ca31529769eb101ca3d430d0a99e692d31ff91.pacho@gentoo> (raw)

commit:     49ca31529769eb101ca3d430d0a99e692d31ff91
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May  8 08:35:29 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May  8 09:27:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ca3152

gnome-extra/gnome-shell-extension-bing-wallpaper: Bump to v31

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../gnome-shell-extension-bing-wallpaper/Manifest  |  1 +
 .../gnome-shell-extension-bing-wallpaper-31.ebuild | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest b/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest
index c0525bd6d96..6dfa66af4f6 100644
--- a/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest
+++ b/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-shell-extension-bing-wallpaper-27.tar.gz 7202160 BLAKE2B bb908ccf0c67a06f80ef34edaed6257c5ae1b00570d6f3ab15a9a9c330368a2ae658f019943bf1806c1c97573cc5612b3c7dd22720d3048d628fcc2c15336420 SHA512 eaedbcf7e442d86b06f13745ac7796789bd5c7ccb0e64a4fbe10d4f6a2917ef9b4b9c1733d56c6620e0e8b4c4ef1281fd0d48151938519dd28249f07d54382f2
 DIST gnome-shell-extension-bing-wallpaper-28.tar.gz 7204530 BLAKE2B f52f8e83d203e3c2ca0f5437079d463c9e51a9ff9e594ad26fc291c362c4e340781a362beca316d0164e972b5b52a749a2afaf9ff1af74fb8eff3217deb7dbe9 SHA512 8c292129e539b415f19c732691d833463e437b06e1bca5a42f34885c19f7b8c4ab450a07956c0adcfdf0bf279ca303b1577a9723e3ce535eefa73efded26ae6b
 DIST gnome-shell-extension-bing-wallpaper-30.tar.gz 4177860 BLAKE2B e11c6db54eabac4b64813f5439a4d9d6d2d25e4eac62d4cb9531c2d3f2ff7919d2c2eeb0e6778c1e1c0b63763312db5391a38bb09baa36c7f88289be02a913ef SHA512 541945c3aedb0bde9f4ab68914fe95f3e62e7ee3a92fb2fc7acda6f530e0cf908e94e792db20d243562201edf42bd6ca70123038261756baa82d83bb9af400fb
+DIST gnome-shell-extension-bing-wallpaper-31.tar.gz 4188082 BLAKE2B 26f58e043ab6b9afe5c23864ae8ada5a0c02fad1aebeb4df1f6aabf28a77f656b7abbdbca0dc30688e03d1bb2a68dc382527c0755f47a9a750a99ce8655668be SHA512 921fc7992930bf013b4b3192682f27241e9cc162c0c85e4668942fa8de798548e7e5d74895a00317d2db2c47c16d24c4b0641598407ab5f8e509e3162c8195f7

diff --git a/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-31.ebuild b/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-31.ebuild
new file mode 100644
index 00000000000..c31bdf51240
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-31.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome2-utils
+
+DESCRIPTION="Changes your wallpaper daily to the bing.com background image"
+HOMEPAGE="https://github.com/neffo/bing-wallpaper-gnome-extension"
+SRC_URI="https://github.com/neffo/bing-wallpaper-gnome-extension/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-libs/glib:2
+	app-eselect/eselect-gnome-shell-extensions
+	>=gnome-base/gnome-shell-3.28
+"
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}/bing-wallpaper-gnome-extension-${PV}"
+extension_uuid="BingWallpaper@ineffable-gmail.com"
+
+src_install() {
+	einstalldocs
+	rm -f README.md LICENSE || die
+	insinto /usr/share/glib-2.0/schemas
+	doins schemas/*.xml
+	rm -rf schemas
+	insinto /usr/share/gnome-shell/extensions/"${extension_uuid}"
+	doins -r *
+}
+
+pkg_preinst() {
+	gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+	gnome2_schemas_update
+	ebegin "Updating list of installed extensions"
+	eselect gnome-shell-extensions update
+	eend $?
+}
+
+pkg_postrm() {
+	gnome2_schemas_update
+}


             reply	other threads:[~2021-05-08  9:27 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-08  9:27 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-29 18:34 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bing-wallpaper/ Pacho Ramos
2024-09-29 18:34 Pacho Ramos
2024-07-12  9:05 Pacho Ramos
2024-05-18 10:40 Pacho Ramos
2024-05-18 10:40 Pacho Ramos
2024-05-18 10:40 Pacho Ramos
2024-02-18  6:08 Arthur Zamarin
2024-01-08 17:27 Sam James
2023-11-10 14:16 Pacho Ramos
2023-11-10 14:16 Pacho Ramos
2023-10-26 15:09 Pacho Ramos
2023-10-20 13:14 Pacho Ramos
2023-09-10  8:19 Pacho Ramos
2023-05-05 10:24 Pacho Ramos
2023-04-18 14:17 Pacho Ramos
2023-04-09 18:12 Pacho Ramos
2023-04-09 18:12 Pacho Ramos
2023-02-24 14:48 Pacho Ramos
2023-01-24 17:26 Pacho Ramos
2022-10-02  8:51 Pacho Ramos
2022-10-02  8:51 Pacho Ramos
2022-09-18  8:33 Pacho Ramos
2022-08-14 12:49 Pacho Ramos
2022-08-14 12:49 Pacho Ramos
2022-05-29 10:23 Pacho Ramos
2022-05-04 15:37 Pacho Ramos
2022-03-26 20:01 Pacho Ramos
2022-03-26 20:01 Pacho Ramos
2022-03-09 21:36 Pacho Ramos
2022-01-07 11:36 Pacho Ramos
2021-12-16  8:32 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-11-11 10:44 Pacho Ramos
2021-10-19 20:33 Pacho Ramos
2021-09-26 16:10 Pacho Ramos
2021-07-08 12:34 Pacho Ramos
2021-06-29 19:10 Pacho Ramos
2021-06-16  9:21 Pacho Ramos
2021-06-06 18:12 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-08  9:27 Pacho Ramos
2021-03-28 13:02 Pacho Ramos
2021-03-28 13:02 Pacho Ramos
2021-03-28 10:45 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-01-23 15:26 Pacho Ramos
2020-08-30 20:20 Pacho Ramos
2020-08-21 13:00 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=1620466051.49ca31529769eb101ca3d430d0a99e692d31ff91.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