Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libindicate: libindicate-12.10.1.ebuild ChangeLog
Date: Mon, 04 Mar 2013 11:43:32
Message-Id: 20130304114327.E99B32171D@flycatcher.gentoo.org
1 kensington 13/03/04 11:43:27
2
3 Modified: ChangeLog
4 Added: libindicate-12.10.1.ebuild
5 Log:
6 Version bump wrt bug #452232.
7
8 (Portage version: 2.1.11.54/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
9
10 Revision Changes Path
11 1.33 dev-libs/libindicate/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -u -r1.32 -r1.33
23 --- ChangeLog 26 Jul 2012 16:36:18 -0000 1.32
24 +++ ChangeLog 4 Mar 2013 11:43:27 -0000 1.33
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/libindicate
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.32 2012/07/26 16:36:18 ssuominen Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.33 2013/03/04 11:43:27 kensington Exp $
31 +
32 +*libindicate-12.10.1 (04 Mar 2013)
33 +
34 + 04 Mar 2013; Michael Palimaka <kensington@g.o>
35 + +libindicate-12.10.1.ebuild:
36 + Version bump wrt bug #452232.
37
38 26 Jul 2012; Samuli Suominen <ssuominen@g.o>
39 -libindicate-0.6.1-r201.ebuild, -libindicate-0.6.1-r300.ebuild:
40 @@ -190,4 +196,3 @@
41 +libindicate-0.2.3.ebuild,
42 +files/libindicate-0.2.3-optional-gtk-support.patch, +metadata.xml:
43 New package, necessary for libindicate-qt (kde team).
44 -
45
46
47
48 1.1 dev-libs/libindicate/libindicate-12.10.1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: libindicate-12.10.1.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/libindicate-12.10.1.ebuild,v 1.1 2013/03/04 11:43:27 kensington Exp $
58
59 EAPI=5
60
61 AYATANA_VALA_VERSION=0.16
62
63 inherit autotools eutils flag-o-matic
64
65 DESCRIPTION="A library to raise flags on DBus for other components of the desktop to pick up and visualize"
66 HOMEPAGE="http://launchpad.net/libindicate"
67 SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"
68
69 LICENSE="LGPL-2.1 LGPL-3"
70 SLOT="3"
71 KEYWORDS="~amd64 ~x86"
72 IUSE="gtk +introspection"
73
74 RESTRICT="test" # consequence of the -no-mono.patch
75
76 RDEPEND=">=dev-libs/dbus-glib-0.100
77 >=dev-libs/glib-2.30
78 >=dev-libs/libdbusmenu-0.6.2:3[gtk?,introspection?]
79 dev-libs/libxml2
80 gtk? ( >=x11-libs/gtk+-3.2:3 )
81 introspection? ( >=dev-libs/gobject-introspection-1 )
82 !<${CATEGORY}/${PN}-0.6.1-r201"
83 EAUTORECONF_DEPEND="dev-util/gtk-doc-am
84 gnome-base/gnome-common"
85 DEPEND="${RDEPEND}
86 ${EAUTORECONF_DEPEND}
87 app-text/gnome-doc-utils
88 dev-lang/vala:${AYATANA_VALA_VERSION}[vapigen]
89 virtual/pkgconfig"
90
91 src_prepare() {
92 epatch "${FILESDIR}"/${PN}-0.6.1-no-mono.patch
93 sed -i -e "s:vapigen:vapigen-${AYATANA_VALA_VERSION}:" configure.ac || die
94 eautoreconf
95 }
96
97 src_configure() {
98 append-flags -Wno-error
99
100 # python bindings are only for GTK+-2.x
101 econf \
102 --docdir=/usr/share/doc/${PF} \
103 --disable-silent-rules \
104 --disable-static \
105 $(use_enable gtk) \
106 $(use_enable introspection) \
107 --disable-python \
108 --disable-scrollkeeper \
109 --with-gtk=3 \
110 --with-html-dir=/usr/share/doc/${PF}/html
111 }
112
113 src_install() {
114 emake DESTDIR="${D}" install
115 dodoc AUTHORS ChangeLog NEWS
116
117 nonfatal dosym /usr/share/doc/${PF}/html/${PN} /usr/share/gtk-doc/html/${PN}
118
119 prune_libtool_files
120 }