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, 27 Sep 2025 18:07:54 +0000 (UTC) [thread overview]
Message-ID: <1758996449.0fe24d88b6de01b263d9ecc632e24b64a3ca0149.pacho@gentoo> (raw)
commit: 0fe24d88b6de01b263d9ecc632e24b64a3ca0149
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 27 17:03:37 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 27 18:07:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe24d88
gnome-extra/gnome-shell-extension-bing-wallpaper: add 52
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-shell-extension-bing-wallpaper/Manifest | 1 +
.../gnome-shell-extension-bing-wallpaper-52.ebuild | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest b/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest
index 44dd07f254ee..ca5db658bc3d 100644
--- a/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest
+++ b/gnome-extra/gnome-shell-extension-bing-wallpaper/Manifest
@@ -1 +1,2 @@
DIST gnome-shell-extension-bing-wallpaper-51.tar.gz 1606717 BLAKE2B 03bba610bc95f51b675818ce16d52fb275e8fea5dfcceb1cffca327f6fb4be75590235defee0a5029b0b95872cc0b78a7916b094f2e8242c3b4b02bd74e7222f SHA512 d65b764d534f4f5679e489a3c4c05dd1d7ed09e142c8ea15d903cdd0ee635128292508733ac5b52b311d4ef8a5ba4c034f15e9a81ce9d6841e10c449ebd24485
+DIST gnome-shell-extension-bing-wallpaper-52.tar.gz 1606719 BLAKE2B 4343473d864ab5517d40934403f21dbb476d0d09acf008f204803f18cb0d8073bbc5e0a18c3891c1e9682ba6b1d92c554067efcbfb51849ad74d89b0da200d11 SHA512 1df2af8ce8de602323ef36abc3e0a9ebd7634545db3cc1d29d6fa9c6bbfafa4e57e03ef852d78b012ff6e7ebc0044de4f52f5991a6921b92ab9a910c8c095892
diff --git a/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-52.ebuild b/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-52.ebuild
new file mode 100644
index 000000000000..153c4fd8cc02
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-bing-wallpaper/gnome-shell-extension-bing-wallpaper-52.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2-utils
+
+DESCRIPTION="Change 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"
+S="${WORKDIR}/bing-wallpaper-gnome-extension-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-libs/glib:2
+ app-eselect/eselect-gnome-shell-extensions
+ >=gnome-base/gnome-shell-45
+ net-libs/libsoup:3.0
+"
+
+extension_uuid="BingWallpaper@ineffable-gmail.com"
+
+PATCHES=(
+ # https://github.com/neffo/bing-wallpaper-gnome-extension/issues/113
+ "${FILESDIR}/${PN}-44-unlock-screen.patch"
+)
+
+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
+}
next reply other threads:[~2025-09-27 18:08 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-27 18:07 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-12 15:54 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-bing-wallpaper/ Sam James
2025-06-20 18:44 Pacho Ramos
2025-03-27 19:36 Pacho Ramos
2025-03-27 19:36 Pacho Ramos
2024-09-29 18:34 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-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=1758996449.0fe24d88b6de01b263d9ecc632e24b64a3ca0149.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