blob: 6078b2f122471f56df5575b619bf758ff82f7dbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.10 2010/11/30 19:24:56 pva Exp $
EAPI="2"
LANGS="ar be bg br ca cs da de ee el eo es et fi fr hr hu it ja mk nl pl pt pt_BR ru se sk sl sr sr@latin sv sw uk ur_PK vi zh_CN zh_TW"
EGIT_REPO_URI="git://git.psi-im.org/psi.git"
EGIT_HAS_SUBMODULES=1
LANGS_URI="git://pv.et-inf.fho-emden.de/git/psi-l10n"
ESVN_DISABLE_DEPENDENCIES="true"
ESVN_REPO_URI="http://psi-dev.googlecode.com/svn/trunk/patches"
ESVN_PROJECT="psiplus"
inherit eutils qt4-r2 multilib git subversion
DESCRIPTION="Qt4 Jabber client, with Licq-like interface"
HOMEPAGE="http://psi-im.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="crypt dbus debug doc enchant extras jingle iconsets spell ssl xscreensaver powersave
plugins -whiteboarding webkit"
RDEPEND="
>=x11-libs/qt-gui-4.4:4[qt3support,dbus?]
>=x11-libs/qt-qt3support-4.4:4
>=app-crypt/qca-2.0.2:2
whiteboarding? ( x11-libs/qt-svg:4 )
spell? (
enchant? ( >=app-text/enchant-1.3.0 )
!enchant? ( app-text/aspell )
)
xscreensaver? ( x11-libs/libXScrnSaver )
extras? ( webkit? ( x11-libs/qt-webkit ) )
app-arch/unzip
"
DEPEND="${RDEPEND}
extras? (
${SUBVERSION_DEPEND}
sys-devel/qconf
)
doc? ( app-doc/doxygen )
dev-util/pkgconfig
"
PDEPEND="
crypt? ( app-crypt/qca-gnupg:2 )
jingle? (
net-im/psimedia
app-crypt/qca-ossl:2
)
ssl? ( app-crypt/qca-ossl:2 )
"
RESTRICT="test"
pkg_setup() {
for x in iconsets plugins powersave webkit whiteboarding; do
use ${x} && use !extras && \
ewarn "USE=${x} is only available in Psi+ and requires USE=extras, ${x} will be disabled."
done
if use extras; then
echo
ewarn "You're about to build heavily patched version of Psi called Psi+."
ewarn "It has really nice features but still is under heavy development."
ewarn "Take a look at homepage for more info: http://code.google.com/p/psi-dev"
ewarn "If you wish to disable some patches just put"
ewarn "MY_EPATCH_EXCLUDE=\"list of patches\""
ewarn "into /etc/portage/env/${CATEGORY}/${PN} file."
echo
ewarn "Note: some patches depend on other. So if you disabled some patch"
ewarn "and other started to fail to apply, you'll have to disable patches"
ewarn "that fail too."
if use iconsets; then
echo
ewarn "Some artwork is from open source projects, but some is provided 'as-is'"
ewarn "and has not clear licensing."
ewarn "Possibly this build is not redistributable in some countries."
fi
fi
}
src_unpack() {
git_src_unpack
# fetch translations
mkdir "${WORKDIR}/psi-l10n"
for x in ${LANGS}; do
if use linguas_${x}; then
if use extras && [ "${x}" = "ru" ]; then
EGIT_REPO_URI="git://mva.name/psi-l10n-${x}"
EGIT_PROJECT="psiplus-l10n/${x}"
else
EGIT_REPO_URI="${LANGS_URI}-${x}"
EGIT_PROJECT="psi-l10n/${x}"
fi
S="${WORKDIR}/psi-l10n/${x}" git_fetch
fi
done
if use extras; then
S="${WORKDIR}/patches" subversion_fetch
if use iconsets; then
subversion_fetch "${ESVN_REPO_URI%patches}iconsets" "iconsets"
else
for x in activities affiliations clients moods roster system; do
ESVN_PROJECT="psiplus/${x}" \
subversion_fetch "${ESVN_REPO_URI%patches}iconsets/${x}/default" "iconsets/${x}/default"
done
fi
fi
}
src_prepare() {
if use extras; then
EPATCH_EXCLUDE="${MY_EPATCH_EXCLUDE}
" \
EPATCH_SOURCE="${WORKDIR}/patches/" EPATCH_SUFFIX="diff" EPATCH_FORCE="yes" epatch
use powersave && epatch "${WORKDIR}/patches/dev/psi-reduce-power-consumption.patch"
if use whiteboarding; then
sed -e 's/#CONFIG += whiteboarding/CONFIG += whiteboarding/' \
-i src/src.pro || die "sed failed"
epatch "${WORKDIR}/patches/dev/psi-wb.patch"
ewarn "Whiteboarding is very unstable."
fi
subversion_wc_info
sed -e "s/.xxx/.${ESVN_WC_REVISION}/" \
-i src/applicationinfo.cpp || die "sed failed"
qconf || die "Failed to create ./configure."
fi
rm -rf third-party/qca # We use system libraries. Remove after patching, some patches may affect qca.
}
src_configure() {
# unable to use econf because of non-standard configure script
# disable growl as it is a MacOS X extension only
local myconf="
--prefix=/usr
--qtdir=/usr
--disable-bundled-qca
--disable-growl
--no-separate-debug-info
"
use dbus || myconf+=" --disable-qdbus"
use debug && myconf+=" --debug"
if use spell; then
if use enchant; then
myconf+=" --disable-aspell"
else
myconf+=" --disable-enchant"
fi
else
myconf+=" --disable-aspell --disable-enchant"
fi
use xscreensaver || myconf+=" --disable-xss"
if use extras; then
use plugins && myconf+=" --enable-plugins"
use webkit && myconf+=" --enable-webkit"
fi
einfo "./configure ${myconf}"
./configure ${myconf} || die "configure failed"
eqmake4
}
src_compile() {
emake || die "emake failed"
if use doc; then
cd doc
mkdir -p api # 259632
make api_public || die "make api_public failed"
fi
}
src_install() {
emake INSTALL_ROOT="${D}" install || die "emake install failed"
# this way the docs will be installed in the standard gentoo dir
rm -f "${D}"/usr/share/psi/{COPYING,README}
newdoc iconsets/roster/README README.roster || die
newdoc iconsets/system/README README.system || die
newdoc certs/README README.certs || die
dodoc README || die
if use extras && use plugins; then
insinto /usr/share/psi/plugins
doins src/plugins/plugins.pri || die
doins src/plugins/psiplugin.pri || die
doins -r src/plugins/include || die
dosed "s:target.path.*:target.path = /usr/$(get_libdir)/psi/plugins:" \
/usr/share/psi/plugins/psiplugin.pri \
|| die "sed failed"
fi
if use doc; then
dohtml -r doc/api || die "dohtml failed"
fi
# install translations
cd "${WORKDIR}/psi-l10n"
insinto /usr/share/${PN}
for x in ${LANGS}; do
if use linguas_${x}; then
lrelease "${x}/${PN}_${x}.ts" || die "lrelease ${x} failed"
doins "${x}/${PN}_${x}.qm" || die
newins "${x}/INFO" "${PN}_${x}.INFO"
fi
done
}
|