Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: thunar-0.8.0-r3.ebuild ChangeLog thunar-0.9.0.ebuild
Date: Sun, 02 Dec 2007 16:29:04
Message-Id: E1IyrgX-0005qf-Ht@stork.gentoo.org
1 drac 07/12/02 16:28:49
2
3 Modified: thunar-0.8.0-r3.ebuild ChangeLog
4 Added: thunar-0.9.0.ebuild
5 Log:
6 Version bump, rename USE plugins to USE trash-plugin and enable it by default using EAPI=1.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.12 xfce-base/thunar/thunar-0.8.0-r3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.8.0-r3.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.8.0-r3.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.8.0-r3.ebuild?r1=1.11&r2=1.12
15
16 Index: thunar-0.8.0-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.8.0-r3.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- thunar-0.8.0-r3.ebuild 28 Aug 2007 18:26:30 -0000 1.11
23 +++ thunar-0.8.0-r3.ebuild 2 Dec 2007 16:28:48 -0000 1.12
24 @@ -1,6 +1,8 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.8.0-r3.ebuild,v 1.11 2007/08/28 18:26:30 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.8.0-r3.ebuild,v 1.12 2007/12/02 16:28:48 drac Exp $
29 +
30 +EAPI=1
31
32 inherit eutils virtualx xfce44
33
34 @@ -12,7 +14,7 @@
35 DESCRIPTION="File manager"
36 HOMEPAGE="http://thunar.xfce.org"
37 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd"
38 -IUSE="doc dbus debug exif gnome hal plugins pcre startup-notification"
39 +IUSE="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
40
41 RDEPEND=">=dev-lang/perl-5.6
42 x11-libs/libSM
43 @@ -31,7 +33,7 @@
44 >=media-libs/jpeg-6b
45 startup-notification? ( x11-libs/startup-notification )
46 pcre? ( >=dev-libs/libpcre-6 )
47 - plugins? ( dbus? ( >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} ) )
48 + trash-plugin? ( dbus? ( >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} ) )
49 gnome-base/librsvg"
50 DEPEND="${RDEPEND}
51 dev-util/pkgconfig
52 @@ -48,7 +50,7 @@
53 XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=none"
54 fi
55
56 - if use plugins && ! use dbus ; then
57 + if use trash-plugin && ! use dbus ; then
58 XFCE_CONFIG="${XFCE_CONFIG} --disable-tpa-plugin"
59 ewarn "Plugins requires ${PN} with dbus support. Enable dbus use flag"
60 ewarn "and re-emerge this ebuild if you want this feature."
61
62
63
64 1.40 xfce-base/thunar/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.40&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.40&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.39&r2=1.40
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
73 retrieving revision 1.39
74 retrieving revision 1.40
75 diff -u -r1.39 -r1.40
76 --- ChangeLog 28 Aug 2007 18:26:30 -0000 1.39
77 +++ ChangeLog 2 Dec 2007 16:28:48 -0000 1.40
78 @@ -1,6 +1,13 @@
79 # ChangeLog for xfce-base/thunar
80 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.39 2007/08/28 18:26:30 drac Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.40 2007/12/02 16:28:48 drac Exp $
83 +
84 +*thunar-0.9.0 (02 Dec 2007)
85 +
86 + 02 Dec 2007; Samuli Suominen <drac@g.o> thunar-0.8.0-r3.ebuild,
87 + +thunar-0.9.0.ebuild:
88 + Version bump, rename USE plugins to USE trash-plugin and enable it by
89 + default using EAPI=1.
90
91 28 Aug 2007; Samuli Suominen <drac@g.o> thunar-0.8.0-r3.ebuild:
92 Add die to src_test.
93
94
95
96 1.1 xfce-base/thunar/thunar-0.9.0.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.9.0.ebuild?rev=1.1&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-0.9.0.ebuild?rev=1.1&content-type=text/plain
100
101 Index: thunar-0.9.0.ebuild
102 ===================================================================
103 # Copyright 1999-2007 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 # $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0.ebuild,v 1.1 2007/12/02 16:28:48 drac Exp $
106
107 EAPI=1
108
109 inherit eutils virtualx xfce44
110
111 MY_P=${P/t/T}
112 S=${WORKDIR}/${MY_P}
113
114 XFCE_VERSION=4.4.2
115 xfce44
116
117 DESCRIPTION="File manager"
118 HOMEPAGE="http://thunar.xfce.org"
119 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
120 IUSE="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
121
122 RDEPEND=">=dev-lang/perl-5.6
123 x11-libs/libSM
124 >=x11-libs/gtk+-2.6
125 >=dev-libs/glib-2.6
126 >=xfce-extra/exo-0.3.4
127 >=x11-misc/shared-mime-info-0.20
128 >=dev-util/desktop-file-utils-0.14
129 >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
130 virtual/fam
131 dbus? ( dev-libs/dbus-glib )
132 hal? ( dev-libs/dbus-glib
133 sys-apps/hal )
134 >=media-libs/freetype-2
135 gnome? ( gnome-base/gconf )
136 exif? ( >=media-libs/libexif-0.6 )
137 >=media-libs/jpeg-6b
138 startup-notification? ( x11-libs/startup-notification )
139 pcre? ( >=dev-libs/libpcre-6 )
140 trash-plugin? ( dev-libs/dbus-glib
141 >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} )
142 gnome-base/librsvg"
143 DEPEND="${RDEPEND}
144 dev-util/pkgconfig
145 dev-util/intltool
146 doc? ( dev-util/gtk-doc )"
147
148 XFCE_CONFIG="${XFCE_CONFIG} $(use_enable exif) $(use_enable gnome gnome-thumbnailers) \
149 $(use_enable dbus) $(use_enable pcre)"
150
151 pkg_setup() {
152 local fail="Re-emerge xfce-extra/exo with USE hal."
153
154 if use hal; then
155 XFCE_CONFIG="${XFCE_CONFIG} --enable-dbus --with-volume-manager=hal"
156 else
157 XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=none"
158 fi
159
160 if use trash-plugin && ! use dbus; then
161 XFCE_CONFIG="${XFCE_CONFIG} --enable-dbus"
162 ewarn "USE trash-plugin detected, enabling dbus for you."
163 fi
164
165 if use hal && ! use dbus; then
166 ewarn "USE hal detected, enabling dbus for you."
167 fi
168
169 if use hal && ! built_with_use xfce-extra/exo hal; then
170 eerror "${fail}"
171 die "${fail}"
172 fi
173 }
174
175 src_test() {
176 Xemake check || die "emake check failed."
177 }
178
179 DOCS="AUTHORS ChangeLog HACKING FAQ THANKS TODO README NEWS"
180
181 xfce44_extra_package
182
183
184
185 --
186 gentoo-commits@g.o mailing list