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: sci-geosciences/gnome-maps/
Date: Thu, 11 Nov 2021 12:59:22 +0000 (UTC)	[thread overview]
Message-ID: <1636635553.6dc1c2f10d925843b54f4c03b921384dd9b8977a.pacho@gentoo> (raw)

commit:     6dc1c2f10d925843b54f4c03b921384dd9b8977a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 12:48:18 2021 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 12:59:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc1c2f1

sci-geosciences/gnome-maps: Bump to 41.1

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

 sci-geosciences/gnome-maps/Manifest               |  1 +
 sci-geosciences/gnome-maps/gnome-maps-41.1.ebuild | 56 +++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
index 66d7c9b9b5d..5ac31419a28 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-maps-40.2.tar.xz 3542008 BLAKE2B 65f23bf61e2e3c24afa80b74400dd929510c91ec463aa7e36759b1ddc60814538e21d883df37b98b5d4da851705e5f8e78e9d54a8b50a9cfd490a3e965f34b87 SHA512 6214ebeb8f5dc5fb28e0aab659a2b9f56d6b0c7b9248cd3482a268a6694ca04c75d91686a7029ec96904efcfca91a028d66d17b6311efa7e95b76379c68f6a0e
 DIST gnome-maps-40.3.tar.xz 3542308 BLAKE2B cc1430a9b66ee638fb64d0bf907a8472833137cbedd19f264bf2933618af493fc4a1ece0fd9fa2edb70ab50e24a434b4775d8c81eb830958014559e2a454e0b6 SHA512 2372a3e12eb17ec9f33521fecf7f74d1edb217dd8ff6f7565485ccd8d55ff535f7eff475284a402acb9da6781b389186bcd5e4df919340374be3b244f4100077
 DIST gnome-maps-40.5.tar.xz 3542648 BLAKE2B bbc45882e314667def29b8d7491afba2e1649ef62a6898a58b4afd93bd26537af73588d9cecd0ed06fc53c8083ade6d33f468b4a51481886d30abdc13558be80 SHA512 1d53dda1b96fb5a6db4152380f9136f2e66cbc0062434254cc0b47e999c19dfcbde6bc1d6bc787474eab83b29293a1e207cf41b177f7cd01b29ccb15a6628d15
+DIST gnome-maps-41.1.tar.xz 2187384 BLAKE2B 792ada987c513118411233b477373db015e55b5c4da2405d40f69833fbce3d0fdfec4c194fdfa762d5642039c4965db9a606d6206e8c52b16a4f7c26ae9b54ab SHA512 ff750c009c0409bdf87a08b2a89296f5f214f8fa294c7470e99841fc6f155ae14cf9bfd388a65231e03c4c4fdbe5606c90b2bf5897e756a1699a19782f89a5db

diff --git a/sci-geosciences/gnome-maps/gnome-maps-41.1.ebuild b/sci-geosciences/gnome-maps/gnome-maps-41.1.ebuild
new file mode 100644
index 00000000000..5ec15782805
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-41.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..10} )
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
+
+DESCRIPTION="A map application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Maps"
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+# Pure introspection dependencies found by grepping imports.gi in ${S}
+RDEPEND="
+	>=dev-libs/glib-2.66.0:2
+	x11-libs/pango[introspection]
+	>=dev-libs/gjs-1.66.0
+	>=dev-libs/gobject-introspection-0.10.1:=
+	>=x11-libs/gtk+-3.22:3[introspection]
+	>=app-misc/geoclue-0.12.99:2.0[introspection]
+	>=gui-libs/libhandy-0.84:1=
+	>=dev-libs/libgee-0.16:0.8[introspection]
+	>=dev-libs/folks-0.10:=
+	>=sci-geosciences/geocode-glib-3.15.2[introspection]
+	>=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
+	dev-libs/libxml2:2
+	>=net-libs/rest-0.7.90:0.7[introspection]
+
+	app-crypt/libsecret[introspection]
+	dev-libs/libgweather[introspection]
+	media-libs/clutter-gtk:1.0[introspection]
+	media-libs/clutter:1.0[introspection]
+	net-libs/gnome-online-accounts[introspection]
+	net-libs/libgfbgraph[introspection]
+	net-libs/libsoup:2.4[introspection]
+	net-libs/webkit-gtk:4[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	${PYTHON_DEPS}
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postinst() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2021-11-11 12:59 UTC|newest]

Thread overview: 126+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11 12:59 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-17 12:12 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gnome-maps/ Pacho Ramos
2024-07-17 12:12 Pacho Ramos
2024-07-17 12:12 Pacho Ramos
2024-04-06 21:07 Arthur Zamarin
2024-03-03 20:55 Mart Raudsepp
2024-03-02 22:41 Mart Raudsepp
2024-02-10 18:53 Arthur Zamarin
2024-02-10 13:15 Mart Raudsepp
2024-01-06 23:37 Mart Raudsepp
2024-01-06 15:08 Mart Raudsepp
2023-12-18 10:19 Pacho Ramos
2023-10-21 21:22 Mart Raudsepp
2023-09-22  2:33 Matt Turner
2023-09-16 18:16 Matt Turner
2023-09-05 20:28 Matt Turner
2023-09-01 15:13 Matt Turner
2023-08-26 15:17 Matt Turner
2023-08-16 22:32 Matt Turner
2023-08-06 16:16 Matt Turner
2023-07-07 22:03 Matt Turner
2023-07-02 15:34 Sam James
2023-05-26 19:42 Matt Turner
2023-05-02 18:59 Arthur Zamarin
2023-05-02 18:56 Arthur Zamarin
2023-04-22  3:08 Matt Turner
2023-04-02  0:57 Matt Turner
2023-03-19  3:51 Matt Turner
2023-03-19  3:51 Matt Turner
2023-02-20 17:32 Matt Turner
2023-02-01 16:26 Matt Turner
2023-01-07 17:42 Matt Turner
2023-01-03 14:08 Matt Turner
2022-12-16 20:37 Arthur Zamarin
2022-12-04  2:41 Matt Turner
2022-10-25 15:25 Matt Turner
2022-10-12  2:47 Matt Turner
2022-09-30 20:37 Matt Turner
2022-09-30 16:52 Matt Turner
2022-09-27 23:55 Matt Turner
2022-08-01  2:33 Sam James
2022-07-21  2:04 Matt Turner
2022-07-06  1:24 Sam James
2022-07-02 20:47 Sam James
2022-07-02  3:19 Matt Turner
2022-05-31 18:24 Matt Turner
2022-05-28 13:25 Matt Turner
2022-05-28  1:27 Sam James
2022-05-28  1:20 Sam James
2022-04-24 20:46 Matt Turner
2022-03-20 20:40 Matt Turner
2022-03-20 20:40 Matt Turner
2022-03-18 19:24 Matt Turner
2022-03-08  9:35 Sam James
2022-02-12 17:01 Matt Turner
2022-01-24 22:43 Matt Turner
2022-01-03 11:47 Georgy Yakovlev
2021-12-19  2:00 Matt Turner
2021-11-11 12:59 Pacho Ramos
2021-11-06  4:09 Sam James
2021-10-04  1:25 Sam James
2021-09-18 16:07 Mart Raudsepp
2021-08-13 16:27 Mart Raudsepp
2021-07-26  7:15 Matt Turner
2021-07-23 20:54 Matt Turner
2021-07-10 15:40 Sam James
2021-06-26  1:34 Sam James
2021-06-20 12:53 Sam James
2021-06-06 21:49 Matt Turner
2021-05-31  2:00 Matt Turner
2021-05-29  9:02 Sam James
2021-05-29  6:09 Sam James
2021-05-02 15:01 Matt Turner
2021-04-17  1:20 Matt Turner
2021-04-16 22:13 Matt Turner
2021-04-13 16:12 Matt Turner
2021-04-01 16:44 Thomas Deutschmann
2021-03-12  8:01 Mikle Kolyada
2021-02-14 21:42 Mart Raudsepp
2020-11-07 15:23 Mart Raudsepp
2020-10-11 21:27 Mart Raudsepp
2020-08-30 18:09 Sam James
2020-08-30 15:17 Thomas Deutschmann
2020-07-18  8:45 Mart Raudsepp
2020-01-28  9:39 Mart Raudsepp
2020-01-27  9:45 Mikle Kolyada
2020-01-26 22:39 Thomas Deutschmann
2020-01-04 13:04 Mart Raudsepp
2020-01-04 13:04 Mart Raudsepp
2019-12-04 21:33 Matt Turner
2019-09-08 10:47 Mart Raudsepp
2019-09-08  1:13 Thomas Deutschmann
2019-08-31  5:26 Mikle Kolyada
2019-06-09 13:51 Pacho Ramos
2019-05-18 23:05 Mart Raudsepp
2019-05-10 17:49 Mikle Kolyada
2019-05-08  9:33 Mikle Kolyada
2019-03-31  9:24 Mart Raudsepp
2019-02-27 20:09 Mart Raudsepp
2018-12-28 12:52 Gilles Dartiguelongue
2018-12-28 12:52 Gilles Dartiguelongue
2018-09-30  0:19 Mart Raudsepp
2018-02-03 23:17 Mart Raudsepp
2018-01-18  2:53 Mikle Kolyada
2017-08-13 17:03 Gilles Dartiguelongue
2017-04-01 16:31 Agostino Sarubbo
2017-04-01 13:16 Agostino Sarubbo
2016-11-09  8:28 Gilles Dartiguelongue
2016-10-18 22:44 Gilles Dartiguelongue
2016-09-26 19:13 Mart Raudsepp
2016-09-26 16:23 Agostino Sarubbo
2016-09-26 16:22 Agostino Sarubbo
2016-09-17 13:51 Pacho Ramos
2016-09-17 13:51 Pacho Ramos
2016-09-04 16:22 Gilles Dartiguelongue
2016-09-04 16:22 Gilles Dartiguelongue
2016-07-31 11:08 Pacho Ramos
2016-06-28 20:30 Pacho Ramos
2016-06-28 20:30 Pacho Ramos
2016-04-02 20:38 Pacho Ramos
2016-01-02 10:52 Gilles Dartiguelongue
2015-11-09 21:51 Pacho Ramos
2015-11-09 21:51 Pacho Ramos
2015-09-12  9:11 Agostino Sarubbo
2015-09-10 19:12 Pacho Ramos
2015-09-07 21:55 Mikle Kolyada

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=1636635553.6dc1c2f10d925843b54f4c03b921384dd9b8977a.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