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-pop-shell/
Date: Fri, 15 Aug 2025 19:49:41 +0000 (UTC) [thread overview]
Message-ID: <1755287328.cea8578f5f144a43c3adf4c2274194d0eea5f0a7.pacho@gentoo> (raw)
commit: cea8578f5f144a43c3adf4c2274194d0eea5f0a7
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 15 19:24:26 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Aug 15 19:48:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea8578f
gnome-extra/gnome-shell-extension-pop-shell: add 1.2.0_p20250710
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-shell-extension-pop-shell/Manifest | 1 +
...hell-extension-pop-shell-1.2.0_p20250710.ebuild | 61 ++++++++++++++++++++++
2 files changed, 62 insertions(+)
diff --git a/gnome-extra/gnome-shell-extension-pop-shell/Manifest b/gnome-extra/gnome-shell-extension-pop-shell/Manifest
index 234d498d4a14..f726639d8200 100644
--- a/gnome-extra/gnome-shell-extension-pop-shell/Manifest
+++ b/gnome-extra/gnome-shell-extension-pop-shell/Manifest
@@ -1 +1,2 @@
DIST gnome-shell-extension-pop-shell-1.2.0_p20250301.tar.gz 864736 BLAKE2B 6e1132d01fba05319f63aad80e339fa76e4bdbea7e3c5ad0c87d98a0dbd7a35c35446581c80f2481a74fe3e44a29b14c75e9f9101b7ee57d030cfdb1de1b1342 SHA512 c277b85c0fb541ec1b2c79d12dad15313918512e47a674857cd0be49985906980af91af585c2744a098fc73f0582bf249dee4d7b821815805213056b88d53527
+DIST gnome-shell-extension-pop-shell-1.2.0_p20250710.tar.gz 864751 BLAKE2B 6f12e5fea4bdf70dde2644f338b6a1be8d2e8dd0920eb5fba75ae2818f69646032eb713f45efbe3e7f2929cba432640ed82d866de7556cc2abf7d09378a75a26 SHA512 1bc1449838de80f4cee0915fe9ec708aad3e40db5aa6a6df3b001a895527a77329a9fc74eb54766eb908c94281f1386d0e21cf562904a58cb3692e552d10d5eb
diff --git a/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20250710.ebuild b/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20250710.ebuild
new file mode 100644
index 000000000000..ef0152c2762e
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-pop-shell/gnome-shell-extension-pop-shell-1.2.0_p20250710.ebuild
@@ -0,0 +1,61 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2-utils optfeature readme.gentoo-r1
+
+# Make sure to check upstream README.md for recommendations on which branch
+# to use for which Gnome shell version.
+EGIT_COMMIT="6fd8c039a081e8ad7bbd40ef7883ec6e5fc2a3f8"
+
+DESCRIPTION="Keyboard-driven layer for GNOME Shell with tiling support"
+HOMEPAGE="https://github.com/pop-os/shell"
+SRC_URI="https://github.com/pop-os/shell/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/shell-${EGIT_COMMIT}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND="
+ app-eselect/eselect-gnome-shell-extensions
+ >=gnome-base/gnome-shell-46
+ sys-apps/fd
+"
+BDEPEND="dev-lang/typescript"
+
+DOC_CONTENTS="To configure keybindings run /usr/lib/pop-shell/scripts/configure.sh as user"
+
+src_install() {
+ default
+
+ insinto /usr/share/glib-2.0/schemas
+ doins schemas/org.gnome.shell.extensions.pop-shell.gschema.xml
+
+ exeinto /usr/lib/pop-shell/scripts
+ doexe scripts/configure.sh
+
+ insinto /usr/share/gnome-control-center/keybindings
+ doins keybindings/*.xml
+
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ ebegin "Updating list of installed extensions"
+ eselect gnome-shell-extensions update
+ eend $?
+
+ gnome2_schemas_update
+
+ readme.gentoo_print_elog
+ optfeature "better tiling via native-window-placement" gnome-extra/gnome-shell-extensions
+}
+
+pkg_postrm() {
+ ebegin "Updating list of installed extensions"
+ eselect gnome-shell-extensions update
+ eend $?
+
+ gnome2_schemas_update
+}
next reply other threads:[~2025-08-15 19:51 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-15 19:49 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-15 19:49 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-pop-shell/ Pacho Ramos
2025-06-25 16:17 Arthur Zamarin
2025-03-05 18:12 Pacho Ramos
2025-03-05 18:12 Pacho Ramos
2025-01-26 17:32 Pacho Ramos
2025-01-26 17:32 Pacho Ramos
2024-12-02 13:00 Pacho Ramos
2024-12-02 13:00 Pacho Ramos
2024-12-02 13:00 Pacho Ramos
2024-12-02 13:00 Pacho Ramos
2024-03-02 23:30 Sam James
2023-11-12 12:28 Pacho Ramos
2023-07-21 7:54 Joonas Niilola
2023-07-21 7:54 Joonas Niilola
2022-10-11 13:44 Joonas Niilola
2022-09-22 5:02 Georgy Yakovlev
2022-08-01 2:33 Sam James
2021-07-28 16:18 Georgy Yakovlev
2021-07-28 16:18 Georgy Yakovlev
2021-06-04 6:20 Georgy Yakovlev
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=1755287328.cea8578f5f144a43c3adf4c2274194d0eea5f0a7.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