Magellan Linux

Contents of /trunk/extras/pykde4/pykde4-4.8.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12351 - (show annotations) (download)
Wed May 16 22:05:04 2012 UTC (12 years, 1 month ago) by niro
File size: 646 byte(s)
-fixed PCAT
1 # $Id$
2
3 PNAME="pykde4"
4 PVER="4.8.3"
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.6
13 >= dev-python/pyqt4-4.9
14 >= dev-libs/soprano-2.7
15 >= dev-libs/shared-desktop-ontologies-0.9"
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'"