Magellan Linux

Contents of /trunk/extras/kdenetwork4/kdenetwork4-4.1.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1836 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/kdenetwork4/kdenetwork4-4.1.0-r1.smage2,v 1.1 2008/07/30 15:43:05 niro Exp $
2
3 PNAME="kdenetwork4"
4 PVER="4.1.0"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="KDE network applications."
11
12 DEPEND=">= kde-base/kdebase4-${PVER}
13 >= kde-base/qimageblitz-0.0.4
14 >= dev-db/sqlite-3.5
15 >= dev-libs/libpcre-7.6
16 >= dev-libs/libxml2-2.6.31
17 >= dev-libs/libxslt-1.1.22
18 >= dev-libs/openssl-0.9.8
19 >= dev-perl/io-socket-ssl-1.07
20 >= media-libs/libjpeg-6b
21 >= net-dialup/ppp-2.4.4
22 >= net-dns/libidn-1.4
23 >= net-libs/libvncserver-0.9.1
24 >= net-misc/mdnsresponder-108
25 >= x11-libs/libXScrnSaver-1"
26
27 SDEPEND=">= x11-proto/scrnsaverproto-1
28 >= sys-apps/sed-4"
29
30 sminclude kde4
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 # translated category fields cause protocols not appearing
37 sed -i '/X-KDE-PluginInfo-Category\[.*/d' kopete/protocols/*/kopete_*.desktop || die
38
39 kde4_configure \
40 $(cmake_without telepathy) \
41 $(cmake_without Avahi) \
42 $(cmake_with DNSSD) \
43 $(cmake_with addbookmarks) \
44 $(cmake_with alias) \
45 $(cmake_with autoreplace) \
46 $(cmake_with contactnotes) \
47 $(cmake_with OPENSSL) \
48 $(cmake_with groupwise) \
49 $(cmake_with highlight) \
50 $(cmake_with history) \
51 $(cmake_with IDN) \
52 $(cmake_with JPEG) \
53 $(cmake_with latex) \
54 $(cmake_with msn) \
55 $(cmake_with Plasma) \
56 $(cmake_with nowlistening) \
57 $(cmake_with oscar) \
58 $(cmake_build kppp) \
59 $(cmake_with privacy) \
60 $(cmake_with qq) \
61 $(cmake_with sms) \
62 $(cmake_with Sqlite) \
63 $(cmake_with statistics) \
64 $(cmake_with testbed) \
65 $(cmake_with texteffect) \
66 $(cmake_with translator) \
67 $(cmake_with urlpicpreview) \
68 $(cmake_with LibVNCServer) \
69 $(cmake_with LibXml2) \
70 $(cmake_with LibXslt) \
71 $(cmake_with webpresence) \
72 $(cmake_with winpopup) \
73 $(cmake_with yahoo) \
74 || die
75
76 mmake || die
77 }

Properties

Name Value
svn:keywords Id