public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-weather/
Date: Sun, 19 Mar 2023 23:38:26 +0000 (UTC)	[thread overview]
Message-ID: <1679269099.f6826829f01329efc26e26244c3d5d1a24a89b4a.mattst88@gentoo> (raw)

commit:     f6826829f01329efc26e26244c3d5d1a24a89b4a
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Sun Mar 19 19:55:10 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 23:38:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6826829

gnome-extra/gnome-weather: Version bump to 44.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30241
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-weather/Manifest                 |  1 +
 .../gnome-weather/gnome-weather-44.0.ebuild        | 53 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/gnome-extra/gnome-weather/Manifest b/gnome-extra/gnome-weather/Manifest
index becaa505ee75..ccfdefc905ac 100644
--- a/gnome-extra/gnome-weather/Manifest
+++ b/gnome-extra/gnome-weather/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-weather-43.0.tar.xz 234344 BLAKE2B d255fec2103f9af3ce36db64d0d294732693850c9acd6bd53ea45552ac19e577786df3b110b66ff59d0d99df9f39f53592f48b4e1cad3aabf675bb4a410e19a9 SHA512 392f9c3f41583767d3dc8f3411b36c7eacc6191648879948f87c92d0891cf7ee34090e7093a91a5d7e07b4b795235a3ff675c1f34854b61e5faa6fe7dba17b9b
+DIST gnome-weather-44.0.tar.xz 236152 BLAKE2B 40ff3e2d3339fbab0da3629c95e843ad3a304c76aadc6f7772ae7fd38337dc7c3aad1e90cfee1a513b770788a223838b741728d6307b815fa50453f9d355c903 SHA512 56f4eb716793c047b438c6f5839bc60bae478b6f407bf067c4df51be35a96b31d9d98b33faf7f6e52606b22827f0da72289558da89c2746ee6e2fad6d3332e05
 DIST gnome-weather-44.rc.tar.xz 236064 BLAKE2B 3caae800b43f5f705534ce33624624dbc12909162416f6d46745c61f27703d7581e0aec58d1fc1085bcc970a4abb856632eb53fc1a4dac50fbdb179434c1c698 SHA512 c95d839dd94a5cc25bb782ab5181f1b0f88f948f3723358de393ffdabbff084007c22580fc580be402a2cc071a770caa77228d154f81b20172712317555b6206

diff --git a/gnome-extra/gnome-weather/gnome-weather-44.0.ebuild b/gnome-extra/gnome-weather/gnome-weather-44.0.ebuild
new file mode 100644
index 000000000000..248617832067
--- /dev/null
+++ b/gnome-extra/gnome-weather/gnome-weather-44.0.ebuild
@@ -0,0 +1,53 @@
+# 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 weather application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Design/Apps/Weather"
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+	>=dev-libs/glib-2.32:2
+	>=dev-libs/gobject-introspection-1.56:=
+	>=gui-libs/gtk-4.5:4
+	>=dev-libs/gjs-1.71.0
+	>=app-misc/geoclue-2.3.1:2.0
+	>=gui-libs/libadwaita-1.2.0:1=
+	>=dev-libs/libgweather-3.90.0:4=
+"
+RDEPEND="${DEPEND}
+	gnome-base/gsettings-desktop-schemas
+"
+# libxml2 required for glib-compile-resources
+BDEPEND="
+	dev-libs/appstream-glib
+	dev-libs/libxml2:2
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+# Tests have a lot of issues, starting with reliance on a system installation,
+# accessing the network and other intermittent failures with network-sandbox disabled
+# https://gitlab.gnome.org/GNOME/gnome-weather/issues/67 (and rest not filed)
+# test dep: $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]')
+# With 3.34, this is now behind a dogtail option we can pass (and have data validation)
+
+src_configure() {
+	meson_src_configure -Dprofile=default -Ddogtail=false
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2023-03-19 23:38 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19 23:38 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-16  8:41 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-weather/ Pacho Ramos
2024-07-16  8:41 Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18  6:09 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-09-24  9:02 WANG Xuerui
2023-09-22  2:33 Matt Turner
2023-09-19  1:52 Matt Turner
2023-05-02 19:03 Arthur Zamarin
2023-05-02 18:53 Arthur Zamarin
2023-05-02 17:29 Arthur Zamarin
2022-11-23 17:52 Jakov Smolić
2022-11-07  7:26 Sam James
2022-11-05  5:59 Arthur Zamarin
2022-10-30 22:29 Matt Turner
2022-10-01 17:24 Matt Turner
2022-09-30 16:52 Matt Turner
2022-05-28  5:45 Sam James
2022-03-23  6:44 Matt Turner
2022-03-08  9:35 Sam James
2021-12-19  4:53 Matt Turner
2021-11-06  4:09 Sam James
2021-10-04  1:25 Sam James
2021-08-19  3:01 Matt Turner
2021-06-07  6:22 Georgy Yakovlev
2021-04-16  2:16 Matt Turner
2020-08-30 18:09 Sam James
2020-08-22 12:09 Mart Raudsepp
2020-04-25 20:17 Mart Raudsepp
2020-04-10  8:05 Mart Raudsepp
2020-04-04 12:07 Mart Raudsepp
2020-03-01 16:41 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-10-13 16:26 Mart Raudsepp
2019-08-05 23:12 Aaron Bauman
2019-05-18 21:24 Mart Raudsepp
2018-09-30  0:19 Mart Raudsepp
2018-09-09 13:34 Mart Raudsepp
2018-02-03 22:35 Mart Raudsepp
2018-01-18  3:27 Mikle Kolyada
2017-12-10 10:27 Pacho Ramos
2017-08-12 23:15 Gilles Dartiguelongue
2017-08-12 23:15 Gilles Dartiguelongue
2016-09-06 23:15 Gilles Dartiguelongue
2016-09-04 23:20 Gilles Dartiguelongue
2016-06-25 19:13 Pacho Ramos
2016-06-25 19:13 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2015-11-15 10:30 Pacho Ramos
2015-09-08 18:25 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=1679269099.f6826829f01329efc26e26244c3d5d1a24a89b4a.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