Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19088 - (show annotations) (download)
Tue Aug 27 13:18:51 2013 UTC (11 years ago) by niro
File size: 530 byte(s)
auto added: ver bump to 4.11.0-r1
1 # $Id$
2
3 PNAME="lokalize"
4 PVER="4.11.0"
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-libs/soprano-2.9
13 == dev-python/pykde4-${PVER}
14 >= x11-libs/qt4-sql-4.8"
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 $(cmake_with HUNSPELL) || die
25 mmake || die
26 }