Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount: ChangeLog wmudmount-1.8.ebuild
Date: Sat, 29 Jan 2011 14:18:08
Message-Id: 20110129141733.AC4AF20054@flycatcher.gentoo.org
1 ssuominen 11/01/29 14:17:33
2
3 Modified: ChangeLog wmudmount-1.8.ebuild
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 x11-plugins/wmudmount/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 26 Dec 2010 13:01:52 -0000 1.4
23 +++ ChangeLog 29 Jan 2011 14:17:33 -0000 1.5
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-plugins/wmudmount
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.4 2010/12/26 13:01:52 ssuominen Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/ChangeLog,v 1.5 2011/01/29 14:17:33 ssuominen Exp $
30 +
31 + 29 Jan 2011; Samuli Suominen <ssuominen@g.o> wmudmount-1.8.ebuild,
32 + +files/wmudmount-1.8-libnotify-0.7.patch:
33 + Fix building with x11-libs/libnotify >= 0.7.
34
35 *wmudmount-1.8 (26 Dec 2010)
36
37
38
39
40 1.2 x11-plugins/wmudmount/wmudmount-1.8.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild?r1=1.1&r2=1.2
45
46 Index: wmudmount-1.8.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- wmudmount-1.8.ebuild 26 Dec 2010 13:01:52 -0000 1.1
53 +++ wmudmount-1.8.ebuild 29 Jan 2011 14:17:33 -0000 1.2
54 @@ -1,9 +1,9 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v 1.1 2010/12/26 13:01:52 ssuominen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmudmount/wmudmount-1.8.ebuild,v 1.2 2011/01/29 14:17:33 ssuominen Exp $
60
61 EAPI=2
62 -inherit gnome2-utils
63 +inherit flag-o-matic gnome2-utils
64
65 DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
66 HOMEPAGE="http://sourceforge.net/projects/wmudmount/"
67 @@ -22,7 +22,13 @@
68 DEPEND="${RDEPEND}
69 dev-util/pkgconfig"
70
71 +src_prepare() {
72 + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
73 +}
74 +
75 src_configure() {
76 + has_version ">=x11-libs/libnotify-0.7" && append-cppflags -DHAVE_LIBNOTIFY_07
77 +
78 econf \
79 --disable-dependency-tracking \
80 $(use_with libnotify) \