Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: ChangeLog thunar-1.6.2.ebuild
Date: Thu, 27 Dec 2012 14:47:55
Message-Id: 20121227144744.26E792171D@flycatcher.gentoo.org
1 ssuominen 12/12/27 14:47:44
2
3 Modified: ChangeLog
4 Added: thunar-1.6.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.154 xfce-base/thunar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.154&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.154&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.153&r2=1.154
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
20 retrieving revision 1.153
21 retrieving revision 1.154
22 diff -u -r1.153 -r1.154
23 --- ChangeLog 10 Dec 2012 07:47:54 -0000 1.153
24 +++ ChangeLog 27 Dec 2012 14:47:43 -0000 1.154
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-base/thunar
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.153 2012/12/10 07:47:54 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.154 2012/12/27 14:47:43 ssuominen Exp $
30 +
31 +*thunar-1.6.2 (27 Dec 2012)
32 +
33 + 27 Dec 2012; Samuli Suominen <ssuominen@g.o> +thunar-1.6.2.ebuild:
34 + Version bump.
35
36 *thunar-1.6.1 (10 Dec 2012)
37
38
39
40
41 1.1 xfce-base/thunar/thunar-1.6.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: thunar-1.6.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.2.ebuild,v 1.1 2012/12/27 14:47:44 ssuominen 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 ~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 startup-notification test +xfce_plugins_trash udev"
65
66 GVFS_DEPEND=">=gnome-base/gvfs-1.10.1"
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
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 startup-notification? ( x11-libs/startup-notification )
80 udev? ( virtual/udev[gudev] )
81 xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )"
82 RDEPEND="${COMMON_DEPEND}
83 >=dev-util/desktop-file-utils-0.20-r1
84 x11-misc/shared-mime-info
85 dbus? ( ${GVFS_DEPEND} )
86 udev? ( || ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] ) )
87 xfce_plugins_trash? ( ${GVFS_DEPEND} )"
88 DEPEND="${COMMON_DEPEND}
89 dev-util/intltool
90 sys-devel/gettext
91 virtual/pkgconfig"
92 REQUIRED_USE="xfce_plugins_trash? ( dbus )"
93
94 S=${WORKDIR}/${MY_P}
95
96 pkg_setup() {
97 XFCONF=(
98 --docdir="${EPREFIX}"/usr/share/doc/${PF}
99 $(use_enable dbus)
100 $(use_enable startup-notification)
101 $(use_enable udev gudev)
102 $(use_enable libnotify notifications)
103 $(xfconf_use_debug)
104 $(use_enable exif)
105 $(use_enable pcre)
106 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
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 }