Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/
Date: Thu, 20 Sep 2018 21:29:35
Message-Id: 1537478908.fa973be1a9c1a5a8939a87322c0d744cab3651c7.leio@gentoo
1 commit: fa973be1a9c1a5a8939a87322c0d744cab3651c7
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 20 21:17:35 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 20 21:28:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa973be1
7
8 x11-libs/gtk+: bump to 3.24.1
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 x11-libs/gtk+/Manifest | 1 +
13 x11-libs/gtk+/gtk+-3.24.1.ebuild | 227 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 228 insertions(+)
15
16 diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest
17 index 193ed760892..db07bc943f8 100644
18 --- a/x11-libs/gtk+/Manifest
19 +++ b/x11-libs/gtk+/Manifest
20 @@ -6,3 +6,4 @@ DIST gtk+-3.22.19.tar.xz 18841024 BLAKE2B dc4c27d022c6766036b16e52b53b4aa3946c41
21 DIST gtk+-3.22.29.tar.xz 18964852 BLAKE2B a7551d604a1e27cba1d0580f2645bf4afff900908ce40d3d4d05cfb7348afc0620922e9b7939cf4ce2314ff489ffe38386aaf2634f3eff6591dfd0a225f19bc7 SHA512 046fa4458626e81ea7b1ddb753d53ecd91d0f2101af428cfdf77fe866bbe430cb3622203cc5e895b220a9364e35009245cdaf76e0cfa30d32d31095b5fcb42bc
22 DIST gtk+-3.22.30.tar.xz 18946084 BLAKE2B 020512f61ae9d265849bb684c55c6ad3f1e1726d73ce169cd482e781e614f22f37ac23bc721b1dc11df03f0d4e07333266cc8549633cb255ca99a85a499108d3 SHA512 31440a615cb2f406d0f904e59febb8f876106f27818ddd6951c76ab9bcb421ca480dae2bebfb1c4b1e03b833fc7c42e9feede053d9d71f19a02fe778e3197b38
23 DIST gtk+-3.24.0.tar.xz 19273044 BLAKE2B c1ecf7f0cb5e58ce4b3b4f5422b0d479a6078f124cc101e5fabd57c32dd6d8c75c5c90da3db373ff9f71ecec64527adec432775a7ad8f87a85d8d9cdfae097eb SHA512 c82228f31a422d7f180b1157de697d941f2826f9a85a44d2a583564130626c88759a62269bb01f54969e00ff7499db4e1b026dbfb060dda1b6e62f36f3267981
24 +DIST gtk+-3.24.1.tar.xz 19307612 BLAKE2B f09b7cb252898b7290a3806f8fb579b706fc0ecd021817e34e71b101a7d222604b395c850c559f3ff0c38e0848abdffc483efe65f086357532be85db872028e7 SHA512 13ddb1099a2a0eb44ea53fa4be5054a403e1b27468a33862646ba111577b7bb72b9bbe4f6aea15889c2a2bee1238023bc23524b901cf2dbb3adf0e126eb6ea5d
25
26 diff --git a/x11-libs/gtk+/gtk+-3.24.1.ebuild b/x11-libs/gtk+/gtk+-3.24.1.ebuild
27 new file mode 100644
28 index 00000000000..dfe5d458286
29 --- /dev/null
30 +++ b/x11-libs/gtk+/gtk+-3.24.1.ebuild
31 @@ -0,0 +1,227 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +
38 +inherit autotools flag-o-matic gnome2 multilib virtualx multilib-minimal
39 +
40 +DESCRIPTION="Gimp ToolKit +"
41 +HOMEPAGE="https://www.gtk.org/"
42 +
43 +LICENSE="LGPL-2+"
44 +SLOT="3"
45 +IUSE="aqua broadway cloudprint colord cups examples +introspection test vim-syntax wayland +X xinerama"
46 +REQUIRED_USE="
47 + || ( aqua wayland X )
48 + xinerama? ( X )
49 +"
50 +
51 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
52 +
53 +# Upstream wants us to do their job:
54 +# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1
55 +RESTRICT="test"
56 +
57 +# FIXME: introspection data is built against system installation of gtk+:3,
58 +# bug #????
59 +COMMON_DEPEND="
60 + >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
61 + >=dev-libs/glib-2.53.4:2[${MULTILIB_USEDEP}]
62 + media-libs/fontconfig[${MULTILIB_USEDEP}]
63 + >=media-libs/libepoxy-1.4[X(+)?,${MULTILIB_USEDEP}]
64 + >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
65 + >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
66 + >=x11-libs/pango-1.41.0[introspection?,${MULTILIB_USEDEP}]
67 + >=media-libs/harfbuzz-0.9:=
68 + x11-misc/shared-mime-info
69 +
70 + cloudprint? (
71 + >=net-libs/rest-0.7[${MULTILIB_USEDEP}]
72 + >=dev-libs/json-glib-1.0[${MULTILIB_USEDEP}] )
73 + colord? ( >=x11-misc/colord-0.1.9:0=[${MULTILIB_USEDEP}] )
74 + cups? ( >=net-print/cups-1.2[${MULTILIB_USEDEP}] )
75 + introspection? ( >=dev-libs/gobject-introspection-1.39:= )
76 + wayland? (
77 + >=dev-libs/wayland-1.9.91[${MULTILIB_USEDEP}]
78 + >=dev-libs/wayland-protocols-1.12
79 + media-libs/mesa[wayland,${MULTILIB_USEDEP}]
80 + >=x11-libs/libxkbcommon-0.2[${MULTILIB_USEDEP}]
81 + )
82 + X? (
83 + >=app-accessibility/at-spi2-atk-2.5.3[${MULTILIB_USEDEP}]
84 + x11-libs/libX11[${MULTILIB_USEDEP}]
85 + >=x11-libs/libXi-1.3[${MULTILIB_USEDEP}]
86 + x11-libs/libXext[${MULTILIB_USEDEP}]
87 + >=x11-libs/libXrandr-1.5[${MULTILIB_USEDEP}]
88 + x11-libs/libXcursor[${MULTILIB_USEDEP}]
89 + x11-libs/libXfixes[${MULTILIB_USEDEP}]
90 + x11-libs/libXcomposite[${MULTILIB_USEDEP}]
91 + x11-libs/libXdamage[${MULTILIB_USEDEP}]
92 + xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
93 + )
94 +"
95 +DEPEND="${COMMON_DEPEND}
96 + app-text/docbook-xsl-stylesheets
97 + app-text/docbook-xml-dtd:4.1.2
98 + dev-libs/libxslt
99 + dev-libs/gobject-introspection-common
100 + >=dev-util/gdbus-codegen-2.48
101 + dev-util/glib-utils
102 + >=dev-util/gtk-doc-am-1.20
103 + >=sys-devel/gettext-0.19.7[${MULTILIB_USEDEP}]
104 + virtual/pkgconfig[${MULTILIB_USEDEP}]
105 + X? ( x11-base/xorg-proto )
106 + test? (
107 + media-fonts/font-misc-misc
108 + media-fonts/font-cursor-misc )
109 +"
110 +# gtk+-3.2.2 breaks Alt key handling in <=x11-libs/vte-0.30.1:2.90
111 +# gtk+-3.3.18 breaks scrolling in <=x11-libs/vte-0.31.0:2.90
112 +RDEPEND="${COMMON_DEPEND}
113 + >=dev-util/gtk-update-icon-cache-3
114 + !<gnome-base/gail-1000
115 + !<x11-libs/vte-0.31.0:2.90
116 +"
117 +# librsvg for svg icons (PDEPEND to avoid circular dep), bug #547710
118 +PDEPEND="
119 + gnome-base/librsvg[${MULTILIB_USEDEP}]
120 + >=x11-themes/adwaita-icon-theme-3.14
121 + vim-syntax? ( app-vim/gtk-syntax )
122 +"
123 +
124 +MULTILIB_CHOST_TOOLS=(
125 + /usr/bin/gtk-query-immodules-3.0$(get_exeext)
126 +)
127 +
128 +strip_builddir() {
129 + local rule=$1
130 + shift
131 + local directory=$1
132 + shift
133 + sed -e "s/^\(${rule} =.*\)${directory}\(.*\)$/\1\2/" -i $@ \
134 + || die "Could not strip director ${directory} from build."
135 +}
136 +
137 +src_prepare() {
138 + if ! use test ; then
139 + # don't waste time building tests
140 + strip_builddir SRC_SUBDIRS testsuite Makefile.{am,in}
141 +
142 + # the tests dir needs to be build now because since commit
143 + # 7ff3c6df80185e165e3bf6aa31bd014d1f8bf224 tests/gtkgears.o needs to be there
144 + # strip_builddir SRC_SUBDIRS tests Makefile.{am,in}
145 + fi
146 +
147 + if ! use examples; then
148 + # don't waste time building demos
149 + strip_builddir SRC_SUBDIRS demos Makefile.{am,in}
150 + strip_builddir SRC_SUBDIRS examples Makefile.{am,in}
151 + fi
152 +
153 + # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache
154 + eapply "${FILESDIR}"/${PN}-3.22.2-update-icon-cache.patch
155 +
156 + # Fix broken autotools logic
157 + eapply "${FILESDIR}"/${PN}-3.22.20-libcloudproviders-automagic.patch
158 +
159 + eautoreconf
160 + gnome2_src_prepare
161 +}
162 +
163 +multilib_src_configure() {
164 + # need libdir here to avoid a double slash in a path that libtool doesn't
165 + # grok so well during install (// between $EPREFIX and usr ...)
166 + # cloudprovider is not packaged in Gentoo
167 + ECONF_SOURCE=${S} \
168 + gnome2_src_configure \
169 + $(use_enable aqua quartz-backend) \
170 + $(use_enable broadway broadway-backend) \
171 + $(use_enable cloudprint) \
172 + $(use_enable colord) \
173 + $(use_enable cups cups auto) \
174 + $(multilib_native_use_enable introspection) \
175 + $(use_enable wayland wayland-backend) \
176 + $(use_enable X x11-backend) \
177 + $(use_enable X xcomposite) \
178 + $(use_enable X xdamage) \
179 + $(use_enable X xfixes) \
180 + $(use_enable X xkb) \
181 + $(use_enable X xrandr) \
182 + $(use_enable xinerama) \
183 + --disable-cloudproviders \
184 + --disable-mir-backend \
185 + --disable-papi \
186 + --enable-man \
187 + --with-xml-catalog="${EPREFIX}"/etc/xml/catalog \
188 + --libdir="${EPREFIX}"/usr/$(get_libdir) \
189 + CUPS_CONFIG="${EPREFIX}/usr/bin/${CHOST}-cups-config"
190 +
191 + # work-around gtk-doc out-of-source brokedness
192 + if multilib_is_native_abi; then
193 + local d
194 + for d in gdk gtk libgail-util; do
195 + ln -s "${S}"/docs/reference/${d}/html docs/reference/${d}/html || die
196 + done
197 + fi
198 +}
199 +
200 +multilib_src_test() {
201 + "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/gtk" || die
202 + GSETTINGS_SCHEMA_DIR="${S}/gtk" virtx emake check
203 +}
204 +
205 +multilib_src_install() {
206 + gnome2_src_install
207 +}
208 +
209 +multilib_src_install_all() {
210 + insinto /etc/gtk-3.0
211 + doins "${FILESDIR}"/settings.ini
212 + # Skip README.{in,commits,win32} and useless ChangeLog that would get installed by default
213 + DOCS=( AUTHORS NEWS README )
214 + einstalldocs
215 +}
216 +
217 +pkg_preinst() {
218 + gnome2_pkg_preinst
219 +
220 + multilib_pkg_preinst() {
221 + # Make immodules.cache belongs to gtk+ alone
222 + local cache="usr/$(get_libdir)/gtk-3.0/3.0.0/immodules.cache"
223 +
224 + if [[ -e ${EROOT}${cache} ]]; then
225 + cp "${EROOT}"${cache} "${ED}"/${cache} || die
226 + else
227 + touch "${ED}"/${cache} || die
228 + fi
229 + }
230 + multilib_parallel_foreach_abi multilib_pkg_preinst
231 +}
232 +
233 +pkg_postinst() {
234 + gnome2_pkg_postinst
235 +
236 + multilib_pkg_postinst() {
237 + gnome2_query_immodules_gtk3 \
238 + || die "Update immodules cache failed (for ${ABI})"
239 + }
240 + multilib_parallel_foreach_abi multilib_pkg_postinst
241 +
242 + if ! has_version "app-text/evince"; then
243 + elog "Please install app-text/evince for print preview functionality."
244 + elog "Alternatively, check \"gtk-print-preview-command\" documentation and"
245 + elog "add it to your settings.ini file."
246 + fi
247 +}
248 +
249 +pkg_postrm() {
250 + gnome2_pkg_postrm
251 +
252 + if [[ -z ${REPLACED_BY_VERSION} ]]; then
253 + multilib_pkg_postrm() {
254 + rm -f "${EROOT}"usr/$(get_libdir)/gtk-3.0/3.0.0/immodules.cache
255 + }
256 + multilib_foreach_abi multilib_pkg_postrm
257 + fi
258 +}