diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-31 14:00:10 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-31 14:23:35 -0400 |
commit | 56803fe12b976f24cfc885e1d68a9fc095b9476e (patch) | |
tree | 2c34b69727f50be062453456fa2d2a26e60965ff /gnome-extra | |
parent | gnome-extra/gnome-user-docs: Drop old versions (diff) | |
download | gentoo-56803fe12b976f24cfc885e1d68a9fc095b9476e.tar.gz gentoo-56803fe12b976f24cfc885e1d68a9fc095b9476e.tar.bz2 gentoo-56803fe12b976f24cfc885e1d68a9fc095b9476e.zip |
gnome-extra/gnome-weather: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-weather/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-weather/files/gnome-weather-41.0-fix-meson-0.61-build.patch | 20 | ||||
-rw-r--r-- | gnome-extra/gnome-weather/gnome-weather-41.0.ebuild | 57 |
3 files changed, 0 insertions, 78 deletions
diff --git a/gnome-extra/gnome-weather/Manifest b/gnome-extra/gnome-weather/Manifest index c89ba1d254ef..8003e84005d0 100644 --- a/gnome-extra/gnome-weather/Manifest +++ b/gnome-extra/gnome-weather/Manifest @@ -1,2 +1 @@ -DIST gnome-weather-41.0.tar.xz 943500 BLAKE2B a349360f001bc8a3246227fcdad51bdb115db382650ead36e9768c002f0d7892296610320bf90bb569915c72c48492002268f8aa049055ebc687dc08052d6170 SHA512 f625a83ecfffe1ad58aa268b6ab3009504f839f3d56e52c642bc23ee32c0b51638888de17a1b4bc0990b2fd6718a7266fe5cd79230594a06ae58a816308b2b99 DIST gnome-weather-42.0.tar.xz 233552 BLAKE2B 64cdefbcdc93359518b4e08564eafc3235d7b2ab92d69d79b558c5d4f5ce03425d87fb8e7e351165d00983eab5807ebc05aa7c0eb604a618d135afb66170c8ff SHA512 10471a32adc148fad393e03098396a3cfccc75d1cd18985cdd2c287927213aeb493f2878ea986e1d3a3af4b1d3f439afcdb96833d849bbd5fbe7aebb1d1992e6 diff --git a/gnome-extra/gnome-weather/files/gnome-weather-41.0-fix-meson-0.61-build.patch b/gnome-extra/gnome-weather/files/gnome-weather-41.0-fix-meson-0.61-build.patch deleted file mode 100644 index 6756c77f8b7d..000000000000 --- a/gnome-extra/gnome-weather/files/gnome-weather-41.0-fix-meson-0.61-build.patch +++ /dev/null @@ -1,20 +0,0 @@ -https://gitlab.gnome.org/GNOME/gnome-weather/-/commit/4be71525f07189e97720688472172604879d49a5 -https://bugs.gentoo.org/831749 - -From: rvalue <i@rvalue.moe> -Date: Fri, 17 Dec 2021 12:26:42 +0000 -Subject: [PATCH] Remove incorrect args for i18n.merge_file - -`i18n.merge_file` has been ignoring positional arguments for a time and -explicitly rejects with error since meson 0.60.0 ---- a/data/meson.build -+++ b/data/meson.build -@@ -59,7 +59,6 @@ endif - appdata_conf = configuration_data() - appdata_conf.set('app_id', weather_id) - appdata = i18n.merge_file( -- 'appdata', - input: configure_file( - input: '@0@.appdata.xml.in.in'.format(default_id), - output: '@0@.appdata.xml.in'.format(default_id), -GitLab diff --git a/gnome-extra/gnome-weather/gnome-weather-41.0.ebuild b/gnome-extra/gnome-weather/gnome-weather-41.0.ebuild deleted file mode 100644 index dfb941231680..000000000000 --- a/gnome-extra/gnome-weather/gnome-weather-41.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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:= - >=x11-libs/gtk+-3.20:3 - >=dev-libs/gjs-1.50 - >=app-misc/geoclue-2.3.1:2.0 - >=dev-libs/libgweather-40.0:= - >=gui-libs/libhandy-1.1.90:1= -" -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) - -PATCHES=( - "${FILESDIR}"/${P}-fix-meson-0.61-build.patch -) - -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 -} |