summaryrefslogtreecommitdiff
blob: f24dd4da91eb1ae2cc40f1ada5be085d7cc63672 (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.9.3_rc1-r1.ebuild,v 1.3 2005/01/04 20:32:14 humpback Exp $

inherit eutils

VER="0.9.3"
REV="-test1"
MY_PV="${VER}${REV}"
MY_P="${PN}-${MY_PV}"
LANGVER="${VER}_rc1"
HTTPMIRR="http://gentoo-pt.org/~humpback/psi"
EXTRAPATCH_VER=0.1
IUSE="kde ssl crypt vanilla"
#RESTRICT="nomirror"
QV="2.0"
DESCRIPTION="QT 3.x Jabber Client, with Licq-like interface"
HOMEPAGE="http://psi.affinix.com"
# translations from http://tanoshi.net/language.html
SRC_URI="http://people.ex.ac.uk/kismith/psi/${MY_P}.tar.bz2
		!vanilla?	( http://gentoo-pt.org/~humpback/${PN}-${VER}-gentoo-extras-${EXTRAPATCH_VER}.tar.bz2 )
		linguas_ar? ( ${HTTPMIRR}/psi_ar-${LANGVER}.tar.bz2 )
		linguas_ca? ( ${HTTPMIRR}/psi_ca-${LANGVER}.tar.bz2 )
		linguas_cs? ( ${HTTPMIRR}/psi_cs-${LANGVER}.tar.bz2 )
		linguas_da? ( ${HTTPMIRR}/psi_da-${LANGVER}.tar.bz2 )
		linguas_de? ( ${HTTPMIRR}/psi_de-${LANGVER}.tar.bz2 )
		linguas_ee? ( ${HTTPMIRR}/psi_ee-${LANGVER}.tar.bz2 )
		linguas_el? ( ${HTTPMIRR}/psi_el-${LANGVER}.tar.bz2 )
		linguas_en? ( ${HTTPMIRR}/psi_en-${LANGVER}.tar.bz2 )
		linguas_eo? ( ${HTTPMIRR}/psi_eo-${LANGVER}.tar.bz2 )
		linguas_es? ( ${HTTPMIRR}/psi_es-${LANGVER}.tar.bz2 )
		linguas_fi? ( ${HTTPMIRR}/psi_fi-${LANGVER}.tar.bz2 )
		linguas_fr? ( ${HTTPMIRR}/psi_fr-${LANGVER}.tar.bz2 )
		linguas_jp? ( ${HTTPMIRR}/psi_jp-${LANGVER}.tar.bz2 )
		linguas_mk? ( ${HTTPMIRR}/psi_mk-${LANGVER}.tar.bz2 )
		linguas_nl? ( ${HTTPMIRR}/psi_nl-${LANGVER}.tar.bz2 )
		linguas_pl? ( ${HTTPMIRR}/psi_pl-${LANGVER}.tar.bz2 )
		linguas_pt? ( ${HTTPMIRR}/psi_pt-${LANGVER}.tar.bz2 )
		linguas_ptBR? ( ${HTTPMIRR}/psi_pt_BR-${LANGVER}.tar.bz2 )
		linguas_ru? ( ${HTTPMIRR}/psi_ru-${LANGVER}.tar.bz2 )
		linguas_se? ( ${HTTPMIRR}/psi_se-${LANGVER}.tar.bz2 )
		linguas_sk? ( ${HTTPMIRR}/psi_sk-${LANGVER}.tar.bz2 )
		linguas_sr? ( ${HTTPMIRR}/psi_sr-${LANGVER}.tar.bz2 )
		linguas_sw? ( ${HTTPMIRR}/psi_sw-${LANGVER}.tar.bz2 )
		linguas_vi? ( ${HTTPMIRR}/psi_vi-${LANGVER}.tar.bz2 )
		linguas_zh? ( ${HTTPMIRR}/psi_zh-${LANGVER}.tar.bz2 )"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~hppa ~amd64 ~sparc"

#After final relase we do not need this
S="${WORKDIR}/${MY_P}"

DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c
	>=app-crypt/qca-1.0
	>=app-crypt/qca-tls-1.0 )
	crypt? ( >=app-crypt/gnupg-1.2.2 )
	>=x11-libs/qt-3"

PATCHBASE="${WORKDIR}"
PATCHDIR="${PATCHBASE}/${VER}"

src_unpack() {
		unpack ${A}
		if !(use vanilla);
			then
			ewarn "You are about to build a version of Psi with extra unsuported patches."
			ewarn "Patched psi versions will not be supported by the Gentoo devs or the psi"
			ewarn "development team."
			ewarn "If you do not want that please press Control-C now and add 'vanilla' to "
			ewarn "your USE flags."
			sleep 5
			cd ${S}
			# from http://www.cs.kuleuven.ac.be/~remko/psi/
			epatch ${PATCHDIR}/avatars_psi.diff
			epatch ${PATCHDIR}/jep8-avatars_psi.diff
			epatch ${PATCHDIR}/jep8-avatars_iris.diff
			epatch ${PATCHDIR}/rosteritems_psi.diff
			epatch ${PATCHDIR}/rosteritems_iris.diff
			epatch ${PATCHDIR}/menubar_psi.diff

			# from http://machekku.uaznia.net/jabber/psi/patches/
			epatch ${PATCHDIR}/psi-machekku-smart_reply_and_forward.diff
			epatch ${PATCHDIR}/psi-machekku-quote_emoticons.diff
			epatch ${PATCHDIR}/psi-machekku-keep_message_in_auto_away_status.diff
			epatch ${PATCHDIR}/psi-machekku-emoticons_advanced_toggle.diff

			# from ftp://ftp.patryk.one.pl/pub/psi/skazi/patches/
			epatch ${PATCHDIR}/psi-weather_agent_icons-add.diff
			epatch ${PATCHDIR}/psi-rich_contactview-0.7-add.diff
			epatch ${PATCHDIR}/psi-status_indicator++-add.diff
			epatch ${PATCHDIR}/psi-options_resize-fix.diff
			epatch ${PATCHDIR}/psi-settoggles-fix.diff
			epatch ${PATCHDIR}/psi-line_in_options-mod.diff
			epatch ${PATCHDIR}/psi-empty_group-fix.diff
			epatch ${PATCHDIR}/psi-gnome_toolwindow-mod.diff
			epatch ${PATCHDIR}/psi-no_online_status-mod.diff
			epatch ${PATCHDIR}/psi-status_history-add.diff
			epatch ${PATCHDIR}/psi-icon_buttons_big_return-mod.diff
			epatch ${PATCHDIR}/psi-nicechats-mod.diff
			epatch ${PATCHDIR}/psi-framechecks-mod.diff
			epatch ${PATCHDIR}/psi-thin_borders-mod.diff

			# indicator icon
			cp ${PATCHBASE}/psi-indicator.png ${S}/iconsets/roster/default/indicator.png
			# additional files
			cp ${PATCHBASE}/psi-richlistview.cpp ${S}/src/richlistview.cpp
			cp ${PATCHBASE}/psi-richlistview.h ${S}/src/richlistview.h
			cp ${PATCHBASE}/psi-roster-rich.README ${S}/README.rich-roster

			# from http://machekku.uaznia.net/jabber/psi/patches/
			epatch ${PATCHDIR}/psi-machekku-emoticons_advanced_toggle-add_richroster.diff

			# from ftp://ftp.patryk.one.pl/pub/psi/selfmade/patches/
			epatch ${PATCHDIR}/psi-group_openclose_single_click_not_only_arrow-mod.diff

			# from pld-linux.org
			epatch ${PATCHDIR}/psi-certs.patch
			epatch ${PATCHDIR}/psi-customos.patch
			epatch ${PATCHDIR}/psi-icondef.xml_status_indicator.patch

			# from http://mrulik.dyndns.info/psi/
			epatch ${PATCHDIR}/filetransfer.diff
			epatch ${PATCHDIR}/FT_port_already_bound.diff
			epatch ${PATCHDIR}/emergency_button.diff
			epatch ${PATCHDIR}/offline_statuses_in_roster.diff
			# emergency icon
			cp ${PATCHBASE}/psi-emergency.png ${S}/iconsets/system/default/emergency.png

			# from ftp://ftp.patryk.one.pl/pub/psi/patches/
			epatch ${PATCHDIR}/psi-psz-chatdlg_typed_msgs_history.diff
			epatch ${PATCHDIR}/psi-psz-global_hotkeys.diff

			# from http://kg.alternatywa.info/psi/patche/
			epatch ${PATCHDIR}/psi-status-timeout-kfix.diff
			epatch ${PATCHDIR}/psi-kg-spoof.diff
			epatch ${PATCHDIR}/psi-kg-individual_status_add.diff.no
			epatch ${PATCHDIR}/psi-kg-new-transports-icons.diff
			epatch ${PATCHDIR}/psi-kg-pl-specific-clients-avatars.diff
			epatch ${PATCHDIR}/psi-kg-says_mod.diff
			epatch ${PATCHDIR}/psi-psz-srv_lookup_enable-kfix.diff
			epatch ${PATCHDIR}/psi-subs_reason-recv.diff
			epatch ${PATCHDIR}/psi-subs_reason-send-kfix.diff
			epatch ${PATCHDIR}/psi-machekku-contact_icons_at_top-for_psi-psz.diff
			epatch ${PATCHDIR}/psi-machekku-linkify_fix.diff
			epatch ${PATCHDIR}/psi-apa-invite_reason2-add.diff
			epatch ${PATCHDIR}/psi-kg-hide-disabled-emottoolbutton.diff

			# from http://michalj.alternatywa.info/psi/patches/
			epatch ${PATCHDIR}/psi-emots-mod.diff

			# few more goodies :)
			epatch ${PATCHDIR}/psi-desktop.patch
			epatch ${PATCHDIR}/psi-richroster-status_default_on.patch
			epatch ${PATCHDIR}/psi-richroster-status_gui_on_off.patch
			epatch ${PATCHDIR}/psi-gentoo-version.patch
			epatch ${PATCHDIR}/psi-reverse_trayicon.patch
		fi
}


src_compile() {
	use kde || myconf="${myconf} --disable-kde"
	./configure --prefix=/usr $myconf || die "Configure failed"
	# for CXXFLAGS from make.conf
	qmake psi.pro \
		QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}" \
		QMAKE_RPATH= \
		|| die "Qmake failed"

	addwrite "$HOME/.qt"
	addwrite "$QTDIR/etc/settings"
	emake || die "Make failed"
	einfo "Building language packs"
	cd ${WORKDIR}/langs
	for i in `ls -c1 | grep "\.ts$"`; do
		lrelease $i
	done;

}

src_install() {
	dodoc README TODO
	make INSTALL_ROOT="${D}" install
	#this away the docs will also be installed in the standard gentoo dir
	for i in roster system emoticons; do
		newdoc ${S}/iconsets/${i}/README README.${i}
	done;
	#Install language packs
	cp ${WORKDIR}/langs/psi_*.qm ${D}/usr/share/psi/
	newdoc certs/README README.certs
}