From b942c3a2a49e5c179644bccfc62ea36d1f7004e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 19 May 2025 20:05:43 +0200 Subject: [PATCH] xfce-extra/xfce4-fsguard-plugin: Bump to 1.2.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-fsguard-plugin/Manifest | 1 + .../xfce4-fsguard-plugin-1.2.0.ebuild | 42 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.2.0.ebuild diff --git a/xfce-extra/xfce4-fsguard-plugin/Manifest b/xfce-extra/xfce4-fsguard-plugin/Manifest index e5cf07e672602..472c4f984db28 100644 --- a/xfce-extra/xfce4-fsguard-plugin/Manifest +++ b/xfce-extra/xfce4-fsguard-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-fsguard-plugin-1.1.4.tar.bz2 468762 BLAKE2B e8e8576612baedc36816dda0720925562cef07290db0201ff935baa63e453821162e10332b7c03ce5d6451dd7142d13d190547b121bd8f8918bcf8292124b3f2 SHA512 844708aebbf7e0561ad1895f6c901a734bcfedfa217c4ab1c78e904069f639c3266a69dccee8a69529bd94c925de874ab2ff1746f8927d4445908d1bd4dff78c +DIST xfce4-fsguard-plugin-1.2.0.tar.xz 64096 BLAKE2B 3b766a3483b6707dfd828c7082a7627e5617f565df4dfc6aa0d1fb94a96843ce12a81e2bb2d5f6bb337c15174593845dc1b7cbda62b7019b05001f9942837a90 SHA512 34bbe50b35ae4a812e7d3da3b6050acc3880ce2b4eb604129dc73a652c3a4b2be5297dadb2109f0f040f697b24aca90b4aafefd484563d1a6a732624a071dc61 diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.2.0.ebuild b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.2.0.ebuild new file mode 100644 index 0000000000000..c9ee010aff626 --- /dev/null +++ b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.2.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 filesystem guard plug-in for the Xfce panel" +HOMEPAGE=" + https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin/start + https://gitlab.xfce.org/panel-plugins/xfce4-fsguard-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:= + >=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 +}