Magellan Linux

Contents of /trunk/extras/krdc/krdc-4.11.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19074 - (show annotations) (download)
Tue Aug 27 12:42:51 2013 UTC (10 years, 9 months ago) by niro
File size: 564 byte(s)
auto added: ver bump to 4.11.0-r1
1 # $Id$
2
3 PNAME="krdc"
4 PVER="4.11.0"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 client for Desktop Sharing."
8
9 # todo: telepathy support
10 DEPEND="== kde-base/kdelibs-${PVER}
11 == kde-base/kdebase-runtime-${PVER}
12 == kde-base/keditbookmarks-${PVER}
13 >= net-libs/libvncserver-0.9
14 >= net-misc/freerdp-1"
15
16 sminclude kde4
17
18 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 kde4_configure \
25 $(cmake_with LibVNCServer) \
26 $(cmake_without TelepathyQt4) \
27 || die
28
29 mmake || die
30 }