diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:11:56 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-17 17:54:53 -0400 |
commit | 4b1a4f6696880f48176864d579c1ebaf8fd952c3 (patch) | |
tree | af96401e5b66f1292f71f199ce1e9ff61b8db921 /gnome-extra/gnome-weather/gnome-weather-43.0.ebuild | |
parent | gnome-extra/gnome-user-docs: Drop old versions (diff) | |
download | gentoo-4b1a4f6696880f48176864d579c1ebaf8fd952c3.tar.gz gentoo-4b1a4f6696880f48176864d579c1ebaf8fd952c3.tar.bz2 gentoo-4b1a4f6696880f48176864d579c1ebaf8fd952c3.zip |
gnome-extra/gnome-weather: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-weather/gnome-weather-43.0.ebuild')
-rw-r--r-- | gnome-extra/gnome-weather/gnome-weather-43.0.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild b/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild deleted file mode 100644 index c6fef85bd485..000000000000 --- a/gnome-extra/gnome-weather/gnome-weather-43.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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 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 -} |