Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-vfs: ChangeLog gnome-vfs-2.24.0.ebuild
Date: Tue, 30 Sep 2008 21:35:04
Message-Id: E1Kkmry-0001wb-OJ@stork.gentoo.org
1 leio 08/09/30 21:34:58
2
3 Modified: ChangeLog
4 Added: gnome-vfs-2.24.0.ebuild
5 Log:
6 Version bump with small fixes and xdg-mime code sync with GIO
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.292 gnome-base/gnome-vfs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.292&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?rev=1.292&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/ChangeLog?r1=1.291&r2=1.292
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v
19 retrieving revision 1.291
20 retrieving revision 1.292
21 diff -u -r1.291 -r1.292
22 --- ChangeLog 25 Sep 2008 14:17:50 -0000 1.291
23 +++ ChangeLog 30 Sep 2008 21:34:58 -0000 1.292
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-base/gnome-vfs
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.291 2008/09/25 14:17:50 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/ChangeLog,v 1.292 2008/09/30 21:34:58 leio Exp $
29 +
30 +*gnome-vfs-2.24.0 (30 Sep 2008)
31 +
32 + 30 Sep 2008; Mart Raudsepp <leio@g.o> +gnome-vfs-2.24.0.ebuild:
33 + Version bump with small fixes and xdg-mime code sync with GIO
34
35 25 Sep 2008; Jeroen Roovers <jer@g.o> gnome-vfs-2.22.0.ebuild:
36 Stable for HPPA (bug #236971).
37
38
39
40 1.1 gnome-base/gnome-vfs/gnome-vfs-2.24.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gnome-vfs-2.24.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.0.ebuild,v 1.1 2008/09/30 21:34:58 leio Exp $
50
51 inherit autotools eutils gnome2
52
53 DESCRIPTION="Gnome Virtual Filesystem"
54 HOMEPAGE="http://www.gnome.org/"
55
56 LICENSE="GPL-2 LGPL-2"
57 SLOT="2"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE="acl avahi doc fam gnutls hal ipv6 kerberos samba ssl"
60
61 RDEPEND=">=gnome-base/gconf-2
62 >=dev-libs/glib-2.9.3
63 >=dev-libs/libxml2-2.6
64 app-arch/bzip2
65 fam? ( virtual/fam )
66 gnome-base/gnome-mime-data
67 >=x11-misc/shared-mime-info-0.14
68 >=dev-libs/dbus-glib-0.71
69 samba? ( >=net-fs/samba-3 )
70 gnutls? (
71 net-libs/gnutls
72 !gnome-extra/gnome-vfs-sftp
73 )
74 ssl? (
75 !gnutls? (
76 >=dev-libs/openssl-0.9.5
77 !gnome-extra/gnome-vfs-sftp
78 )
79 )
80 hal? ( >=sys-apps/hal-0.5.7 )
81 avahi? ( >=net-dns/avahi-0.6 )
82 kerberos? ( virtual/krb5 )
83 acl? (
84 sys-apps/acl
85 sys-apps/attr
86 )"
87 DEPEND="${RDEPEND}
88 sys-devel/gettext
89 gnome-base/gnome-common
90 >=dev-util/intltool-0.40
91 >=dev-util/pkgconfig-0.9
92 >=dev-util/gtk-doc-am-1.10-r1
93 doc? ( >=dev-util/gtk-doc-1 )"
94 PDEPEND="hal? ( >=gnome-base/gnome-mount-0.6 )"
95
96 DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
97
98 pkg_setup() {
99 G2CONF="${G2CONF}
100 --disable-schemas-install
101 --disable-cdda
102 --disable-howl
103 $(use_enable acl)
104 $(use_enable avahi)
105 $(use_enable fam)
106 $(use_enable gnutls)
107 $(use_enable hal)
108 $(use_enable ipv6)
109 $(use_enable kerberos krb5)
110 $(use_enable samba)
111 $(use_enable ssl openssl)"
112 # Useless ? --enable-http-neon
113
114 if use hal ; then
115 G2CONF="${G2CONF}
116 --with-hal-mount=/usr/bin/gnome-mount
117 --with-hal-umount=/usr/bin/gnome-umount
118 --with-hal-eject=/usr/bin/gnome-eject"
119 fi
120
121 # this works because of the order of configure parsing
122 # so should always be behind the use_enable options
123 # foser <foser@g.o 19 Apr 2004
124 use gnutls && use ssl && G2CONF="${G2CONF} --disable-openssl"
125 }
126
127 src_unpack() {
128 gnome2_src_unpack
129
130 # Allow the Trash on afs filesystems (#106118)
131 epatch "${FILESDIR}"/${PN}-2.12.0-afs.patch
132
133 # Fix compiling with headers missing
134 epatch "${FILESDIR}"/${PN}-2.15.2-headers-define.patch
135
136 # Fix for crashes running programs via sudo
137 epatch "${FILESDIR}"/${PN}-2.16.0-no-dbus-crash.patch
138
139 # Fix automagic dependencies, upstream bug #493475
140 epatch "${FILESDIR}"/${PN}-2.20.0-automagic-deps.patch
141 epatch "${FILESDIR}"/${PN}-2.20.1-automagic-deps.patch
142
143 # Fix to identify ${HOME} (#200897)
144 # thanks to debian folks
145 epatch "${FILESDIR}"/${PN}-2.20.0-home_dir_fakeroot.patch
146
147 # Fix deprecated API disabling in used libraries - this is not future-proof, bug 212163
148 # upstream bug #519632
149 sed -i -e '/DISABLE_DEPRECATED/d' \
150 daemon/Makefile.am daemon/Makefile.in \
151 libgnomevfs/Makefile.am libgnomevfs/Makefile.in \
152 modules/Makefile.am modules/Makefile.in \
153 test/Makefile.am test/Makefile.in
154 sed -i -e 's:-DG_DISABLE_DEPRECATED:$(NULL):g' \
155 programs/Makefile.am programs/Makefile.in
156
157 eautoreconf
158 intltoolize --force || die "intltoolize failed"
159 }