From a2193ec4e425fad80584091ca2f72559b8ef6f81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 19 May 2025 17:40:51 +0200 Subject: [PATCH] xfce-extra/xfce4-diskperf-plugin: Bump to 2.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- xfce-extra/xfce4-diskperf-plugin/Manifest | 1 + .../xfce4-diskperf-plugin-2.8.0.ebuild | 42 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.8.0.ebuild diff --git a/xfce-extra/xfce4-diskperf-plugin/Manifest b/xfce-extra/xfce4-diskperf-plugin/Manifest index 6c2bbf80849d9..e456b20af50ed 100644 --- a/xfce-extra/xfce4-diskperf-plugin/Manifest +++ b/xfce-extra/xfce4-diskperf-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-diskperf-plugin-2.7.1.tar.bz2 457061 BLAKE2B 16965962be291c6916de1147f4744e235a916566bd80e89fc4f41058d421122af4724552765a3701756115de7d5752da5c4e8e433722c1e74cd8398c95c92b74 SHA512 020efe8408a9ef0e598fcb7e37769880a0330347d0e1d0b7d7e5e4731bd05ac71f687be4a5a3bda6aba4c9b20d7d1491ca068a468c5a0f284ab2fa261f351f2f +DIST xfce4-diskperf-plugin-2.8.0.tar.xz 59224 BLAKE2B bfb03313a63a25d5175a6a2da586e392e915e85e67206ef0622b7453b5f35e073ffbb183b744ab9bd38c93263277bdefb5e7d1ab1da8aa22aed663ea6e078594 SHA512 2e146ff46b0fdc53a416a5cf08157d149a508f316fcef8d7d601535a171349d7292e1198ee8cf8232d3b03dda7c3cabdbb7ead3915608d1f0bcbe593dcfa4687 diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.8.0.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.8.0.ebuild new file mode 100644 index 0000000000000..84d83023cbfd9 --- /dev/null +++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.8.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson xdg-utils + +DESCRIPTION="A panel plug-in for disk usage and performance statistics" +HOMEPAGE=" + https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin + https://gitlab.xfce.org/panel-plugins/xfce4-diskperf-plugin/ +" +SRC_URI=" + https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz +" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + >=dev-libs/glib-2.50.0 + >=x11-libs/gtk+-3.22.0:3 + >=xfce-base/libxfce4ui-4.16.0:=[gtk3(+)] + >=xfce-base/libxfce4util-4.16.0:=[gtk3(+)] + >=xfce-base/xfce4-panel-4.16.0:= +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}