Magellan Linux

Annotation of /branches/R11-stable/extras/lokalize/lokalize-4.14.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23956 - (hide annotations) (download)
Fri Feb 13 12:57:36 2015 UTC (9 years, 3 months ago) by niro
Original Path: trunk/extras/lokalize/lokalize-4.14.3-r1.smage2
File size: 443 byte(s)
auto added: ver bump to 4.14.3-r1
1 niro 23956 # $Id$
2    
3     PNAME="lokalize"
4     PVER="4.14.3"
5     PBUILD="r1"
6    
7     DESCRIPTION="Computer-Aided Translation System."
8    
9     DEPEND="== kde-base/kdebase-runtime-${PVER}
10     == kde-base/kdesdk-strigi-analyzers-${PVER}
11     >= app-text/hunspell-1.3
12     == dev-python/pykde4-${PVER}
13     >= x11-libs/qt4-sql-4.8"
14    
15     sminclude kde4
16    
17     kde4_add_nepomuk_depend "DEPEND" ">= dev-libs/soprano-2.9"
18    
19     src_compile()
20     {
21     cd ${SRCDIR}
22    
23     kde4_configure $(cmake_with HUNSPELL) || die
24     mmake || die
25     }