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-base/thunar: thunar-1.6.10-r1.ebuild ChangeLog
Date: Thu, 02 Jul 2015 18:22:35
Message-Id: 20150702182225.E542D740@oystercatcher.gentoo.org
1 perfinion 15/07/02 18:22:25
2
3 Modified: ChangeLog
4 Added: thunar-1.6.10-r1.ebuild
5 Log:
6 revbump to fix QA errors, non-existent configure options
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
9
10 Revision Changes Path
11 1.185 xfce-base/thunar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.185&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.185&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.184&r2=1.185
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
20 retrieving revision 1.184
21 retrieving revision 1.185
22 diff -u -r1.184 -r1.185
23 --- ChangeLog 1 Jul 2015 16:40:02 -0000 1.184
24 +++ ChangeLog 2 Jul 2015 18:22:25 -0000 1.185
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-base/thunar
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.184 2015/07/01 16:40:02 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.185 2015/07/02 18:22:25 perfinion Exp $
30 +
31 +*thunar-1.6.10-r1 (02 Jul 2015)
32 +
33 + 02 Jul 2015; Jason Zaman <perfinion@g.o> +thunar-1.6.10-r1.ebuild:
34 + revbump to fix QA errors, non-existent configure options
35
36 01 Jul 2015; Mikle Kolyada <zlogene@g.o> thunar-1.6.10.ebuild:
37 amd64 stable wrt bug #553500
38
39
40
41 1.1 xfce-base/thunar/thunar-1.6.10-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.10-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.10-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: thunar-1.6.10-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.10-r1.ebuild,v 1.1 2015/07/02 18:22:25 perfinion Exp $
51
52 EAPI=5
53 inherit virtualx xfconf
54
55 MY_P=${P/t/T}
56
57 DESCRIPTION="File manager for the Xfce desktop environment"
58 HOMEPAGE="http://www.xfce.org/projects/ http://thunar.xfce.org/"
59 SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${MY_P}.tar.bz2"
60
61 LICENSE="GPL-2 LGPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
64 IUSE="+dbus debug exif libnotify pcre test udisks +xfce_plugins_trash"
65
66 GVFS_DEPEND=">=gnome-base/gvfs-1.18.3"
67 COMMON_DEPEND=">=dev-lang/perl-5.6
68 >=dev-libs/glib-2.30:=
69 >=x11-libs/gdk-pixbuf-2.14:=
70 >=x11-libs/gtk+-2.24:2=
71 >=xfce-base/exo-0.10:=
72 >=xfce-base/libxfce4ui-4.10:=
73 >=xfce-base/libxfce4util-4.10.1:=
74 >=xfce-base/xfconf-4.10:=
75 dbus? ( >=dev-libs/dbus-glib-0.100:= )
76 exif? ( >=media-libs/libexif-0.6.19:= )
77 libnotify? ( >=x11-libs/libnotify-0.7:= )
78 pcre? ( >=dev-libs/libpcre-6:= )
79 udisks? ( virtual/libgudev:= )
80 xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10:= )"
81 RDEPEND="${COMMON_DEPEND}
82 >=dev-util/desktop-file-utils-0.20-r1
83 x11-misc/shared-mime-info
84 dbus? ( ${GVFS_DEPEND} )
85 udisks? (
86 virtual/udev
87 ${GVFS_DEPEND}[udisks,udev]
88 )
89 xfce_plugins_trash? ( ${GVFS_DEPEND} )"
90 DEPEND="${COMMON_DEPEND}
91 dev-util/intltool
92 sys-devel/gettext
93 virtual/pkgconfig"
94 REQUIRED_USE="xfce_plugins_trash? ( dbus )"
95
96 S=${WORKDIR}/${MY_P}
97
98 pkg_setup() {
99 XFCONF=(
100 --docdir="${EPREFIX}"/usr/share/doc/${PF}
101 $(use_enable dbus)
102 $(use_enable udisks gudev)
103 $(use_enable libnotify notifications)
104 $(xfconf_use_debug)
105 $(use_enable exif)
106 $(use_enable pcre)
107 )
108
109 use xfce_plugins_trash || XFCONF+=( --disable-tpa-plugin )
110
111 DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
112 }
113
114 src_test() {
115 Xemake check
116 }