diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-23 19:01:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-23 19:01:15 +0000 |
commit | 36fc50e36ed1a4686bb7202aeaff3170b2206124 (patch) | |
tree | 7b5feb28a3ad8ba78d57f64c93cc796cff95cd53 /xfce-extra/xfce4-weather-plugin | |
parent | acc2dacf2ee9a5b03df96da670153f2e3a24d80c (diff) |
gentoo auto-resync : 23:03:2024 - 19:01:14
Diffstat (limited to 'xfce-extra/xfce4-weather-plugin')
3 files changed, 2 insertions, 65 deletions
diff --git a/xfce-extra/xfce4-weather-plugin/Manifest b/xfce-extra/xfce4-weather-plugin/Manifest index 32eeb72b81ed..a47cc74fbe09 100644 --- a/xfce-extra/xfce4-weather-plugin/Manifest +++ b/xfce-extra/xfce4-weather-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-weather-plugin-0.11.1.tar.bz2 3100215 BLAKE2B 454fd3d4f1d40123b4ffd6f648b43079be444fccb876e123604deeee51741819ab3b65d81e56af9f25dce720f34d706f6c87211619a8e55b7f9f41bb5fc530e1 SHA512 625b2aab1ded60eb39171969cd67224569cf7477c0a6e47aa5600a4a09b4a2cecd4b830f4c01669e6f2289edd4e7d882b15d56526a1211b8b5b86141b585778f DIST xfce4-weather-plugin-0.11.2.tar.bz2 3096214 BLAKE2B e12d4e0a888b5c9602a0aa0bd595b89bc76a30fa3c250c16c2ddf328d4183c752a624a5e282447b4c987ed4a9ed1dc8e7f9413b3107956e1f67e96fce7213ec8 SHA512 011868165b17501a8b5aacb0387c23be635a1f4037a49501a823cf4aeb2be77d40aad51a4f1d1ccb1057b49e82d4cce2b2cffb82d165cf695340fbab99665ae2 -EBUILD xfce4-weather-plugin-0.11.1.ebuild 1185 BLAKE2B 013f3c7c2653c8cec34d855b88835a376feae6d64d97813974914296f6d9a450d7e3b370139c6ed827a20b72ee09692e1941cd93314eb2415648b27624a59166 SHA512 69d3b750a616e986aceb8c6e2bd0761553152fcf8816c79d15dea64ab09aa6cb2b2f361647cdbfde43cbb6b584e30a7c35f9b11c647d4278cb38fdf0f466be67 -EBUILD xfce4-weather-plugin-0.11.2.ebuild 1215 BLAKE2B 4637d15f40c0fc52c42e12a20ea6c1c19407a9231ae2ff4d499cad802cec0b0221a0e3948996a887f975748cbcaee1688ee522bdf6977b7448b660bf7bf75173 SHA512 d98f1eaad64eb4f4ce9d71c71d9e9a69ee62a165fe151f6852be1bf9e3ff29d7196ac2e2f97602704696abeb28e826df747d353dd6c0ead7883fd7b8aeed52ff +EBUILD xfce4-weather-plugin-0.11.2.ebuild 1213 BLAKE2B 5a3cd7191c36e3ab229c624f06ff6865767d30cafca4cf76c569b4ae0d1322147759b466353cbcc8ea9c454995f39e79e9f1ce798bf54adcca65007d756834f5 SHA512 bc6cc433a709dd8077c3c491635865007f2fd997e239952304bc9a19705b69a8b14b4578700c187acb5bab9d8d1823e7443ffc0962a2016e2858062076f85520 MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild deleted file mode 100644 index 090498f59e7f..000000000000 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="A weather plug-in for the Xfce desktop environment" -HOMEPAGE=" - https://docs.xfce.org/panel-plugins/xfce4-weather-plugin/start - https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/ -" -SRC_URI=" - https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2 -" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" -IUSE="upower" - -DEPEND=" - >=dev-libs/glib-2.50 - dev-libs/libxml2 - >=net-libs/libsoup-2.42:2.4[ssl] - >=x11-libs/gtk+-3.22:3 - >=xfce-base/libxfce4ui-4.14:= - >=xfce-base/libxfce4util-4.14:= - >=xfce-base/xfce4-panel-4.14:= - >=xfce-base/xfconf-4.12:= - upower? ( >=sys-power/upower-0.9.23 ) -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - dev-util/intltool - virtual/pkgconfig -" - -src_configure() { - # For GEONAMES_USERNAME, read README file and ask ssuominen@! - local myconf=( - $(use_enable upower) - GEONAMES_USERNAME=Gentoo - ) - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild index 33e80da894ca..0e839e370fdc 100644 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild +++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.11.2.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86" IUSE="upower" DEPEND=" |