summaryrefslogtreecommitdiff
path: root/x11-misc/meteo
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/meteo')
-rw-r--r--x11-misc/meteo/Manifest2
-rw-r--r--x11-misc/meteo/meteo-0.9.9.1-r2.ebuild (renamed from x11-misc/meteo/meteo-0.9.9.1-r1.ebuild)17
2 files changed, 9 insertions, 10 deletions
diff --git a/x11-misc/meteo/Manifest b/x11-misc/meteo/Manifest
index 86d95c5261c5..c1784e7d2f05 100644
--- a/x11-misc/meteo/Manifest
+++ b/x11-misc/meteo/Manifest
@@ -1,3 +1,3 @@
DIST meteo-0.9.9.1.tar.gz 598205 BLAKE2B ac66e84a04f087cf75f9101da0c80e68c132e0e5064aec4cb2ea609e93f48a2ef3eb51266805b2547b4839c82496b470d4bb07e4fa0538e2ebc691a9491606d8 SHA512 d148393acc47dab1886a25600adb2a3e2ff5cb313c0004d50a54106c61f3cbd26ff95d526d13a77a1d33ede2622ff2ea9277a8fdc1899ebf34581a5a6b36c861
-EBUILD meteo-0.9.9.1-r1.ebuild 1149 BLAKE2B 0d2371c8fed2e64ea404f9b94b42ea9726a3da8d3d424601e5b1e0935fdf1025c6fc2f5d83e3e2a849cd57b1259fd4ff81b38485cfc859f2b9a95b9f486735d0 SHA512 0a39c5e5f656d33ed86590f61208ad9b0ee6a6b4b33162b9b750a9f4d4d007fad9d6908894405dd686fc53a5db33f79376c4bb375a3e770a8e77fcb95c7c387a
+EBUILD meteo-0.9.9.1-r2.ebuild 1162 BLAKE2B 6968d9932cd863f219164d6cb674aec14ac64620d6510a02baee08459e5bdc0100ce6e392e223e777c662dbdb2b1da441298da6e62898142dde72da9a8193928 SHA512 268b9d3302d31e46cc6845ef34b4127c1a76f44959554b3cc9f4afbd6edc69c3e2b0f830d5ffab82c19ff698c154422ef2c5a1ef35c420110914f0db8557757f
MISC metadata.xml 240 BLAKE2B 1f4d972fe6e8f4096f8905fe5ec3f77b8689f3b0e01ac676ae4e55ce3aa66c18473cc82b5766131f155b9f4cd3fa6c541ab3bd32bfd233ff89722937105f968a SHA512 2e9f28bd0e525aa062cb098048dd176668b1ca2220e0018279ec4779eb80a2e8ad4f1ea73899aded97b7d27379e88d2f60cc80af4a6992880edf6e301b7e1090
diff --git a/x11-misc/meteo/meteo-0.9.9.1-r1.ebuild b/x11-misc/meteo/meteo-0.9.9.1-r2.ebuild
index b68fc55cee62..d3cc18f55cd5 100644
--- a/x11-misc/meteo/meteo-0.9.9.1-r1.ebuild
+++ b/x11-misc/meteo/meteo-0.9.9.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit gnome2-utils meson python-any-r1 vala xdg
DESCRIPTION="Forecast application using OpenWeatherMap API"
@@ -13,9 +13,11 @@ SRC_URI="https://gitlab.com/bitseater/meteo/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
+# One test needs network (#828052), the other simply checks desktop file
+# validation, that we also test with our QA tests
+RESTRICT="test"
DEPEND="
- $(vala_depend)
dev-libs/libayatana-appindicator:0
dev-libs/glib:2
dev-libs/json-glib
@@ -31,15 +33,12 @@ BDEPEND="${PYTHON_DEPS}
dev-libs/appstream-glib
dev-util/intltool
virtual/pkgconfig
+ $(vala_depend)
"
-# One test needs network (#828052), the other simply checks desktop file
-# validation, that we also test with our QA tests
-RESTRICT="test"
-
-src_prepare() {
- default
+src_configure() {
vala_setup
+ meson_src_configure
}
src_install() {