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-gsconnect/
Date: Fri, 20 Jun 2025 15:22:55 +0000 (UTC) [thread overview]
Message-ID: <1750432953.3c0aafc6fa2f2ca1f19e6a94ce92d0e7c3fe9aba.pacho@gentoo> (raw)
commit: 3c0aafc6fa2f2ca1f19e6a94ce92d0e7c3fe9aba
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 14:57:48 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 15:22:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0aafc6
gnome-extra/gnome-shell-extension-gsconnect: add 66
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
.../gnome-shell-extension-gsconnect/Manifest | 1 +
.../gnome-shell-extension-gsconnect-66.ebuild | 77 ++++++++++++++++++++++
2 files changed, 78 insertions(+)
diff --git a/gnome-extra/gnome-shell-extension-gsconnect/Manifest b/gnome-extra/gnome-shell-extension-gsconnect/Manifest
index 725b99aa6105..66a2d9d73f7a 100644
--- a/gnome-extra/gnome-shell-extension-gsconnect/Manifest
+++ b/gnome-extra/gnome-shell-extension-gsconnect/Manifest
@@ -1,2 +1,3 @@
DIST gnome-shell-extension-gsconnect-58.tar.gz 899868 BLAKE2B c39e6d82792b9e612d68fc98460b801b51ed8087a94d8eee949ff99a15f058d08842e4b4a3f22050c61ee0d71f1e58aa2574efd9fe685e267afb90492793bce1 SHA512 bc69455271afd51ccb861c66edd21b37bac449e003c560707ab30e2e062ca89f9caa60d697543d81c1c387b54a1f34912be522067b14b953a79a2e089a2612f4
DIST gnome-shell-extension-gsconnect-62.tar.gz 903446 BLAKE2B e33fddd6b8cabb702fdae466be3e3e970c45a57faacf3bdccbc56a8d0a7f077cf0aafd977a9e8868c961c6b2228e38ae9ddc96cfe8315f39b62d90245e20f2ee SHA512 452b9441e1cfe1d804c0ffd7a83d971be5cf287a779821be3391f5eefb753ff53cfceb21e32e509f06672e4863bb4b53345414f5556ef80a7480e0be431d07af
+DIST gnome-shell-extension-gsconnect-66.tar.gz 904279 BLAKE2B f0eef3817c8d263ef258435da0a5e951a490d139be1e0d9172505d8fbb17fa350910cb71ac0ba15e36eb6f90c0073e584acb41a452c6adb3243d1c7329d79eba SHA512 6180ee259751121f88c5aa24c7a7f9c99963e2145200cfb3cd9ad5de68f8d5033e5d1c38263a901ea44bca41a7db6edcde2161905256625c6bb469fc614b8896
diff --git a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-66.ebuild b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-66.ebuild
new file mode 100644
index 000000000000..c2bd94312f8a
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-66.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome2-utils meson readme.gentoo-r1 virtualx xdg
+
+DESCRIPTION="KDE Connect implementation for GNOME"
+HOMEPAGE="https://github.com/GSConnect/gnome-shell-extension-gsconnect"
+SRC_URI="https://github.com/GSConnect/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="nautilus"
+
+# Upstream broke them and now they need to be run after pkg is installed or
+# a container needs to be used:
+# https://github.com/GSConnect/gnome-shell-extension-gsconnect/issues/1786
+RESTRICT="test"
+
+COMMON_DEPEND="dev-libs/glib:2"
+RDEPEND="${COMMON_DEPEND}
+ app-eselect/eselect-gnome-shell-extensions
+ >=dev-libs/gjs-1.68
+ >=gnome-base/gnome-shell-46
+ gnome-base/gvfs
+ gnome-extra/evolution-data-server
+ || ( media-libs/libcanberra media-libs/gsound )
+ nautilus? (
+ dev-python/nautilus-python
+ gnome-base/nautilus[introspection] )
+"
+DEPEND="${COMMON_DEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="For knowing more about how to do the setup, please visit:
+https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki/Installation"
+
+src_configure() {
+ # nemo support relies on nemo-python from https://github.com/linuxmint/nemo-extensions
+ # https://bugs.gentoo.org/694388
+ meson_src_configure \
+ -Dinstalled_tests=false \
+ -Dnemo=false \
+ $(meson_use nautilus)
+}
+
+src_test() {
+ virtx meson_src_test
+}
+
+src_install() {
+ meson_src_install
+ readme.gentoo_create_doc
+}
+
+pkg_preinst() {
+ gnome2_schemas_savelist
+ xdg_pkg_preinst
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_pkg_postinst
+ ebegin "Updating list of installed extensions"
+ eselect gnome-shell-extensions update
+ eend $?
+ readme.gentoo_print_elog
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_pkg_postrm
+}
next reply other threads:[~2025-06-20 15:23 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-20 15:22 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-gsconnect/ Pacho Ramos
2025-08-15 9:22 Pacho Ramos
2025-06-20 15:22 Pacho Ramos
2025-04-10 16:24 Pacho Ramos
2025-01-26 19:33 Sam James
2024-12-02 13:00 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
2023-11-10 16:20 Pacho Ramos
2023-10-08 13:52 Pacho Ramos
2023-05-17 22:29 Matt Turner
2023-05-05 10:24 Pacho Ramos
2023-03-26 16:53 Pacho Ramos
2023-03-26 16:53 Pacho Ramos
2023-01-22 11:29 Pacho Ramos
2022-12-19 16:32 Pacho Ramos
2022-12-19 16:30 Pacho Ramos
2022-12-16 20:37 Arthur Zamarin
2022-11-24 8:04 Pacho Ramos
2022-09-19 21:58 Georgy Yakovlev
2022-05-31 18:52 Matt Turner
2022-05-28 1:27 Sam James
2022-05-28 1:20 Sam James
2022-03-27 9:23 Pacho Ramos
2022-03-27 9:20 Pacho Ramos
2022-03-08 9:35 Sam James
2021-10-19 21:04 Pacho Ramos
2021-08-25 15:35 Pacho Ramos
2021-07-08 12:51 Pacho Ramos
2021-06-22 16:43 Pacho Ramos
2021-05-31 2:23 Matt Turner
2021-05-30 20:52 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-05-20 12:37 Pacho Ramos
2021-04-04 17:14 Pacho Ramos
2021-03-28 19:38 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2021-03-14 14:46 Pacho Ramos
2020-12-01 22:15 Pacho Ramos
2020-12-01 22:15 Pacho Ramos
2020-09-20 9:24 Pacho Ramos
2020-08-30 20:20 Pacho Ramos
2020-08-17 10:08 Pacho Ramos
2020-08-17 10:08 Pacho Ramos
2020-08-15 9:59 Pacho Ramos
2020-07-15 8:22 Pacho Ramos
2020-05-31 12:42 Pacho Ramos
2020-04-22 21:00 Pacho Ramos
2020-03-11 16:38 Pacho Ramos
2019-12-15 13:18 Pacho Ramos
2019-12-15 13:18 Pacho Ramos
2019-12-14 23:05 Pacho Ramos
2019-11-10 12:36 Pacho Ramos
2019-11-10 12:36 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-09-14 21:01 Pacho Ramos
2019-08-15 17:54 Pacho Ramos
2019-06-09 11:06 Pacho Ramos
2019-06-09 11:06 Pacho Ramos
2019-05-17 17:27 Pacho Ramos
2019-05-17 17:27 Pacho Ramos
2019-05-09 8:14 Pacho Ramos
2019-05-09 8:14 Pacho Ramos
2019-05-03 8:56 Pacho Ramos
2019-04-13 7:16 Pacho Ramos
2019-03-23 13:48 Pacho Ramos
2019-03-23 13:48 Pacho Ramos
2019-03-09 11:29 Pacho Ramos
2019-01-05 13:24 Pacho Ramos
2018-10-21 8:59 Pacho Ramos
2018-10-21 8:59 Pacho Ramos
2018-09-15 10:39 Pacho Ramos
2018-07-25 9:21 Pacho Ramos
2018-07-24 16:10 Pacho Ramos
2018-07-24 16:08 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=1750432953.3c0aafc6fa2f2ca1f19e6a94ce92d0e7c3fe9aba.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