From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A940215812D for ; Mon, 30 Dec 2024 21:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C21BE0636; Mon, 30 Dec 2024 21:02:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 190D3E0207 for ; Mon, 30 Dec 2024 21:02:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0084833EB78 for ; Mon, 30 Dec 2024 21:02:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 474A11835 for ; Mon, 30 Dec 2024 21:02:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1735592529.f5357e664d721a1e5c1a89f733dc87d2fcd46bb7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-archive-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/thunar-archive-plugin/Manifest xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.3.ebuild X-VCS-Directories: xfce-extra/thunar-archive-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f5357e664d721a1e5c1a89f733dc87d2fcd46bb7 X-VCS-Branch: master Date: Mon, 30 Dec 2024 21:02:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 017e0d6f-eb3e-4487-9812-bcf43fa19d41 X-Archives-Hash: 3e405ae82a6127ecb0a123c06a86785f commit: f5357e664d721a1e5c1a89f733dc87d2fcd46bb7 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 30 20:55:53 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 30 21:02:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5357e66 xfce-extra/thunar-archive-plugin: Bump to 0.5.3 Signed-off-by: Michał Górny gentoo.org> xfce-extra/thunar-archive-plugin/Manifest | 1 + .../thunar-archive-plugin-0.5.3.ebuild | 47 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/xfce-extra/thunar-archive-plugin/Manifest b/xfce-extra/thunar-archive-plugin/Manifest index ccd15d214aee..b07d8e909001 100644 --- a/xfce-extra/thunar-archive-plugin/Manifest +++ b/xfce-extra/thunar-archive-plugin/Manifest @@ -1 +1,2 @@ DIST thunar-archive-plugin-0.5.2.tar.bz2 371599 BLAKE2B a32e0d7c42ad075d2f40d815ca74b86bb0a9a3a2db8c4e2146d3e90b12d7ba4e72b7f75703adcc6aeca702b1124cbe833e80def9891498056c8e0c0483318cab SHA512 f334b960c623bc6c5736ba38d0e965b4e8d4f22fe857a66301c36c255701a702f839d6f63f67b37bc665066d75d787ea8159d4eed7561a2ecd98340bdcb65bc0 +DIST thunar-archive-plugin-0.5.3.tar.bz2 444382 BLAKE2B 08c78f8a94a2cb2b752e8e929a128dd8a7da4d22913c91ed4d9537b81f7a8732178294cabc805abf5f7127bb97caa651776c42d721d086f64ecb51614a9174ad SHA512 941af6925baee02b12e4f9424ad6f3a23175eab96e0fc8cf65456d8015d7912d5049956910047fb292294fe73311819d36028b25954c30c8a0377eccdb62c75a diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.3.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.3.ebuild new file mode 100644 index 000000000000..ae120e6c181d --- /dev/null +++ b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.3.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit 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.bz2 +" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~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.12:= + >=xfce-base/exo-0.10:= + >=xfce-base/thunar-1.7:= +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}