annotate net-im/psi-plus/psi-plus-1.4.574.ebuild @ 490:086a16570180

updated ebuild for vscodium
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 20 Oct 2019 02:51:30 +0200
parents 452cbe2f0c48
children bfa37ca24eec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
468
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 EAPI=5
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4 inherit eutils l10n multilib gnome2-utils
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 DESCRIPTION="Qt5 Jabber client, with Licq-like interface"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 HOMEPAGE="https://github.com/psi-plus/psi-plus-snapshots/"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8 SRC_URI="https://github.com/psi-plus/psi-plus-snapshots/archive/${PV}.tar.gz -> ${P}.tar.gz"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 S="${WORKDIR}/psi-plus-snapshots-${PV}"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12 LICENSE="GPL-2"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13 SLOT="0"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 KEYWORDS="~amd64 ~x86"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15 IUSE="autoreplyplugin crypt dbus debug doc jingle otrplugin spell ssl xscreensaver watcherplugin whiteboarding"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16 #RESTRICT="test"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
17
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18 RDEPEND="app-arch/unzip
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19 dev-qt/qtgui:5
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20 >=app-crypt/qca-2.1.3:2[qt5(+)]
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21 x11-libs/libX11
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
22 dbus? ( dev-qt/qtdbus:5 )
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
23 spell? ( >=app-text/enchant-1.3.0 )
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
24 xscreensaver? ( x11-libs/libXScrnSaver )
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
25 whiteboarding? ( dev-qt/qtsvg:5 )
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
26 || ( >=sys-libs/zlib-1.2.5.1-r2[minizip] <sys-libs/zlib-1.2.5.1-r1 )"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
27
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
28 DEPEND="${RDEPEND}
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
29 sys-devel/qconf
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
30 doc? ( app-doc/doxygen )"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
31
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
32 PDEPEND="crypt? ( app-crypt/qca:2[gpg] )
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
33 jingle? ( net-im/psimedia
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
34 app-crypt/qca:2[ssl] )
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
35 ssl? ( app-crypt/qca:2[ssl] )
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
36 otrplugin? ( net-libs/libotr app-text/htmltidy )"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
37
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
38 src_prepare() {
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
39 epatch_user
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
40 }
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
41
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
42 src_configure() {
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
43 # unable to use econf because of non-standard configure script
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
44 local confcmd="./configure
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
45 --qtselect=5
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
46 --prefix=/usr
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
47 --datadir=/usr/share
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
48 --libdir=/usr/lib64
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
49 --disable-growl
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
50 --with-qca-inc=/usr/include/QtCrypto
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
51 --with-qca-lib=/usr/lib64
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
52 $(use dbus || echo '--disable-qdbus')
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
53 $(use debug && echo '--debug')
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
54 $(use spell || echo '--disable-aspell')
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
55 $(use spell || echo '--disable-enchant')
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
56 $(use xscreensaver || echo '--disable-xss')
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
57 $(use whiteboarding && echo '--enable-whiteboarding')"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
58
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
59 echo ${confcmd}
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
60 ${confcmd} || die "configure failed"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
61 ## Makefile is not always created...
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
62 #[[ ! -f Makefile ]] && die "configure failed"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
63 }
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
64
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
65 src_compile() {
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
66 emake || die "emake failed"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
67
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
68 if use autoreplyplugin; then
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
69 cd src/plugins/generic/autoreplyplugin
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
70 qmake
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
71 make
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
72 cd ../../../..
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
73 fi
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
74
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
75 if use otrplugin; then
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
76 cd src/plugins/generic/otrplugin
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
77 qmake
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
78 make
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
79 cd ../../../..
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
80 fi
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
81
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
82 if use watcherplugin; then
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
83 cd src/plugins/generic/watcherplugin
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
84 qmake
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
85 make
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
86 cd ../../../..
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
87 fi
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
88 }
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
89
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
90 src_install() {
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
91 emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
92 dodoc README TODO
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
93
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
94 local plugindir="/usr/share/psi-plus/plugins"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
95 if use autoreplyplugin; then
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
96 cd src/plugins/generic/autoreplyplugin
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
97
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
98 strip --strip-unneeded libautoreplyplugin.so
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
99
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
100 dodir "${plugindir}"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
101 insinto "${plugindir}"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
102 doins libautoreplyplugin.so
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
103
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
104 cd ../../../..
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
105 fi
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
106
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
107 if use otrplugin; then
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
108 cd src/plugins/generic/otrplugin
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
109
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
110 strip --strip-unneeded libotrplugin.so
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
111
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
112 dodir "${plugindir}"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
113 insinto "${plugindir}"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
114 doins libotrplugin.so
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
115
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
116 cd ../../../..
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
117 fi
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
118
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
119 if use watcherplugin; then
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
120 cd src/plugins/generic/watcherplugin
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
121
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
122 strip --strip-unneeded libwatcherplugin.so
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
123
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
124 dodir "${plugindir}"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
125 insinto "${plugindir}"
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
126 doins libwatcherplugin.so
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
127
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
128 cd ../../../..
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
129 fi
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
130 }
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
131
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
132 pkg_preinst() {
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
133 gnome2_icon_savelist
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
134 }
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
135
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
136 pkg_postinst() {
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
137 gnome2_icon_cache_update
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
138 }
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
139
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
140 pkg_postrm() {
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
141 gnome2_icon_cache_update
452cbe2f0c48 update for the psi-plus ebuild
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
142 }