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-extra/thunar-vfs: thunar-vfs-0_p20100824.ebuild
Date: Mon, 23 Aug 2010 23:58:45
Message-Id: 20100823235840.5C7752004E@flycatcher.gentoo.org
1 ssuominen 10/08/23 23:58:40
2
3 Modified: thunar-vfs-0_p20100824.ebuild
4 Log:
5 clean up
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?r1=1.1&r2=1.2
14
15 Index: thunar-vfs-0_p20100824.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- thunar-vfs-0_p20100824.ebuild 23 Aug 2010 23:33:06 -0000 1.1
22 +++ thunar-vfs-0_p20100824.ebuild 23 Aug 2010 23:58:40 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.1 2010/08/23 23:33:06 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.2 2010/08/23 23:58:40 ssuominen Exp $
28
29 EAPI=3
30 EAUTORECONF=yes
31 @@ -13,15 +13,15 @@
32 LICENSE="LGPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
35 -IUSE="dbus debug doc gnome startup-notification"
36 +IUSE="dbus debug gnome startup-notification"
37
38 -RDEPEND=">=xfce-base/exo-0.5.1
39 +RDEPEND=">=xfce-base/exo-0.5.3
40 >=dev-libs/glib-2.12:2
41 >=x11-libs/gtk+-2.10:2
42 >=xfce-base/libxfce4util-4.6
43 >=media-libs/libpng-1.4
44 >=media-libs/freetype-2
45 - >=media-libs/jpeg-8b
46 + >=media-libs/jpeg-8a
47 dbus? ( >=dev-libs/dbus-glib-0.34 )
48 gnome? ( >=gnome-base/gconf-2 )
49 startup-notification? ( >=x11-libs/startup-notification-0.4 )
50 @@ -31,8 +31,7 @@
51 dev-util/intltool
52 sys-devel/gettext
53 dev-lang/perl
54 - dev-util/gtk-doc-am
55 - doc? ( dev-libs/libxslt )"
56 + dev-util/gtk-doc-am"
57
58 pkg_setup() {
59 DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
60 @@ -42,16 +41,12 @@
61 $(use_enable dbus)
62 $(use_enable gnome gnome-thumbnailers)
63 $(use_enable startup-notification)
64 - $(use_enable doc xsltproc)
65 - $(use_enable debug)
66 + $(xfconf_use_debug)
67 --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
68 --with-volume-manager=none"
69 }
70
71 -src_prepare() {
72 - sed -i \
73 - -e "/^docdir/s:=.*:= /usr/share/doc/${PF}:" \
74 - docs/Makefile.am || die
75 -
76 - xfconf_src_prepare
77 +src_install() {
78 + xfconf_src_install \
79 + docdir="${EPREFIX}"/usr/share/doc/${PF}
80 }