diff options
author | 2025-01-19 19:03:29 +0000 | |
---|---|---|
committer | 2025-01-19 19:03:29 +0000 | |
commit | a25f436d9629029caec45bd0984cfa933e58a1ee (patch) | |
tree | 2a72e24e3bdb6333807c6c72b9a909417fa36dd0 | |
parent | 2025-01-19 18:48:29 UTC (diff) | |
parent | xfce-extra/thunar-shares-plugin: Bump to 0.4.0 (diff) | |
download | gentoo-a25f436d9629029caec45bd0984cfa933e58a1ee.tar.gz gentoo-a25f436d9629029caec45bd0984cfa933e58a1ee.tar.bz2 gentoo-a25f436d9629029caec45bd0984cfa933e58a1ee.zip |
Merge updates from master
-rw-r--r-- | xfce-extra/thunar-shares-plugin/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.4.0.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/xfce-extra/thunar-shares-plugin/Manifest b/xfce-extra/thunar-shares-plugin/Manifest index c948b22e0093..c3b3a75917ad 100644 --- a/xfce-extra/thunar-shares-plugin/Manifest +++ b/xfce-extra/thunar-shares-plugin/Manifest @@ -1 +1,2 @@ DIST thunar-shares-plugin-0.3.2.tar.bz2 365609 BLAKE2B 25f959d81b689dabe930910402dddb047208caf9400db9830b1e5a1f8fad6b676706ce79b9c7e0036292c995451998ff40cadd60ae2eaa47bcaf7994772081ba SHA512 26c3085b3ede065a0c9cdaf5a97d1617d581148e14d35e690f592316beb4e261f31cf864b5f47449030a77cdab33a22cfd4f9f36ccc47d4736e754de459b89e3 +DIST thunar-shares-plugin-0.4.0.tar.bz2 424024 BLAKE2B 789385d30cee139e8346b5c1e566b8af93fdb84e7a82bda535562c6d93edc71c5424f6e151bc390842cacf6352c59a945519688861b3a262c8f7101e90ca5df8 SHA512 ec09de7a9149118dde83fa81a495c0a05b9f297aebf2b6c24b8432feea1c3cadadd3147c48158a2532022aaaf2cb1e461871e5489d3eeff08ff02b7e5942352d diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.4.0.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.4.0.ebuild new file mode 100644 index 000000000000..3e54d10ec171 --- /dev/null +++ b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.4.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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.bz2 +" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +DEPEND=" + >=dev-libs/glib-2.26.0 + >=x11-libs/gtk+-3.22.0:3 + >=xfce-base/thunar-1.7:= + >=xfce-base/xfconf-4.12.0:= +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} |