commit: 3e526102acbc3b3e491bec0698cebe7812c4809a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 20 15:41:18 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 20 15:41:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e526102
xfce-extra/thunar-shares-plugin: Bump to 0.5.0 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-extra/thunar-shares-plugin/Manifest | 1 + .../thunar-shares-plugin-0.5.0.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/xfce-extra/thunar-shares-plugin/Manifest b/xfce-extra/thunar-shares-plugin/Manifest index 0ce256c99a4d..61e9ac0b3a22 100644 --- a/xfce-extra/thunar-shares-plugin/Manifest +++ b/xfce-extra/thunar-shares-plugin/Manifest @@ -1 +1,2 @@ DIST thunar-shares-plugin-0.4.0.tar.bz2 424024 BLAKE2B 789385d30cee139e8346b5c1e566b8af93fdb84e7a82bda535562c6d93edc71c5424f6e151bc390842cacf6352c59a945519688861b3a262c8f7101e90ca5df8 SHA512 ec09de7a9149118dde83fa81a495c0a05b9f297aebf2b6c24b8432feea1c3cadadd3147c48158a2532022aaaf2cb1e461871e5489d3eeff08ff02b7e5942352d +DIST thunar-shares-plugin-0.5.0.tar.xz 66900 BLAKE2B 2a88aca2803cca122325341a0c9a67041b4dd38278c8613ed723dcbf1de6b9396db0e6f372ddf64b9a64d2d987b9f480501d47964ff1cafc1662da6aa49e8655 SHA512 3443cdf366ea6d22aa46326ae2261e8ab7ab7955f849a6e0b34556b593b061e0a15f45c1693c9e1819720ff505d5631c1cadd4d715074e583ef96e120af48cd7 diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.5.0.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.5.0.ebuild new file mode 100644 index 000000000000..d84780430d06 --- /dev/null +++ b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.5.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Thunar plugin to share files using Samba" +HOMEPAGE=" + https://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin + https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/ +" +SRC_URI=" + https://archive.xfce.org/src/thunar-plugins/thunar-shares-plugin/${PV%.*}/${P}.tar.xz +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +DEPEND=" + >=dev-libs/glib-2.66.0 + >=x11-libs/gtk+-3.24.0:3 + >=xfce-base/thunar-4.18.0:= + >=xfce-base/xfconf-4.18.0:= +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +"
