Magellan Linux

Annotation of /branches/R11-stable/extras/pykde4/pykde4-4.9.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16333 - (hide annotations) (download)
Wed Jan 30 17:58:49 2013 UTC (11 years, 4 months ago) by niro
File size: 647 byte(s)
-release branches/R11-stable
1 niro 15960 # $Id$
2    
3     PNAME="pykde4"
4     PVER="4.9.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.10"
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'"