Magellan Linux

Annotation of /trunk/extras/kdenetwork4/kdenetwork4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1957 - (hide annotations) (download)
Wed Jun 10 19:09:19 2009 UTC (14 years, 11 months ago) by niro
File size: 1847 byte(s)
auto added: ver bump to 4.2.4-r1
1 niro 1957 # $Id$
2    
3     PNAME="kdenetwork4"
4     PVER="4.2.4"
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.6
15     >= dev-libs/libpcre-7.9
16     >= dev-libs/libxml2-2.7
17     >= dev-libs/libxslt-1.1.24
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.14
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     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
33    
34     src_compile()
35     {
36     cd ${SRCDIR}
37    
38     # translated category fields cause protocols not appearing
39     sed -i '/X-KDE-PluginInfo-Category\[.*/d' kopete/protocols/*/kopete_*.desktop || die
40    
41     kde4_configure \
42     $(cmake_without telepathy) \
43     $(cmake_without Avahi) \
44     $(cmake_with DNSSD) \
45     $(cmake_with addbookmarks) \
46     $(cmake_with alias) \
47     $(cmake_with autoreplace) \
48     $(cmake_with contactnotes) \
49     $(cmake_with OPENSSL) \
50     $(cmake_with groupwise) \
51     $(cmake_with highlight) \
52     $(cmake_with history) \
53     $(cmake_with IDN) \
54     $(cmake_with JPEG) \
55     $(cmake_with latex) \
56     $(cmake_with msn) \
57     $(cmake_with Plasma) \
58     $(cmake_with nowlistening) \
59     $(cmake_with oscar) \
60     $(cmake_build kppp) \
61     $(cmake_with privacy) \
62     $(cmake_with qq) \
63     $(cmake_with sms) \
64     $(cmake_with Sqlite) \
65     $(cmake_with statistics) \
66     $(cmake_with testbed) \
67     $(cmake_with texteffect) \
68     $(cmake_with translator) \
69     $(cmake_with urlpicpreview) \
70     $(cmake_with LibVNCServer) \
71     $(cmake_with LibXml2) \
72     $(cmake_with LibXslt) \
73     $(cmake_with webpresence) \
74     $(cmake_with winpopup) \
75     $(cmake_with yahoo) \
76     || die
77    
78     mmake || die
79     }

Properties

Name Value
svn:keywords Id