Magellan Linux

Contents of /branches/R11-unstable/extras/kdevplatform/kdevplatform-1.7.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25404 - (show annotations) (download)
Tue Nov 25 03:36:04 2014 UTC (9 years, 5 months ago) by niro
File size: 661 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="kdevplatform"
4 PVER="1.7.1"
5 PBUILD="r1"
6
7 DESCRIPTION="Development Platform for C/C++ and KDE4."
8
9 DEPEND=">= kde-base/kdelibs-4.14
10 >= kde-base/kompare-4.14
11 >= dev-libs/grantlee-0.5
12 >= dev-libs/qjson-0.8
13 >= dev-util/subversion-1.8"
14
15 SDEPEND=">= dev-libs/boost-1.56"
16
17 # use xz
18 SRCFILE="${PNAME}-${PVER}.tar.xz"
19
20 sminclude kde4
21
22 kde4_add_nepomuk_depend "DEPEND" ">= dev-libs/soprano-2.9"
23
24 # unusual uri-scheme
25 SRC_URI=(
26 kde://kdevelop/4.${PVER#*.}/src/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd -listonly http://download.kde.org/stable/kdevelop | grep 'kdevelop/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p' | sed 's:4\.:1\.:'"