diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-19 02:00:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-19 02:04:00 +0100 |
commit | b7613cd062684dca7f6aad45663c90ab1f44419c (patch) | |
tree | 95c1647beb0f511ce41f3f648d8ee21f3032aaf7 /xfce-extra/xfce4-systemload-plugin | |
parent | xfce-extra/xfce4-screensaver: Remove old (diff) | |
download | gentoo-b7613cd062684dca7f6aad45663c90ab1f44419c.tar.gz gentoo-b7613cd062684dca7f6aad45663c90ab1f44419c.tar.bz2 gentoo-b7613cd062684dca7f6aad45663c90ab1f44419c.zip |
xfce-extra/xfce4-systemload-plugin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-systemload-plugin')
3 files changed, 0 insertions, 57 deletions
diff --git a/xfce-extra/xfce4-systemload-plugin/Manifest b/xfce-extra/xfce4-systemload-plugin/Manifest index 6f57312b1213..e2696666f11f 100644 --- a/xfce-extra/xfce4-systemload-plugin/Manifest +++ b/xfce-extra/xfce4-systemload-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-systemload-plugin-1.2.3.tar.bz2 349074 BLAKE2B 74cdc8f759824222faf5da04fd3189210883db1ad1ed138978e8cb31075a390d17f32ffa4648cace7745faadfc818878601c70b89a8da9d7e7961768a3f9caac SHA512 98985b2250bfff3ae8314f5671ec4438f4c53702cf9e1b76563cdc5d1b4b62174d6cfa559603294c1fc8fbbd5e15a833cc112c75b106a85b1e11788ded4da538 DIST xfce4-systemload-plugin-1.2.4.tar.bz2 378644 BLAKE2B b50806925f02ce2a792cb72198bdd2cb0124e1d4ce12c91de124c9f4085e5908200a6f0c3b50fffdc1a6a5ae871eef0f04ec9687f43d8e8d5de1372d808a5fad SHA512 1f57ffe861e9906a1744a02b0b50b1dd9e755ea4d0f8b93dba7f42416cd3727834eca60129465fa6f665ac93ec43c3a5272ce9ceae5f4bb17bf180d88e87bddd diff --git a/xfce-extra/xfce4-systemload-plugin/files/xfce4-systemload-plugin-1.2.3-panel-4.15.patch b/xfce-extra/xfce4-systemload-plugin/files/xfce4-systemload-plugin-1.2.3-panel-4.15.patch deleted file mode 100644 index 72bb9e848480..000000000000 --- a/xfce-extra/xfce4-systemload-plugin/files/xfce4-systemload-plugin-1.2.3-panel-4.15.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 35b50d425209773c9dd21f125b1bd3f8c3daa46b Mon Sep 17 00:00:00 2001 -From: Andre Miranda <andreldm@xfce.org> -Date: Fri, 4 Oct 2019 00:45:46 -0300 -Subject: [PATCH] Allow compilation with panel 4.15 - ---- - panel-plugin/systemload.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c -index af75be4..c6174b8 100644 ---- a/panel-plugin/systemload.c -+++ b/panel-plugin/systemload.c -@@ -38,7 +38,7 @@ - - #include <libxfce4util/libxfce4util.h> - #include <libxfce4ui/libxfce4ui.h> --#include <libxfce4panel/xfce-panel-plugin.h> -+#include <libxfce4panel/libxfce4panel.h> - - #ifdef HAVE_UPOWER_GLIB - #include <upower.h> --- -GitLab - diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.3.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.3.ebuild deleted file mode 100644 index 945435ae7f08..000000000000 --- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="System load plug-in for Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="upower" - -RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/xfce4-panel-4.12:= - upower? ( >=sys-power/upower-0.9.23 )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/xfce4-systemload-plugin-1.2.3-panel-4.15.patch" ) - -src_configure() { - econf $(use_enable upower) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |