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: thunar-1.1.6.ebuild ChangeLog
Date: Sun, 02 Jan 2011 15:44:43
Message-Id: 20110102154433.F2DF820054@flycatcher.gentoo.org
1 ssuominen 11/01/02 15:44:33
2
3 Modified: ChangeLog
4 Added: thunar-1.1.6.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.109 xfce-base/thunar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.109&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.109&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.108&r2=1.109
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
20 retrieving revision 1.108
21 retrieving revision 1.109
22 diff -u -r1.108 -r1.109
23 --- ChangeLog 25 Dec 2010 10:35:48 -0000 1.108
24 +++ ChangeLog 2 Jan 2011 15:44:33 -0000 1.109
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-base/thunar
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.108 2010/12/25 10:35:48 ssuominen Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.109 2011/01/02 15:44:33 ssuominen Exp $
31 +
32 +*thunar-1.1.6 (02 Jan 2011)
33 +
34 + 02 Jan 2011; Samuli Suominen <ssuominen@g.o> +thunar-1.1.6.ebuild:
35 + Version bump.
36
37 25 Dec 2010; Samuli Suominen <ssuominen@g.o> thunar-1.1.5.ebuild:
38 Missing gnome-base/gvfs runtime depend which is required by Trash.
39
40
41
42 1.1 xfce-base/thunar/thunar-1.1.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.1.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.1.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: thunar-1.1.6.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.1.6.ebuild,v 1.1 2011/01/02 15:44:33 ssuominen Exp $
52
53 EAPI=3
54 inherit virtualx xfconf
55
56 MY_P=${P/t/T}
57
58 DESCRIPTION="A file manager for the Xfce desktop environment"
59 HOMEPAGE="http://www.xfce.org/projects/thunar/ http://thunar.xfce.org/"
60 SRC_URI="mirror://xfce/src/xfce/${PN}/1.1/${MY_P}.tar.bz2"
61
62 LICENSE="GPL-2 LGPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
65 IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev"
66
67 GVFS_DEPEND=">=gnome-base/gvfs-1.6.4-r2"
68 COMMON_DEPEND=">=xfce-base/exo-0.5.3
69 >=dev-libs/glib-2.18:2
70 >=x11-libs/gtk+-2.14:2
71 >=xfce-base/libxfce4util-4.6
72 >=xfce-base/libxfce4ui-4.7.1
73 >=dev-lang/perl-5.6
74 dbus? ( >=dev-libs/dbus-glib-0.88 )
75 exif? ( >=media-libs/libexif-0.6.19 )
76 libnotify? ( x11-libs/libnotify )
77 pcre? ( >=dev-libs/libpcre-6 )
78 startup-notification? ( x11-libs/startup-notification )
79 udev? ( >=sys-fs/udev-145[extras] )
80 xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88
81 >=xfce-base/xfce4-panel-4.3.90 )"
82 RDEPEND="${COMMON_DEPEND}
83 x11-misc/shared-mime-info
84 dev-util/desktop-file-utils
85 dbus? ( ${GVFS_DEPEND} )
86 udev? ( ${GVFS_DEPEND}[gdu,udev] )
87 xfce_plugins_trash? ( ${GVFS_DEPEND} )"
88 DEPEND="${COMMON_DEPEND}
89 dev-util/intltool
90 dev-util/pkgconfig
91 sys-devel/gettext"
92
93 S=${WORKDIR}/${MY_P}
94
95 pkg_setup() {
96 XFCONF=(
97 --docdir="${EPREFIX}"/usr/share/doc/${PF}
98 --disable-dependency-tracking
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 if use xfce_plugins_trash; then
110 XFCONF+=( --enable-dbus )
111 else
112 XFCONF+=( --disable-tpa-plugin )
113 fi
114
115 DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO"
116 }
117
118 src_test() {
119 Xemake check || die
120 }