xfce-extra/xfce4-fsguard-plugin: Bump to 1.2.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-19 20:05:43 +02:00
parent 142b7a482f
commit b942c3a2a4
2 changed files with 43 additions and 0 deletions

View File

@@ -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

View File

@@ -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
}