Magellan Linux

Contents of /trunk/extras/krfb/krfb-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26662 - (show annotations) (download)
Thu Jul 9 14:01:41 2015 UTC (8 years, 10 months ago) by niro
File size: 487 byte(s)
auto added: ver bump to 4.14.3-r2
1 # $Id$
2
3 PNAME="krfb"
4 PVER="4.14.3"
5 PBUILD="r2"
6
7 DESCRIPTION="KDE4 Desktop Sharing server via VNC."
8
9 # todo: telepathy support
10 DEPEND="== kde-base/kdebase-runtime-${PVER}
11 >= net-libs/libvncserver-0.9
12 >= media-libs/libjpeg-8
13 >= sys-libs/zlib-1.2
14 >= x11-libs/libXdamage-1"
15
16 SDEPEND=">= x11-proto/scrnsaverproto-1"
17
18 sminclude kde4
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 kde4_configure \
25 $(cmake_with JPEG) \
26 $(cmake_with ZLIB) \
27 $(cmake_without TelepathyQt4) \
28 || die
29
30 mmake || die
31 }