Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: ChangeLog libindicate-0.4.4.ebuild libindicate-0.3.6.ebuild
Date: Mon, 17 Jan 2011 09:34:29
Message-Id: 20110117093420.2D2F020057@flycatcher.gentoo.org
1 tampakrap 11/01/17 09:34:20
2
3 Modified: ChangeLog
4 Added: libindicate-0.4.4.ebuild
5 Removed: libindicate-0.3.6.ebuild
6 Log:
7 Version bump, remove old, ebuild and patches by Dennis Schridde, bug 332375
8
9 (Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.10 dev-libs/libindicate/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.10&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.10&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.9&r2=1.10
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
21 retrieving revision 1.9
22 retrieving revision 1.10
23 diff -u -r1.9 -r1.10
24 --- ChangeLog 3 Jan 2011 16:28:41 -0000 1.9
25 +++ ChangeLog 17 Jan 2011 09:34:19 -0000 1.10
26 @@ -1,6 +1,22 @@
27 # ChangeLog for dev-libs/libindicate
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.9 2011/01/03 16:28:41 dilfridge Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.10 2011/01/17 09:34:19 tampakrap Exp $
31 +
32 +*libindicate-0.4.4 (17 Jan 2011)
33 +
34 + 17 Jan 2011; Theo Chatzimichos <tampakrap@g.o>
35 + -libindicate-0.3.6.ebuild,
36 + -files/libindicate-0.3.6-no-gobject-introspection.patch,
37 + -files/libindicate-0.3.6-optional-gtk-support.patch,
38 + +libindicate-0.4.4.ebuild, +files/libindicate-0.4.4-fix-aclocal.patch,
39 + +files/libindicate-0.4.4-fix-introspection.patch,
40 + +files/libindicate-0.4.4-fix-out-of-source-build.patch,
41 + +files/libindicate-0.4.4-fix-python-version.patch,
42 + +files/libindicate-0.4.4-optional-doc.patch,
43 + +files/libindicate-0.4.4-optional-examples.patch,
44 + +files/libindicate-0.4.4-optional-gtk.patch,
45 + +files/libindicate-0.4.4-optional-mono-example.patch:
46 + Version bump, remove old, ebuild and patches by Dennis Schridde, bug 332375
47
48 03 Jan 2011; Andreas K. Huettel <dilfridge@g.o>
49 libindicate-0.3.6.ebuild:
50
51
52
53 1.1 dev-libs/libindicate/libindicate-0.4.4.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-0.4.4.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-0.4.4.ebuild?rev=1.1&content-type=text/plain
57
58 Index: libindicate-0.4.4.ebuild
59 ===================================================================
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-0.4.4.ebuild,v 1.1 2011/01/17 09:34:20 tampakrap Exp $
63
64 EAPI=2
65
66 inherit autotools eutils versionator
67
68 DESCRIPTION="Library to raise flags on DBus for other components of the desktop to pick up and visualize"
69 HOMEPAGE="https://launchpad.net/libindicate/"
70 SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
71
72 LICENSE="LGPL-3"
73 SLOT="0"
74 KEYWORDS="~amd64 ~x86"
75 IUSE="doc"
76
77 RESTRICT="test"
78
79 # For the dependency on dev-libs/libdbusmenu see launchpad-bug #552667
80 RDEPEND="dev-libs/glib:2
81 dev-libs/dbus-glib
82 dev-libs/libdbusmenu
83 dev-libs/libxml2:2
84 x11-libs/gtk+:2
85 dev-python/pygtk
86 dev-dotnet/gtk-sharp
87 dev-dotnet/gtk-sharp-gapi"
88 DEPEND="${RDEPEND}
89 doc? ( dev-util/gtk-doc )
90 dev-util/gtk-doc-am
91 dev-util/pkgconfig"
92
93 src_prepare() {
94 # Without patches:
95 # Make python optional, launchpad-bug #643921
96 # Make mono optional, launchpad-bug #643922
97
98 # Incomplete patches:
99 # Make gtk optional, needs optional-python or code modifications, launchpad-bug #431311
100 #epatch "${FILESDIR}/${P}-optional-gtk.patch"
101
102 # Make doc optional, launchpad-bug #643911
103 epatch "${FILESDIR}/${P}-optional-doc.patch"
104 # Do not compile mono-example by default, launchpad-bug #643912
105 epatch "${FILESDIR}/${P}-optional-mono-example.patch"
106 # Do not compile examples by default, launchpad-bug #643917
107 epatch "${FILESDIR}/${P}-optional-examples.patch"
108 # Fix trouble with autoreconf and m4 directory, launchpad-bug #683552
109 epatch "${FILESDIR}/${P}-fix-aclocal.patch"
110 # Fixup undeclared HAVE_INTROSPECTION, launchpad-bug #552537
111 epatch "${FILESDIR}/${P}-fix-introspection.patch"
112 # Fix out-of-source builds, launchpad-bug #643913
113 epatch "${FILESDIR}/${P}-fix-out-of-source-build.patch"
114 # Fix compilation for python != 2.6, launchpad-bug #594992
115 epatch "${FILESDIR}/${P}-fix-python-version.patch"
116 # Drop -Werror in a release
117 sed -e 's:-Werror::g' -i libindicate/Makefile.am libindicate-gtk/Makefile.am || die "sed failed"
118 eautoreconf
119 }
120
121 src_configure() {
122 # gobject-instrospection is a nightmare in this package, it's fixable for libindicate
123 # and not for libindicate-gtk, disable it until its fixed on upstream
124 econf \
125 --disable-dependency-tracking \
126 --docdir=/usr/share/doc/${PF} \
127 $(use_enable doc) \
128 || die "configure failed"
129 }
130
131 src_test() {
132 emake check || die "testsuite failed"
133 }
134
135 src_install() {
136 emake DESTDIR="${D}" install || die "make install failed"
137 dodoc AUTHORS || die "dodoc failed"
138 }