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: Sat, 15 Sep 2018 10:39:00 +0000 (UTC) [thread overview]
Message-ID: <1537007934.4a8d3413c48ca590b3d9c23684b710bef4f36f6a.pacho@gentoo> (raw)
commit: 4a8d3413c48ca590b3d9c23684b710bef4f36f6a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 10:37:39 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 15 10:38:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8d3413
gnome-extra/gnome-shell-extension-gsconnect: Version bump (#664410 by leio)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
.../gnome-shell-extension-gsconnect/Manifest | 1 +
.../gnome-shell-extension-gsconnect-12.ebuild | 55 ++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/gnome-extra/gnome-shell-extension-gsconnect/Manifest b/gnome-extra/gnome-shell-extension-gsconnect/Manifest
index 389f57b0706..2d4657aee08 100644
--- a/gnome-extra/gnome-shell-extension-gsconnect/Manifest
+++ b/gnome-extra/gnome-shell-extension-gsconnect/Manifest
@@ -1 +1,2 @@
DIST gnome-shell-extension-gsconnect-11.tar.gz 1015034 BLAKE2B 470f9247987bf1ec9c37e658276427fb06e5406bbd862e33498935f860b955fa69219dacdbc4ee40cffe7257d74a01ddf018e19a81b0849a8879d997720c11c9 SHA512 134d26b37668e2dcc9fb3e96196cde1b6e17531050d5c91b2b9853bb3ef76e660b230a5ab9c77ded742541a7c871ed50e4d2a2facea9cbb29cd3a546a0a476a4
+DIST gnome-shell-extension-gsconnect-12.tar.gz 1034122 BLAKE2B dc9e4003532bbb500c81d2bd0d2a715f60bb5c70b6bcf3286ebd8b2219d511f51e63c93ef30b0b71ced720531c811462f3b343d9a9eaa07ef4a56a498e5c497f SHA512 3b88aa7ff6e55556a6e438376c578a007d41d266dc91f6d56dfccde217bd0ede7ed40c10b05903582d9bde392f0a375f34b1fbdfd1aae0204f46b9d7e6c246ef
diff --git a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-12.ebuild b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-12.ebuild
new file mode 100644
index 00000000000..87cb96883cc
--- /dev/null
+++ b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-12.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils meson readme.gentoo-r1
+
+DESCRIPTION="KDE Connect implementation for Gnome Shell"
+HOMEPAGE="https://github.com/andyholmes/gnome-shell-extension-gsconnect"
+SRC_URI="https://github.com/andyholmes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+COMMON_DEPEND="dev-libs/glib:2"
+
+RDEPEND="${COMMON_DEPEND}
+ app-eselect/eselect-gnome-shell-extensions
+ >=dev-libs/gjs-1.48
+ >=gnome-base/gnome-shell-3.24
+ gnome-base/nautilus[introspection]
+ net-fs/sshfs
+ || ( ( net-libs/gnome-online-accounts dev-libs/libgdata ) dev-libs/folks )
+ || ( media-libs/libcanberra media-libs/gsound )
+"
+DEPEND="${COMMON_DEPEND}
+ virtual/pkgconfig
+"
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="For knowing more about how to do the setup, please visit:
+https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/Installation"
+
+src_install() {
+ meson_src_install
+
+ # Rule for install is not complete, only works for install-zip
+ # target
+ glib-compile-schemas "${ED}"/usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io/schemas || die
+
+ readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ ebegin "Updating list of installed extensions"
+ eselect gnome-shell-extensions update
+ eend $?
+ readme.gentoo_print_elog
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+}
next reply other threads:[~2018-09-15 10:39 UTC|newest]
Thread overview: 76+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-15 10:39 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-09 18:58 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-gsconnect/ 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-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=1537007934.4a8d3413c48ca590b3d9c23684b710bef4f36f6a.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