commit:     c3b9ccbaf59d35842ccadd00294c4e2391822ba4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 15:28:55 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 20 15:31:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b9ccba

xfce-extra/thunar-archive-plugin: Bump to 0.6.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/thunar-archive-plugin/Manifest          |  1 +
 .../thunar-archive-plugin-0.6.0.ebuild             | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/xfce-extra/thunar-archive-plugin/Manifest 
b/xfce-extra/thunar-archive-plugin/Manifest
index 25685af70428..9f1e1a860585 100644
--- a/xfce-extra/thunar-archive-plugin/Manifest
+++ b/xfce-extra/thunar-archive-plugin/Manifest
@@ -1 +1,2 @@
 DIST thunar-archive-plugin-0.5.3.tar.bz2 444382 BLAKE2B 
08c78f8a94a2cb2b752e8e929a128dd8a7da4d22913c91ed4d9537b81f7a8732178294cabc805abf5f7127bb97caa651776c42d721d086f64ecb51614a9174ad
 SHA512 
941af6925baee02b12e4f9424ad6f3a23175eab96e0fc8cf65456d8015d7912d5049956910047fb292294fe73311819d36028b25954c30c8a0377eccdb62c75a
+DIST thunar-archive-plugin-0.6.0.tar.xz 51560 BLAKE2B 
851a39404824679372b404f5e3ed9c8b9afa4f2572a3ca9c12458ede26238323ef35531df815636556e983ac066ae317bf0a798c6213e310055a229f28ddc354
 SHA512 
bc1b5ed3a5518b1f3ee3b29fcdaa58c579c6fcc608be3b9d50df351b2648882114623a558e541b7bd2450f9e0519bc7a40d4562479f970afa0a3ac4c32057678

diff --git 
a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.6.0.ebuild 
b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.6.0.ebuild
new file mode 100644
index 000000000000..43ca85414555
--- /dev/null
+++ b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg-utils
+
+DESCRIPTION="Archive plug-in for the Thunar filemanager"
+HOMEPAGE="
+       https://docs.xfce.org/xfce/thunar/archive
+       https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/
+"
+SRC_URI="
+       https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.xz
+"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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/libxfce4util-4.18.0:=
+       >=xfce-base/thunar-4.18.0:=
+"
+RDEPEND="
+       ${DEPEND}
+"
+BDEPEND="
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+pkg_postinst() {
+       xdg_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}

Reply via email to