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.2.1.ebuild ChangeLog
Date: Sun, 30 Jan 2011 18:48:15
Message-Id: 20110130184804.C619220054@flycatcher.gentoo.org
1 ssuominen 11/01/30 18:48:04
2
3 Modified: ChangeLog
4 Added: thunar-1.2.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.113 xfce-base/thunar/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.113&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.113&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.112&r2=1.113
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
20 retrieving revision 1.112
21 retrieving revision 1.113
22 diff -u -r1.112 -r1.113
23 --- ChangeLog 17 Jan 2011 15:07:11 -0000 1.112
24 +++ ChangeLog 30 Jan 2011 18:48:04 -0000 1.113
25 @@ -1,6 +1,11 @@
26 # ChangeLog for xfce-base/thunar
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.112 2011/01/17 15:07:11 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.113 2011/01/30 18:48:04 ssuominen Exp $
30 +
31 +*thunar-1.2.1 (30 Jan 2011)
32 +
33 + 30 Jan 2011; Samuli Suominen <ssuominen@g.o> +thunar-1.2.1.ebuild:
34 + Version bump.
35
36 17 Jan 2011; Kacper Kowalik <xarthisius@g.o> thunar-1.2.0.ebuild:
37 ppc/ppc64 stable wrt #349053
38
39
40
41 1.1 xfce-base/thunar/thunar-1.2.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.2.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: thunar-1.2.1.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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.2.1.ebuild,v 1.1 2011/01/30 18:48:04 ssuominen Exp $
51
52 EAPI=3
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/thunar/ http://thunar.xfce.org/"
59 SRC_URI="mirror://xfce/src/xfce/${PN}/1.2/${MY_P}.tar.bz2"
60
61 LICENSE="GPL-2 LGPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~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.6.6-r1"
67 COMMON_DEPEND=">=xfce-base/exo-0.6
68 >=dev-libs/glib-2.18:2
69 >=x11-libs/gtk+-2.14:2
70 >=xfce-base/libxfce4util-4.8
71 >=xfce-base/libxfce4ui-4.8
72 >=dev-lang/perl-5.6
73 dbus? ( >=dev-libs/dbus-glib-0.88 )
74 exif? ( >=media-libs/libexif-0.6.19 )
75 libnotify? ( x11-libs/libnotify )
76 pcre? ( >=dev-libs/libpcre-6 )
77 startup-notification? ( x11-libs/startup-notification )
78 udev? ( >=sys-fs/udev-145[extras] )
79 xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88
80 >=xfce-base/xfce4-panel-4.8 )"
81 RDEPEND="${COMMON_DEPEND}
82 x11-misc/shared-mime-info
83 dev-util/desktop-file-utils
84 dbus? ( ${GVFS_DEPEND} )
85 udev? ( ${GVFS_DEPEND}[gdu,udev] )
86 xfce_plugins_trash? ( ${GVFS_DEPEND} )"
87 DEPEND="${COMMON_DEPEND}
88 dev-util/intltool
89 dev-util/pkgconfig
90 sys-devel/gettext"
91
92 S=${WORKDIR}/${MY_P}
93
94 pkg_setup() {
95 XFCONF=(
96 --docdir="${EPREFIX}"/usr/share/doc/${PF}
97 --disable-dependency-tracking
98 $(use_enable dbus)
99 $(use_enable startup-notification)
100 $(use_enable udev gudev)
101 $(use_enable libnotify notifications)
102 $(xfconf_use_debug)
103 $(use_enable exif)
104 $(use_enable pcre)
105 --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
106 )
107
108 if use xfce_plugins_trash; then
109 XFCONF+=( --enable-dbus )
110 else
111 XFCONF+=( --disable-tpa-plugin )
112 fi
113
114 DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO"
115 }
116
117 src_test() {
118 Xemake check || die
119 }