Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19075 - (show annotations) (download)
Tue Aug 27 12:44:24 2013 UTC (10 years, 9 months ago) by niro
File size: 638 byte(s)
auto added: ver bump to 4.11.0-r1
1 # $Id$
2
3 PNAME="krfb"
4 PVER="4.11.0"
5 PBUILD="r1"
6
7 DESCRIPTION="KDE4 Desktop Sharing server via VNC."
8
9 # todo: telepathy support
10 DEPEND="== kde-base/kdelibs-${PVER}
11 == kde-base/kdebase-runtime-${PVER}
12 >= net-libs/libvncserver-0.9
13 >= media-libs/libjpeg-8
14 >= sys-libs/zlib-1.2
15 >= x11-libs/libXdamage-1"
16
17 SDEPEND=">= x11-proto/scrnsaverproto-1"
18
19 sminclude kde4
20
21 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
22
23 src_compile()
24 {
25 cd ${SRCDIR}
26
27 kde4_configure \
28 $(cmake_with JPEG) \
29 $(cmake_with ZLIB) \
30 $(cmake_without TelepathyQt4) \
31 || die
32
33 mmake || die
34 }