Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/glade: glade-3.16.0.ebuild ChangeLog
Date: Tue, 24 Dec 2013 15:53:06
Message-Id: 20131224155301.2B3D32004C@flycatcher.gentoo.org
1 pacho 13/12/24 15:53:01
2
3 Modified: ChangeLog
4 Added: glade-3.16.0.ebuild
5 Log:
6 Version bump for Gnome 3.10
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.195 dev-util/glade/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.195&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.195&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?r1=1.194&r2=1.195
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
20 retrieving revision 1.194
21 retrieving revision 1.195
22 diff -u -r1.194 -r1.195
23 --- ChangeLog 8 Dec 2013 18:16:34 -0000 1.194
24 +++ ChangeLog 24 Dec 2013 15:53:01 -0000 1.195
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/glade
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.194 2013/12/08 18:16:34 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.195 2013/12/24 15:53:01 pacho Exp $
30 +
31 +*glade-3.16.0 (24 Dec 2013)
32 +
33 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +glade-3.16.0.ebuild:
34 + Version bump for Gnome 3.10
35
36 08 Dec 2013; Pacho Ramos <pacho@g.o> glade-3.14.2.ebuild,
37 glade-3.8.4.ebuild:
38
39
40
41 1.1 dev-util/glade/glade-3.16.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.16.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: glade-3.16.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.16.0.ebuild,v 1.1 2013/12/24 15:53:01 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54 GNOME2_LA_PUNT="yes"
55 PYTHON_COMPAT=( python{2_6,2_7} )
56
57 inherit 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/4" # 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.10: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 dev-libs/libxslt
83 >=dev-util/gtk-doc-am-1.13
84 >=dev-util/intltool-0.41.0
85 virtual/pkgconfig
86 "
87 # eautoreconf requires:
88 # dev-libs/gobject-introspection-common
89 # gnome-base/gnome-common
90
91 pkg_setup() {
92 use python && python-single-r1_pkg_setup
93 }
94
95 src_prepare() {
96 # To avoid file collison with other slots, rename help module.
97 # Prevent the UI from loading glade:3's gladeui devhelp documentation.
98 epatch "${FILESDIR}/${PN}-3.14.1-doc-version.patch"
99
100 gnome2_src_prepare
101 }
102
103 src_configure() {
104 gnome2_src_configure \
105 --disable-static \
106 --enable-gladeui \
107 --enable-libtool-lock \
108 $(use_enable introspection) \
109 $(use_enable python) \
110 ITSTOOL=$(type -P true)
111 }
112
113 src_test() {
114 Xemake check
115 }
116
117 src_install() {
118 # modify Name in .desktop file to avoid confusion with other slots
119 sed -e 's:^\(Name.*=Glade\):\1 '$(get_version_component_range 1-2): \
120 -i data/glade.desktop || die "sed of data/glade.desktop failed"
121 # modify name in .devhelp2 file to avoid shadowing with glade:3 docs
122 sed -e 's:name="gladeui":name="gladeui-2":' \
123 -i doc/html/gladeui.devhelp2 || die "sed of gladeui.devhelp2 failed"
124 gnome2_src_install
125 }
126
127 pkg_postinst() {
128 gnome2_pkg_postinst
129 if ! has_version dev-util/devhelp ; then
130 elog "You may want to install dev-util/devhelp for integration API"
131 elog "documentation support."
132 fi
133 }