Gentoo Archives: gentoo-commits

From: "Jason Zaman (perfinion)" <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-archive-plugin: thunar-archive-plugin-0.3.1-r2.ebuild ChangeLog
Date: Sun, 05 Jul 2015 09:29:46
Message-Id: 20150705092936.9BDD8752@oystercatcher.gentoo.org
1 perfinion 15/07/05 09:29:36
2
3 Modified: ChangeLog
4 Added: thunar-archive-plugin-0.3.1-r2.ebuild
5 Log:
6 fix kde ark support thanks to Alex Efros, bug 553722
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
9
10 Revision Changes Path
11 1.34 xfce-extra/thunar-archive-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog?rev=1.34&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog?rev=1.34&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog?r1=1.33&r2=1.34
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog,v
20 retrieving revision 1.33
21 retrieving revision 1.34
22 diff -u -r1.33 -r1.34
23 --- ChangeLog 1 Jul 2015 16:48:26 -0000 1.33
24 +++ ChangeLog 5 Jul 2015 09:29:36 -0000 1.34
25 @@ -1,6 +1,13 @@
26 # ChangeLog for xfce-extra/thunar-archive-plugin
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog,v 1.33 2015/07/01 16:48:26 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/ChangeLog,v 1.34 2015/07/05 09:29:36 perfinion Exp $
30 +
31 +*thunar-archive-plugin-0.3.1-r2 (05 Jul 2015)
32 +
33 + 05 Jul 2015; Jason Zaman <perfinion@g.o>
34 + +files/0.3.1-add-support-symlinks.patch, +files/0.3.1-fix-kde-ark.patch,
35 + +thunar-archive-plugin-0.3.1-r2.ebuild:
36 + fix kde ark support thanks to Alex Efros, bug 553722
37
38 01 Jul 2015; Mikle Kolyada <zlogene@g.o>
39 thunar-archive-plugin-0.3.1-r1.ebuild:
40
41
42
43 1.1 xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: thunar-archive-plugin-0.3.1-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1-r2.ebuild,v 1.1 2015/07/05 09:29:36 perfinion Exp $
53
54 EAPI=5
55
56 EAUTORECONF="yes"
57 inherit xfconf
58
59 DESCRIPTION="Archive plug-in for the Thunar filemanager"
60 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
61 SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
66 IUSE="debug"
67
68 RDEPEND=">=xfce-base/libxfce4util-4.8:=
69 >=xfce-base/exo-0.6:=
70 >=xfce-base/thunar-1.2:="
71 DEPEND="${RDEPEND}
72 dev-util/intltool
73 sys-devel/gettext
74 virtual/pkgconfig"
75
76 pkg_setup() {
77 PATCHES=(
78 "${FILESDIR}"/0.3.1-add-engrampa-support.patch
79 "${FILESDIR}"/0.3.1-fix-kde-ark.patch
80 "${FILESDIR}"/0.3.1-add-support-symlinks.patch
81 )
82 XFCONF=( $(xfconf_use_debug) )
83 DOCS=( AUTHORS ChangeLog NEWS README THANKS )
84 }