From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gnome-maps/
Date: Sun, 2 May 2021 15:01:50 +0000 (UTC) [thread overview]
Message-ID: <1619967693.8cd16f02868102c0d445b072433c5e0462325234.mattst88@gentoo> (raw)
commit: 8cd16f02868102c0d445b072433c5e0462325234
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 14:45:20 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May 2 15:01:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cd16f02
sci-geosciences/gnome-maps: Version bump to 40.1
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sci-geosciences/gnome-maps/Manifest | 1 +
sci-geosciences/gnome-maps/gnome-maps-40.1.ebuild | 56 +++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
index e046e78752f..eeade10d2d2 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,2 +1,3 @@
DIST gnome-maps-3.36.6.tar.xz 4006804 BLAKE2B 4d7684a13b5bace21e7a9d6b97b9b4b91a6fc5cbdbc98c1a776f157c5b1747b16669602e6167afd254d4fe72f8c4d7c9ac27c22089efd07839a6f35bf68b1c31 SHA512 bd72ede45edf851fdbd815278838c34b42145fcccb18bd33ff5e732238797eadc0fe4e0279072c0dd9bfd7b5d88329d8e537ceb3072e186fbc213d63cdef1e72
DIST gnome-maps-40.0.tar.xz 3540952 BLAKE2B c41a79ce5966a3dac903caa7b98651b7734d8a55b37de5e330e34dd0db0f146a6ca247c82a8d0f07ec5f55b1efaf40d6f86d4fc35ff750f09a565c0edcde6702 SHA512 6ace3c43b1578b278e39fd27dabe9ab62a4ae80ecf1fb42fe3b8e3e208d43e6fd3325b4c61c6de7c05fcc3321178d556d8fafe0e6d2c7c0a924248b9832fa25e
+DIST gnome-maps-40.1.tar.xz 3543432 BLAKE2B adfffdcf6e3730414ebdf1da0727ee3c20d02b7e1c57f13070d5a08d9895d24f91ad452efac1465e881912f93fe4417cb255ff62324920ae73d482183d50cdbc SHA512 319d819737f6b370cd5344d4483e06781e362930610dbc4745641a208e71f753bf894693009690a6fe04bceac75ab5aa7788ae2511425cd0bd2b9229a5d0111c
diff --git a/sci-geosciences/gnome-maps/gnome-maps-40.1.ebuild b/sci-geosciences/gnome-maps/gnome-maps-40.1.ebuild
new file mode 100644
index 00000000000..eb37149677c
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-40.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..9} )
+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 ~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
+}
next reply other threads:[~2021-05-02 15:01 UTC|newest]
Thread overview: 126+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-02 15:01 Matt Turner [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-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-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=1619967693.8cd16f02868102c0d445b072433c5e0462325234.mattst88@gentoo \
--to=mattst88@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