public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-extra/thunar-archive-plugin/
@ 2017-12-14 15:58 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2017-12-14 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     3424e3521d339edd67542488d726b1147d98a424
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 15:38:01 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 15:57:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3424e352

xfce-extra/thunar-archive-plugin: Bump to 0.4.0 (thunarx-3 port)

 profiles/package.mask                              |  1 +
 xfce-extra/thunar-archive-plugin/Manifest          |  1 +
 .../thunar-archive-plugin-0.4.0.ebuild             | 40 ++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 453c32e75fc..2bd26022c58 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -272,6 +272,7 @@ x11-drivers/xf86-input-pentouch
 # Masked until the latter sees a new release.
 >=dev-python/thunarx-python-0.4.0
 >=xfce-base/thunar-1.7
+>=xfce-extra/thunar-archive-plugin-0.4.0
 
 # Jonas Stein <jstein@gentoo.org> (25 Nov 2017)
 # The latest version of this LaTeX package is part of 

diff --git a/xfce-extra/thunar-archive-plugin/Manifest b/xfce-extra/thunar-archive-plugin/Manifest
index 329fd8af367..6a7205f7e96 100644
--- a/xfce-extra/thunar-archive-plugin/Manifest
+++ b/xfce-extra/thunar-archive-plugin/Manifest
@@ -1 +1,2 @@
 DIST thunar-archive-plugin-0.3.1.tar.bz2 329005 BLAKE2B f1cc88acb86565c001734ae2ead50f79cd4e922922292446b3775a7ef5cce250787b202ef6633d453b40bf37f1841d6e1b9ee34350e784587612ea0d4030e6d4 SHA512 51157c2680b3fcc6b541d35fc2943a350a0354d7d5bbb5fbe8a9dcbbeaf4bf4f5fe62521b8e9a73254f70bbefc440357deade8181313da96270c280eb0464e68
+DIST thunar-archive-plugin-0.4.0.tar.bz2 350011 BLAKE2B aebe828396e75701b788dd22266ed154b3a8296b8f6a912fbd99d4ebda1db2ed2a5cbf957a381523194270b5f1ea8ae6af24ca61e35b3953de54b0477bffd6cf SHA512 6590d8765ac6eab14fae7758e4c47c66b52e79e2e4b01a86d25bd35492590925ca35e4bbade8a9d8f0c73386eaeda6863e2a7a39a2df2904404f7e2bfdd91a44

diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.4.0.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.4.0.ebuild
new file mode 100644
index 00000000000..4e609144392
--- /dev/null
+++ b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.4.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="Archive plug-in for the Thunar filemanager"
+HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
+SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=xfce-base/libxfce4util-4.12:=
+	>=xfce-base/exo-0.10:=
+	>=xfce-base/thunar-1.7:="
+DEPEND="${RDEPEND}
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/0.3.1-fix-kde-ark.patch
+)
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-14 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14 15:58 [gentoo-commits] repo/gentoo:master commit in: profiles/, xfce-extra/thunar-archive-plugin/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox