Magellan Linux

Contents of /branches/R11-stable/extras/pykde4/pykde4-4.10.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18921 - (show annotations) (download)
Wed Aug 14 13:14:19 2013 UTC (10 years, 9 months ago) by niro
File size: 648 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="pykde4"
4 PVER="4.10.5"
5 PBUILD="r1"
6
7 PCAT="dev-python"
8 DESCRIPTION="KDE4 Kross scripting framework: Python interpreter."
9
10 DEPEND="== kde-base/kdepim-runtime-${PVER}
11 >= dev-lang/python-2.7
12 >= dev-python/qscintilla-qt4-2.7
13 >= dev-python/pyqt4-4.9
14 >= dev-libs/soprano-2.9
15 >= dev-libs/shared-desktop-ontologies-0.11"
16
17 # keep the '4' in the pname
18 SRCFILE="${PNAME}-${PVER}.tar.xz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 # pull in kde4 as last to get kde's {pre,post}install {pre,post}remove
22 sminclude python kde4
23
24 UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"