commit: 47df2b9a556de94984c033d66106ec1bbd37df46 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 20 13:05:26 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 20 13:20:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47df2b9a
xfce-extra/xfce4-mount-plugin: Bump to 1.2.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/xfce4-mount-plugin/Manifest | 1 + .../xfce4-mount-plugin-1.2.0.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/xfce-extra/xfce4-mount-plugin/Manifest b/xfce-extra/xfce4-mount-plugin/Manifest index 9e229b2538f0..c2059dcfed74 100644 --- a/xfce-extra/xfce4-mount-plugin/Manifest +++ b/xfce-extra/xfce4-mount-plugin/Manifest @@ -1 +1,2 @@ DIST xfce4-mount-plugin-1.1.7.tar.bz2 561683 BLAKE2B 354ffbaa923cbc7aa46a2437695116f0ff0bd55a127aff8043cb1b52827b9824ffde494db786d75f2639bbcfcdfe251b52da1e750fe4df3f4122d52f1cd8b611 SHA512 e156aad49bcba0f91fea259e820ec798f407ec7b89832939d69f9612e370541bfefe2c52e23766e16828c6faadb57881e8eb8b6fa309dcc5e7162612bc757138 +DIST xfce4-mount-plugin-1.2.0.tar.xz 97436 BLAKE2B 2e306a5d193d66ca3bd3c6678814a1c8f1f7f7b358eb0b72965bff0d7a2f008bc95ca47f1d4e38aa078811c5ab628f1c5d50a9eb140b95903c8183c3623861c6 SHA512 c67ce79daa6cdaf7b397d563952af3c013212888c60622c8609245e5da7ba2a9846fba63f2886a16acfb509b6b65b82b4bfc146e6933d843d8f0df68ed3f55b6 diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.2.0.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.2.0.ebuild new file mode 100644 index 000000000000..acb9410bfe55 --- /dev/null +++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-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="An mount plug-in for the Xfce panel" +HOMEPAGE=" + https://docs.xfce.org/panel-plugins/xfce4-mount-plugin/start + https://gitlab.xfce.org/panel-plugins/xfce4-mount-plugin/ +" +SRC_URI=" + https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.xz +" + +LICENSE="GPL-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 +}
