Magellan Linux

Annotation of /trunk/todo/lokalize/lokalize-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27901 - (hide annotations) (download)
Wed Apr 6 11:05:20 2016 UTC (8 years, 2 months ago) by niro
File size: 443 byte(s)
-moved to 'todo'
1 niro 26702 # $Id$
2    
3     PNAME="lokalize"
4     PVER="4.14.3"
5     PBUILD="r2"
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     }