From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- gnome-base/gnome-applets/Manifest | 4 +- .../gnome-applets/gnome-applets-3.40.0-r2.ebuild | 52 ---------------------- .../gnome-applets/gnome-applets-3.42.0.ebuild | 52 ++++++++++++++++++++++ 3 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 gnome-base/gnome-applets/gnome-applets-3.40.0-r2.ebuild create mode 100644 gnome-base/gnome-applets/gnome-applets-3.42.0.ebuild (limited to 'gnome-base/gnome-applets') diff --git a/gnome-base/gnome-applets/Manifest b/gnome-base/gnome-applets/Manifest index bad5605826c7..05e31c026f50 100644 --- a/gnome-base/gnome-applets/Manifest +++ b/gnome-base/gnome-applets/Manifest @@ -1,3 +1,3 @@ -DIST gnome-applets-3.40.0.tar.xz 9390340 BLAKE2B 0d8e76086e444789b7a327623db9b21ef0a51f071b67aa5d99dc3e7988be40ec353ced795aaa1acbbe8d1b303d3878e2a0589214dac10f35ab2e40381ee64978 SHA512 909a1e9ecbe6904537b7408239a17aad265890cf179c4b8929968fa4d8ba6f1ac1f6e98612eb9c54266d3abacaaa7ed0e218f41b081b7539532527a3234fc037 -EBUILD gnome-applets-3.40.0-r2.ebuild 1269 BLAKE2B 21cd74df0295644f1cce067c3b87c75e44f3744ceec1c5d4d89a93574c0282332b140da22e4de36f81c60ecbd86a3a07fac4517e7a80600066cb3357c4df9b72 SHA512 b731c33e1591eb21f8f89aeb8e44b071e1fcdd19faf80bd008b500b8b3207474a41cf854369c425901d87a7761efad661a1ec37f627ad738f88cd28d981749bf +DIST gnome-applets-3.42.0.tar.xz 9391580 BLAKE2B 43d3c86d4c401ef6e509a7ff653c613d7f49624354ea74635f9aa634e33c92bb54cc2461ab8e9fb3fcf7efe3f97fc9a65c9b8f7a0b8fc3e126a531492274518b SHA512 9be26e7779123dc5dc56aabe274d3ee34b3ffea830e2691051bf2a8011a1896c5e56fb9cc6d89b7f5ff14b1aeea969b81134bb7d0e4b1615343bf23daa1137a5 +EBUILD gnome-applets-3.42.0.ebuild 1269 BLAKE2B e7409e0e2c3ebcfc85623d3fc529759a42a831a2cff7e5f387e71fcef152cb77a1721292422e28abff8bbdb2c3105dbb5aeb2a919c2b34c4cfb2b44794650c35 SHA512 ad1a74f4116d781113bf379b47873902cac05a931cb1b4321323452362f75376cabcfe509765e91185dabea7b15cf633ffbe027f2f652d63af045001416a67fe MISC metadata.xml 328 BLAKE2B 23e54626993373e58fbb0718c51e2b9c4eafcd7a0f2cd3968d05b72bc6a3cebeec386d96ab317cc92a17f08d17f8cb9091d6c47d4e6af49993451dd98b8aa04c SHA512 b4936e6332bbd5de094ec96060c84aa6eecc737260a093dc01da4687f68994a5a622eec0b3fce353abfb851b90c31ce7b0ee93e330d6ae2f4b288ab104655463 diff --git a/gnome-base/gnome-applets/gnome-applets-3.40.0-r2.ebuild b/gnome-base/gnome-applets/gnome-applets-3.40.0-r2.ebuild deleted file mode 100644 index 8a4ae41c0cd5..000000000000 --- a/gnome-base/gnome-applets/gnome-applets-3.40.0-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit gnome2 - -DESCRIPTION="Applets for the GNOME Flashback Panel" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/" - -LICENSE="GPL-2+ FDL-1.1" -SLOT="0" -IUSE="tracker" -KEYWORDS="~amd64 ~riscv" - -# FIXME: automagic wireless-tools -# TODO: gucharmap could be optional, but no knob -# TODO: libgweather could be optional, but no knob -RDEPEND=" - >=x11-libs/gtk+-3.20.0:3[X] - >=dev-libs/glib-2.44.0:2 - >=gnome-base/gnome-panel-3.37.0 - >=gnome-base/libgtop-2.11.92:= - >=x11-libs/libwnck-3.14.1:3 - >=x11-libs/libnotify-0.7 - >=sys-power/upower-0.99.8:= - >=x11-themes/adwaita-icon-theme-3.14.0 - >=dev-libs/libxml2-2.5.0:2 - >=dev-libs/libgweather-40.0:2= - >=gnome-extra/gucharmap-2.33.0:2.90 - >=sys-auth/polkit-0.97 - x11-libs/libX11 - tracker? ( app-misc/tracker:3 ) -" -DEPEND="${RDEPEND} - x11-base/xorg-proto -" -BDEPEND=" - app-text/docbook-xml-dtd:4.1.2 - dev-libs/libxslt - dev-util/gdbus-codegen - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.6 - virtual/pkgconfig -" # yelp-tools and autoconf-archive for eautoreconf - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --disable-cpufreq \ - $(use_enable tracker tracker-search-bar) -} diff --git a/gnome-base/gnome-applets/gnome-applets-3.42.0.ebuild b/gnome-base/gnome-applets/gnome-applets-3.42.0.ebuild new file mode 100644 index 000000000000..0863ef27e917 --- /dev/null +++ b/gnome-base/gnome-applets/gnome-applets-3.42.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit gnome2 + +DESCRIPTION="Applets for the GNOME Flashback Panel" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/" + +LICENSE="GPL-2+ FDL-1.1" +SLOT="0" +IUSE="tracker" +KEYWORDS="~amd64 ~riscv" + +# FIXME: automagic wireless-tools +# TODO: gucharmap could be optional, but no knob +# TODO: libgweather could be optional, but no knob +RDEPEND=" + >=x11-libs/gtk+-3.20.0:3[X] + >=dev-libs/glib-2.44.0:2 + >=gnome-base/gnome-panel-3.41.1 + >=gnome-base/libgtop-2.11.92:= + >=x11-libs/libwnck-3.14.1:3 + >=x11-libs/libnotify-0.7 + >=sys-power/upower-0.99.8:= + >=x11-themes/adwaita-icon-theme-3.14.0 + >=dev-libs/libxml2-2.5.0:2 + >=dev-libs/libgweather-40.0:2= + >=gnome-extra/gucharmap-2.33.0:2.90 + >=sys-auth/polkit-0.97 + x11-libs/libX11 + tracker? ( app-misc/tracker:3 ) +" +DEPEND="${RDEPEND} + x11-base/xorg-proto +" +BDEPEND=" + app-text/docbook-xml-dtd:4.1.2 + dev-libs/libxslt + dev-util/gdbus-codegen + dev-util/glib-utils + dev-util/itstool + >=sys-devel/gettext-0.19.6 + virtual/pkgconfig +" # yelp-tools and autoconf-archive for eautoreconf + +src_configure() { + gnome2_src_configure \ + --disable-static \ + --disable-cpufreq \ + $(use_enable tracker tracker-search-bar) +} -- cgit v1.2.3