Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3931 - (show annotations) (download)
Sat Nov 14 10:26:15 2009 UTC (14 years, 5 months ago) by niro
File size: 3380 byte(s)
auto added: ver bump to 4.3.3-r1
1 # $Id$
2
3 PNAME="kdenetwork4"
4 PVER="4.3.3"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="KDE network applications."
11
12 # kget deps:
13 # torrent support needs qca & gmp
14 #
15 # kopete plugins with deps
16 # latex: latex as runtime depend
17 # statistics: sqlite-3
18 # webpresence: libxml2, libxslt
19 #
20 # kopete protocols with deps
21 # gadu: openssl
22 # groupwise: qca-2
23 # irc: NO DEPS, probably will fail so inform user about it
24 # jabber: libidn, qca-2
25 # jingle: speex, ortp
26 # meanwhile: meanwhile
27 # msn: libmsn == this is wlm plugin, we disable msn one
28 # telepathy: net-libs/decibel
29 #
30 # disabled kopete protocols
31 # telepathy: decibel
32 # irc: NO DEPS
33 #
34 # krdc deps
35 # krdc: jpeg, libvncserver, rdesktop
36 #
37 # krfb deps:
38 # krfb: libvncserver, openslp, libXdamage
39 #
40 DEPEND="== kde-base/kdebase4-${PVER}
41 >= kde-base/qimageblitz-0.0.4
42 >= app-crypt/qca-2
43 >= app-crypt/qca-ossl-2
44 >= dev-db/sqlite-3.6
45 >= dev-libs/gmp-4.3.1
46 >= dev-libs/libpcre-8.0
47 >= dev-libs/libxml2-2.7
48 >= dev-libs/libxslt-1.1.26
49 >= dev-libs/openssl-0.9.8
50 >= dev-libs/soprano-2.3.1
51 >= dev-perl/io-socket-ssl-1.31
52 >= media-libs/libjpeg-7
53 >= media-libs/speex-1.2_rc1
54 >= net-dialup/ppp-2.4.4
55 >= net-dns/libidn-1.15
56 >= net-dns/avahi-qt4-0.6.25
57 >= net-misc/rdesktop-1.6
58 >= net-libs/libmsn-4.0
59 >= net-libs/libotr-3.2.0
60 >= net-libs/libvncserver-0.9.7
61 >= net-libs/meanwhile-1.0.2
62 >= net-libs/openslp-1.2
63 >= net-libs/ortp-0.16.1
64 >= x11-libs/libXdamage-1
65 >= x11-libs/libXScrnSaver-1"
66
67 SDEPEND=">= x11-proto/scrnsaverproto-1
68 >= sys-apps/sed-4"
69
70 sminclude kde4
71
72 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
73
74 src_compile()
75 {
76 cd ${SRCDIR}
77
78 local configure_common
79 local configure_libs
80 local configure_features
81
82 # common opts
83 configure_common="$(cmake_build kppp) \
84 $(cmake_enable EMBEDDED_TORRENT_SUPPORT) \
85 $(cmake_with plasma) \
86 $(cmake_with Nepomuk) \
87 $(cmake_with Soprano)"
88
89 # libs progs
90 configure_libs="$(cmake_with Avahi) \
91 $(cmake_with DNSSD) \
92 $(cmake_with GMP) \
93 $(cmake_with IDN) \
94 $(cmake_with JPEG) \
95 $(cmake_with LibMeanwhile) \
96 $(cmake_with LibOTR) \
97 $(cmake_with Libmsn) \
98 $(cmake_with LibXml2) \
99 $(cmake_with LibXslt) \
100 $(cmake_with LibVNCServer) \
101 $(cmake_with OpenSSL) \
102 $(cmake_with QCA2) \
103 $(cmake_with Sqlite) \
104 $(cmake_with SLP) \
105 $(cmake_without Xmms)"
106
107 # protocol and other features
108 configure_features="$(cmake_with addbookmarks) \
109 $(cmake_with alias) \
110 $(cmake_with autoreplace) \
111 $(cmake_with bonjour) \
112 $(cmake_with contactnotes) \
113 $(cmake_with gadu) \
114 $(cmake_with groupwise) \
115 $(cmake_with highlight) \
116 $(cmake_with history) \
117 $(cmake_with jabber) \
118 $(cmake_with latex) \
119 $(cmake_with meanwhile) \
120 $(cmake_with nowlistening) \
121 $(cmake_with oscar) \
122 $(cmake_with otr) \
123 $(cmake_with privacy) \
124 $(cmake_with pipes) \
125 $(cmake_with qq) \
126 $(cmake_with sms) \
127 $(cmake_with statistics) \
128 $(cmake_with testbed) \
129 $(cmake_with texteffect) \
130 $(cmake_with translator) \
131 $(cmake_with urlpicpreview) \
132 $(cmake_with webpresence) \
133 $(cmake_with winpopup) \
134 $(cmake_with wlm) \
135 $(cmake_with yahoo) \
136 $(cmake_without irc) \
137 $(cmake_without msn) \
138 $(cmake_without telepathy)"
139
140 kde4_configure ${configure_common} ${configure_libs} ${configure_features} || die
141 mmake || die
142 }

Properties

Name Value
svn:keywords Id