Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.18.2.ebuild
Date: Sun, 27 Apr 2014 18:30:55
Message-Id: 20140427183049.C834F2004B@flycatcher.gentoo.org
1 eva 14/04/27 18:30:49
2
3 Modified: ChangeLog
4 Added: glade-3.18.2.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.213 dev-util/glade/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.213&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.213&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?r1=1.212&r2=1.213
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
20 retrieving revision 1.212
21 retrieving revision 1.213
22 diff -u -r1.212 -r1.213
23 --- ChangeLog 26 Apr 2014 07:24:34 -0000 1.212
24 +++ ChangeLog 27 Apr 2014 18:30:49 -0000 1.213
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/glade
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.212 2014/04/26 07:24:34 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.213 2014/04/27 18:30:49 eva Exp $
30 +
31 +*glade-3.18.2 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o> +glade-3.18.2.ebuild:
34 + Version bump for Gnome 3.12.
35
36 26 Apr 2014; Pacho Ramos <pacho@g.o> -glade-3.12.2.ebuild,
37 -glade-3.14.2.ebuild, -glade-3.8.3.ebuild:
38
39
40
41 1.1 dev-util/glade/glade-3.18.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.18.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.18.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: glade-3.18.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.18.2.ebuild,v 1.1 2014/04/27 18:30:49 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_COMPAT=( python2_7 )
56
57 inherit autotools eutils gnome2 python-single-r1 versionator virtualx
58
59 DESCRIPTION="A user interface designer for GTK+ and GNOME"
60 HOMEPAGE="http://glade.gnome.org/"
61
62 LICENSE="GPL-2+ FDL-1.1+"
63 SLOT="3.10/6" # subslot = suffix of libgladeui-2.so
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
65 IUSE="+introspection python"
66
67 RDEPEND="
68 dev-libs/atk[introspection?]
69 >=dev-libs/glib-2.32:2
70 >=dev-libs/libxml2-2.4.0:2
71 x11-libs/cairo:=
72 x11-libs/gdk-pixbuf:2[introspection?]
73 >=x11-libs/gtk+-3.12:3[introspection?]
74 x11-libs/pango[introspection?]
75 introspection? ( >=dev-libs/gobject-introspection-1.32 )
76 python? (
77 ${PYTHON_DEPS}
78 >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}] )
79 "
80 DEPEND="${RDEPEND}
81 app-text/docbook-xml-dtd:4.1.2
82 app-text/yelp-tools
83 dev-libs/libxslt
84 >=dev-util/gtk-doc-am-1.13
85 >=dev-util/intltool-0.41.0
86 virtual/pkgconfig
87
88 dev-libs/gobject-introspection-common
89 gnome-base/gnome-common
90 "
91 # eautoreconf requires:
92 # dev-libs/gobject-introspection-common
93 # gnome-base/gnome-common
94
95 pkg_setup() {
96 use python && python-single-r1_pkg_setup
97 }
98
99 src_prepare() {
100 # To avoid file collison with other slots, rename help module.
101 # Prevent the UI from loading glade:3's gladeui devhelp documentation.
102 epatch \
103 "${FILESDIR}"/${PN}-3.14.1-doc-version.patch \
104 "${FILESDIR}"/${PN}-3.16.1-underlinking.patch
105
106 eautoreconf
107
108 gnome2_src_prepare
109 }
110
111 src_configure() {
112 gnome2_src_configure \
113 --disable-static \
114 --enable-gladeui \
115 --enable-libtool-lock \
116 $(use_enable introspection) \
117 $(use_enable python) \
118 ITSTOOL=$(type -P true)
119 }
120
121 src_test() {
122 Xemake check
123 }
124
125 src_install() {
126 # modify Name in .desktop file to avoid confusion with other slots
127 sed -e 's:^\(Name.*=Glade\):\1 '$(get_version_component_range 1-2): \
128 -i data/glade.desktop || die "sed of data/glade.desktop failed"
129 # modify name in .devhelp2 file to avoid shadowing with glade:3 docs
130 sed -e 's:name="gladeui":name="gladeui-2":' \
131 -i doc/html/gladeui.devhelp2 || die "sed of gladeui.devhelp2 failed"
132 gnome2_src_install
133 }
134
135 pkg_postinst() {
136 gnome2_pkg_postinst
137 if ! has_version dev-util/devhelp ; then
138 elog "You may want to install dev-util/devhelp for integration API"
139 elog "documentation support."
140 fi
141 }