summaryrefslogtreecommitdiff
path: root/gnome-base/gnome-applets/gnome-applets-3.44.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/gnome-applets/gnome-applets-3.44.0-r1.ebuild')
-rw-r--r--gnome-base/gnome-applets/gnome-applets-3.44.0-r1.ebuild55
1 files changed, 0 insertions, 55 deletions
diff --git a/gnome-base/gnome-applets/gnome-applets-3.44.0-r1.ebuild b/gnome-base/gnome-applets/gnome-applets-3.44.0-r1.ebuild
deleted file mode 100644
index ab6c73be133d..000000000000
--- a/gnome-base/gnome-applets/gnome-applets-3.44.0-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-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
-# <libgweather-4.2.0 because of libsoup:3 transition
-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-3.91.0:4=
- <dev-libs/libgweather-4.2.0:4=
- >=gnome-extra/gucharmap-2.33.0:2.90
- >=sys-auth/polkit-0.97
- x11-libs/libX11
- tracker? ( app-misc/tracker:3 )
- >=x11-libs/pango-1.50.0
-"
-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)
-}