[gentoo-commits] repo/gentoo:master commit in: profiles/, sci-geosciences/gnome-maps/

2023-07-18 Thread Matt Turner
commit: d25a19ba3ab20b997df9ba9671092618fe19190b
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Jul  2 00:24:21 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Jul 18 22:37:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25a19ba

sci-geosciences/gnome-maps: Version bump to 45_alpha

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31704
Signed-off-by: Matt Turner  gentoo.org>

 profiles/package.mask  |  1 +
 sci-geosciences/gnome-maps/Manifest|  1 +
 .../gnome-maps/gnome-maps-45_alpha.ebuild  | 49 ++
 3 files changed, 51 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 012ba30e6c2c..57a4c8eb9022 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -227,6 +227,7 @@ dev-perl/Gtk2-Notify
 >=gui-libs/libadwaita-1.4_alpha
 >=media-gfx/gnome-font-viewer-45_alpha
 >=net-misc/gnome-remote-desktop-45_alpha
+>=sci-geosciences/gnome-maps-45_alpha
 >=sys-apps/baobab-45_alpha
 >=x11-themes/gnome-backgrounds-45_alpha
 >=x11-wm/mutter-45_alpha

diff --git a/sci-geosciences/gnome-maps/Manifest 
b/sci-geosciences/gnome-maps/Manifest
index 830b23f2a43a..67d4080f897e 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-maps-44.1.tar.xz 2349152 BLAKE2B 
e544427972f98d13c5c072c234006c081fc48956cdd795f47225bc73771d655f048bd3ca7d2478f9afd23d50b6f26df95a08ec24b92c1d80a2280a9d2f60
 SHA512 
918a490491b86aa2648dae844dd910be5e4dff339544a6286d35c341bb11acfa1587de04fe2f2b3aff46c57c4175fc0bad50c28a253ffea8bacf274c0ca42f72
 DIST gnome-maps-44.2.tar.xz 2349116 BLAKE2B 
52fd29cfa89ab76c6b041d9ae77453b75e5f9d2fe2de12d0ba1f283c4d16920156e9dffd54dfd0add9a37e66c3a4c49bb4ad43d4733f41301325f281e15fe458
 SHA512 
ea435f3a5a3ed9e4c3054e3fbb2f3dad253f0150f7555c734d06db3a039ece356c61294a664945b5165b004001d8724428aaed527ba0ca55fae2f7d37833e6a7
 DIST gnome-maps-44.3.tar.xz 2348292 BLAKE2B 
1e66780eaf5ea86e25438702ed8602801d31b128e40e48b30d01b9aecb9366168447f6d47efdc3198d4c8598dbcd439ae9a8c80e3810fc22faf1a3f1a44ea1b3
 SHA512 
a193b27474a3b62b3dc5ddbe082ea9718c5225d4939d939cf0050c46016fa1c173091d7a6087aa7be53e8369867b200de793a91f87971b8696207a12ec50c682
+DIST gnome-maps-45.alpha.tar.xz 2948332 BLAKE2B 
93b5ddc81f061a5adf24eff4e39435a3564554df7abadef3a567394006fe17904e5fd5dd4253f3bf31ecbe9c2504ae835bece43a164154d1e08c12192910a904
 SHA512 
b7032eef2a67436ad4bc3de87a01a2435141a976e7a77f4ddd9ae5c58ee39f923807409697f8131b89ce749336b6e3305d0da1f429267451c8eab706ae495dfb

diff --git a/sci-geosciences/gnome-maps/gnome-maps-45_alpha.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-45_alpha.ebuild
new file mode 100644
index ..b7701c61f77d
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-45_alpha.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson 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 ~ppc64 ~x86"
+
+# Pure introspection dependencies found by grepping imports in ${S}
+RDEPEND="
+   >=dev-libs/glib-2.66.0:2
+   >=dev-libs/gjs-1.69.2
+   >=dev-libs/gobject-introspection-0.10.1:=
+   gui-libs/gtk:4[introspection]
+   >=app-misc/geoclue-0.12.99:2.0[introspection]
+   >=gui-libs/libadwaita-1.0:1[introspection]
+   >=dev-libs/libgweather-4.2.0:4=[introspection]
+   >=sci-geosciences/geocode-glib-3.15.2:2[introspection]
+   >=media-libs/libshumate-1.0:1.0=[introspection]
+   dev-libs/libxml2:2
+   >=net-libs/rest-0.9.1:1.0[introspection]
+
+   app-crypt/libsecret[introspection]
+   media-libs/graphene[introspection]
+   net-libs/libsoup:3.0[introspection]
+   x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/, sci-geosciences/gnome-maps/

2022-09-30 Thread Matt Turner
commit: 427dfb07f2974a289133c71d96a1ef37682fadcb
Author: Pascal Jäger  leimstift  de>
AuthorDate: Wed Sep 21 20:58:56 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 30 17:08:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427dfb07

sci-geosciences/gnome-maps: version bump to 43.0

meson.build says it depends on librest-1.0.0 but in reality depends on
librest-0.9.1. 0.9.1 is newer than 1.0.0

Closes: https://github.com/gentoo/gentoo/pull/27383
Signed-off-by: Pascal Jäger  leimstift.de>
Signed-off-by: Matt Turner  gentoo.org>

 profiles/package.mask |  1 +
 sci-geosciences/gnome-maps/Manifest   |  1 +
 sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild | 53 +++
 3 files changed, 55 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4cec5dbf447f..663599209444 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -396,6 +396,7 @@ net-libs/rest:1.0
 net-libs/uhttpmock:1.0
 net-libs/webkit-gtk:4.1
 sci-geosciences/geocode-glib:2
+>=sci-geosciences/gnome-maps-43
 
 # Thomas Deutschmann  (2021-09-07)
 # Masked while being tested and reverse deps aren't fully compatible

diff --git a/sci-geosciences/gnome-maps/Manifest 
b/sci-geosciences/gnome-maps/Manifest
index d56985966558..34e2c345f3b7 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1 +1,2 @@
 DIST gnome-maps-42.3.tar.xz 2317328 BLAKE2B 
365eb5cb8f7b20e2069338249418f5fad1abd47a1ab7ecda2d671dc97dfa45fb9f5687ae01fd605613c7ecf6eb9048aef6ab121cac0f455a42df9156581c87e2
 SHA512 
e52509603914de8f345a874f931beb68d11f718827b956a48464fe804c42559d977eacb0bbd5d4346b6329ab3f9169ac9afa8ef681f040c5b6a82b440b9786cb
+DIST gnome-maps-43.0.tar.xz 2330656 BLAKE2B 
117a3558e29abe6a1bd29cf347b20a9e33f2b1cabd5310f28e387685e0bde96d1ce371c88616914f298e25ffbbc72b4d29e4fa721994b184e88289c6d0236ea0
 SHA512 
70966d6a092a67eb6a3a62627666376a71767d9296e00489a5aff281793425d9edd5e978deaf47bbd7d6b0ce37b53cf724b73487e101554c7984456661e193fc

diff --git a/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild
new file mode 100644
index ..441b75f62e73
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson 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 ~ppc64 ~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.69.2
+   >=dev-libs/gobject-introspection-0.10.1:=
+   gui-libs/gtk:4[introspection]
+   >=app-misc/geoclue-0.12.99:2.0[introspection]
+   >=gui-libs/libadwaita-1.0:1
+   =sci-geosciences/geocode-glib-3.15.2:2[introspection]
+   >=media-libs/libshumate-1.0:1.0=
+   dev-libs/libxml2:2
+   >=net-libs/rest-0.9.1:1.0=[introspection]
+
+   app-crypt/libsecret[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:3.0[introspection]
+   net-libs/webkit-gtk:4.1[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}