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.0.1-r1.ebuild
Date: Tue, 27 Oct 2009 22:40:55
Message-Id: E1N2uij-0002wY-Bh@stork.gentoo.org
1 ssuominen 09/10/27 22:40:53
2
3 Modified: ChangeLog
4 Added: thunar-1.0.1-r1.ebuild
5 Log:
6 Port Thunar to xfce-base/exo >= 0.5.1 API.
7 (Portage version: 2.2_rc46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.83 xfce-base/thunar/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.83&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.83&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.82&r2=1.83
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
19 retrieving revision 1.82
20 retrieving revision 1.83
21 diff -u -r1.82 -r1.83
22 --- ChangeLog 24 Oct 2009 16:56:42 -0000 1.82
23 +++ ChangeLog 27 Oct 2009 22:40:52 -0000 1.83
24 @@ -1,6 +1,12 @@
25 # ChangeLog for xfce-base/thunar
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.82 2009/10/24 16:56:42 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.83 2009/10/27 22:40:52 ssuominen Exp $
29 +
30 +*thunar-1.0.1-r1 (27 Oct 2009)
31 +
32 + 27 Oct 2009; Samuli Suominen <ssuominen@g.o>
33 + +thunar-1.0.1-r1.ebuild:
34 + Port Thunar to xfce-base/exo >= 0.5.1 API.
35
36 24 Oct 2009; Samuli Suominen <ssuominen@g.o> thunar-1.0.1.ebuild:
37 Restrict depend to <xfce-base/exo-0.5 because of API change.
38
39
40
41 1.1 xfce-base/thunar/thunar-1.0.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-1.0.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: thunar-1.0.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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.0.1-r1.ebuild,v 1.1 2009/10/27 22:40:52 ssuominen Exp $
51
52 EAPI=2
53 MY_P=${P/t/T}
54 EAUTORECONF=yes
55 inherit virtualx xfconf
56
57 DESCRIPTION="File manager for Xfce4"
58 HOMEPAGE="http://thunar.xfce.org"
59 SRC_URI="mirror://xfce/src/xfce/${PN}/1.0/${MY_P}.tar.bz2
60 http://dev.gentoo.org/~ssuominen/thunar-1.0.1-exo.patch.bz2"
61
62 LICENSE="GPL-2 LGPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
65 IUSE="dbus debug doc exif gnome hal pcre startup-notification +trash-plugin"
66
67 RDEPEND=">=dev-lang/perl-5.6
68 >=dev-libs/glib-2.6:2
69 >=dev-util/desktop-file-utils-0.14
70 >=media-libs/freetype-2
71 >=media-libs/jpeg-6b
72 >=media-libs/libpng-1.2.0
73 virtual/fam
74 >=x11-libs/gtk+-2.6:2
75 x11-libs/libSM
76 >=x11-misc/shared-mime-info-0.20
77 >=xfce-base/exo-0.5.1[hal?]
78 >=xfce-base/libxfce4util-4.6
79 dbus? ( dev-libs/dbus-glib )
80 exif? ( >=media-libs/libexif-0.6 )
81 hal? ( dev-libs/dbus-glib
82 sys-apps/hal )
83 gnome? ( gnome-base/gconf )
84 pcre? ( >=dev-libs/libpcre-6 )
85 startup-notification? ( x11-libs/startup-notification )
86 trash-plugin? ( dev-libs/dbus-glib
87 >=xfce-base/xfce4-panel-4.6 )"
88 DEPEND="${RDEPEND}
89 dev-util/intltool
90 dev-util/pkgconfig
91 sys-devel/gettext
92 doc? ( dev-libs/libxslt )"
93
94 pkg_setup() {
95 PATCHES=( "${WORKDIR}/${P}-exo.patch" )
96 XFCONF="--disable-dependency-tracking
97 $(use_enable dbus)
98 $(use_enable gnome gnome-thumbnailers)
99 $(use_enable startup-notification)
100 $(use_enable doc xsltproc)
101 $(use_enable exif)
102 $(use_enable pcre)
103 $(use_enable debug)"
104
105 if use hal; then
106 XFCONF="${XFCONF} --enable-dbus --with-volume-manager=hal"
107 else
108 XFCONF="${XFCONF} --with-volume-manager=none"
109 fi
110
111 if use trash-plugin; then
112 XFCONF="${XFCONF} --enable-dbus"
113 else
114 XFCONF="${XFCONF} --disable-tpa-plugin"
115 fi
116 DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO"
117 }
118
119 src_test() {
120 Xemake check || die "Xemake check failed"
121 }
122
123 pkg_postinst() {
124 xfconf_pkg_postinst
125 elog "If you are seeing some odd dbus error, make sure your user is in the"
126 elog "plugdev group. See Gentoo bug #279077 for more info"
127 }