public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
Date: Tue, 20 May 2025 15:45:42 +0000 (UTC)	[thread overview]
Message-ID: <1747755863.79b666894eae09ca97b35a8c813cb7a6e45f445e.mgorny@gentoo> (raw)

commit:     79b666894eae09ca97b35a8c813cb7a6e45f445e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 15:44:23 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 20 15:44:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b66689

xfce-extra/thunar-vcs-plugin: Bump to 0.4.0

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

 xfce-extra/thunar-vcs-plugin/Manifest              |  1 +
 .../thunar-vcs-plugin-0.4.0.ebuild                 | 60 ++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/xfce-extra/thunar-vcs-plugin/Manifest b/xfce-extra/thunar-vcs-plugin/Manifest
index 3940690639f1..39841011d6e7 100644
--- a/xfce-extra/thunar-vcs-plugin/Manifest
+++ b/xfce-extra/thunar-vcs-plugin/Manifest
@@ -1 +1,2 @@
 DIST thunar-vcs-plugin-0.3.0.tar.bz2 808074 BLAKE2B 17c850fa628eec06e043355f9b637f8de914fadc2554d4cf265f7e2b36ebeffb564cbd118bda1f0b2ee086fe2ee4448cf15b664f8b897829142c90502e252bdb SHA512 81f9a545d55dc09f0008ab54b5a9edebd5d72526d18e78722df2b3ee2e475e453e9a4113cb2e87b64d74d8bc31d6e112a30b8077ad3ac485d0e810fb3a0d20e7
+DIST thunar-vcs-plugin-0.4.0.tar.xz 231328 BLAKE2B 8eac50167b60a93b7c9086488b09354a7f790771f5a63045387d6eeb550f28eb5b37c48aabecf38abc26e9e4be7bcda049926afe8572183c1825fe95b542763d SHA512 4af0a9498ed12c22243779c68135d8d73b35d99e1b1bba4336f76f20a54bad91260f3a58dc70ca693b756bb1ba1d3923936c1fbe40470bd8f862c17fd9b9118e

diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.4.0.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.4.0.ebuild
new file mode 100644
index 000000000000..085ad3315961
--- /dev/null
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.4.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg-utils
+
+DESCRIPTION="Adds Subversion and GIT actions to the context menu of thunar"
+HOMEPAGE="
+	https://docs.xfce.org/xfce/thunar/thunar-vcs-plugin
+	https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin/
+"
+SRC_URI="
+	https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.xz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="+git subversion"
+
+# TODO: remove exo when we dep on libxfce4ui >= 4.21
+DEPEND="
+	>=dev-libs/glib-2.66.0
+	>=x11-libs/gtk+-3.24.0:3
+	>=xfce-base/exo-4.18.0:=
+	>=xfce-base/libxfce4ui-4.18.0:=
+	>=xfce-base/libxfce4util-4.18.0:=
+	>=xfce-base/thunar-4.18.0:=
+	git? ( dev-vcs/git )
+	subversion? (
+		>=dev-libs/apr-0.9.7:=
+		>=dev-libs/apr-util-0.9.1:=
+		>=dev-vcs/subversion-1.5:=
+	)
+"
+RDEPEND="
+	${DEPEND}
+"
+BDEPEND="
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature git)
+		$(meson_feature subversion svn)
+	)
+
+	meson_src_configure
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


             reply	other threads:[~2025-05-20 15:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-20 15:45 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-07 13:41 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/ Michał Górny
2025-06-07 12:53 Arthur Zamarin
2025-06-07  9:45 Michał Górny
2025-01-25  9:50 Michał Górny
2024-12-30 21:02 Michał Górny
2024-05-04  7:43 Michał Górny
2024-05-04  7:37 Arthur Zamarin
2024-05-04  7:37 Arthur Zamarin
2021-11-19  6:24 Yixun Lan
2018-07-17  7:24 Michał Górny
2018-06-17 12:11 Michał Górny
2018-01-05 11:08 Mikle Kolyada
2017-11-30 22:06 Denis Dupeyron
2016-07-29 17:01 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1747755863.79b666894eae09ca97b35a8c813cb7a6e45f445e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox