Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gucharmap/
Date: Mon, 29 Oct 2012 00:07:28
Message-Id: 1351469200.cd21e6b6c8534ef12b78df38566e917009e0d485.eva@gentoo
1 commit: cd21e6b6c8534ef12b78df38566e917009e0d485
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 22:47:40 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 00:06:40 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cd21e6b6
7
8 gnome-extra/gucharmap: add missing modifications
9
10 ---
11 gnome-extra/gucharmap/gucharmap-3.6.0.ebuild | 26 +++++++++++++-------------
12 1 files changed, 13 insertions(+), 13 deletions(-)
13
14 diff --git a/gnome-extra/gucharmap/gucharmap-3.6.0.ebuild b/gnome-extra/gucharmap/gucharmap-3.6.0.ebuild
15 index b3cf939..fda72c3 100644
16 --- a/gnome-extra/gucharmap/gucharmap-3.6.0.ebuild
17 +++ b/gnome-extra/gucharmap/gucharmap-3.6.0.ebuild
18 @@ -14,33 +14,33 @@ HOMEPAGE="http://live.gnome.org/Gucharmap"
19 LICENSE="GPL-3"
20 SLOT="2.90"
21 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
22 -IUSE="cjk doc +introspection test"
23 +IUSE="cjk +introspection test"
24
25 -COMMON_DEPEND=">=dev-libs/glib-2.32
26 +COMMON_DEPEND="
27 + >=dev-libs/glib-2.32
28 >=x11-libs/pango-1.2.1[introspection?]
29 >=x11-libs/gtk+-3.4.0:3[introspection?]
30
31 - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )"
32 + introspection? ( >=dev-libs/gobject-introspection-0.9.0 )
33 +"
34 RDEPEND="${COMMON_DEPEND}
35 - !<gnome-extra/gucharmap-3:0"
36 + !<gnome-extra/gucharmap-3:0
37 +"
38 DEPEND="${RDEPEND}
39 - virtual/pkgconfig
40 sys-devel/gettext
41 + >=dev-util/gtk-doc-1
42 >=dev-util/intltool-0.40
43 + virtual/pkgconfig
44 + test? ( ~app-text/docbook-xml-dtd-4.1.2 )
45 +"
46
47 - doc? ( >=dev-util/gtk-doc-1.0 )
48 - test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
49 -
50 -pkg_setup() {
51 +src_prepare() {
52 + DOCS="AUTHORS ChangeLog NEWS README TODO"
53 G2CONF="${G2CONF}
54 --disable-static
55 - --disable-scrollkeeper
56 $(use_enable introspection)
57 $(use_enable cjk unihan)"
58 - DOCS="AUTHORS ChangeLog NEWS README TODO"
59 -}
60
61 -src_prepare() {
62 # prevent file collisions with slot 0
63 sed -e "s:GETTEXT_PACKAGE=gucharmap$:GETTEXT_PACKAGE=gucharmap-${SLOT}:" \
64 -i configure.ac configure || die "sed configure.ac configure failed"