Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: ChangeLog gtk+-2.12.1.ebuild
Date: Sun, 28 Oct 2007 23:17:38
Message-Id: E1ImHNs-0001Nf-SW@stork.gentoo.org
1 eva 07/10/28 23:17:32
2
3 Modified: ChangeLog gtk+-2.12.1.ebuild
4 Log:
5 fix bug #152275 (vim-syntax) and add a note about gtk+ default preview backend
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.341 x11-libs/gtk+/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.341&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.341&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.340&r2=1.341
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
18 retrieving revision 1.340
19 retrieving revision 1.341
20 diff -u -r1.340 -r1.341
21 --- ChangeLog 20 Oct 2007 05:44:35 -0000 1.340
22 +++ ChangeLog 28 Oct 2007 23:17:32 -0000 1.341
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-libs/gtk+
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.340 2007/10/20 05:44:35 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.341 2007/10/28 23:17:32 eva Exp $
28 +
29 + 28 Oct 2007; Gilles Dartiguelongue <eva@g.o> gtk+-2.12.1.ebuild:
30 + add vim-syntax support, fix bug #152275
31 + add a note about evince being the default backend for printing preview
32
33 *gtk+-2.12.1 (20 Oct 2007)
34
35
36
37
38 1.2 x11-libs/gtk+/gtk+-2.12.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.12.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.12.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/gtk+-2.12.1.ebuild?r1=1.1&r2=1.2
43
44 Index: gtk+-2.12.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.12.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gtk+-2.12.1.ebuild 20 Oct 2007 05:44:35 -0000 1.1
51 +++ gtk+-2.12.1.ebuild 28 Oct 2007 23:17:32 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.12.1.ebuild,v 1.1 2007/10/20 05:44:35 leio Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.12.1.ebuild,v 1.2 2007/10/28 23:17:32 eva Exp $
57
58 inherit gnome.org flag-o-matic eutils autotools virtualx
59
60 @@ -10,7 +10,7 @@
61 LICENSE="LGPL-2"
62 SLOT="2"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 -IUSE="cups debug doc jpeg tiff xinerama"
65 +IUSE="cups debug doc jpeg tiff vim-syntax xinerama"
66
67 RDEPEND="x11-libs/libXrender
68 x11-libs/libX11
69 @@ -46,6 +46,7 @@
70 >=dev-util/gtk-doc-1.6
71 ~app-text/docbook-xml-dtd-4.1.2
72 )"
73 +PDEPEND="vim-syntax? ( app-vim/gtk-syntax )"
74
75 pkg_setup() {
76 if ! built_with_use x11-libs/cairo X; then
77 @@ -139,8 +140,8 @@
78 set_gtk2_confdir
79
80 if [ -d "${ROOT}${GTK2_CONFDIR}" ]; then
81 - gtk-query-immodules-2.0 > ${ROOT}${GTK2_CONFDIR}/gtk.immodules
82 - gdk-pixbuf-query-loaders > ${ROOT}${GTK2_CONFDIR}/gdk-pixbuf.loaders
83 + gtk-query-immodules-2.0 > "${ROOT}${GTK2_CONFDIR}/gtk.immodules"
84 + gdk-pixbuf-query-loaders > "${ROOT}${GTK2_CONFDIR}/gdk-pixbuf.loaders"
85 else
86 ewarn "The destination path ${ROOT}${GTK2_CONFDIR} doesn't exist;"
87 ewarn "to complete the installation of GTK+, please create the"
88 @@ -155,4 +156,7 @@
89 elog "to do that you can use qfile from portage-utils:"
90 elog "emerge -va1 \$(qfile -qC /usr/lib/gtk-2.0/2.[^1]*)"
91 fi
92 +
93 + elog "Please install app-text/evince for print preview functionality"
94 }
95 +
96
97
98
99 --
100 gentoo-commits@g.o mailing list