Magellan Linux

Contents of /trunk/extras/kdeutils4/kdeutils4-4.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2011 - (show annotations) (download)
Thu Jun 11 18:35:05 2009 UTC (14 years, 11 months ago) by niro
File size: 969 byte(s)
auto added: ver bump to 4.2.4-r1
1 # $Id$
2
3 PNAME="kdeutils4"
4 PVER="4.2.4"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="Useful KDE utils including: kcalc, kcharselect, kdepasswd, kedit, kfind, khexedit, klpq, knotes, ktimer, ark, superkaramba and many more."
11
12 DEPEND=">= kde-base/kdebase4-runtime-${PVER}
13 >= kde-base/kdepimlibs4-${PVER}
14 >= kde-base/qimageblitz-0.0.4
15 >= app-arch/libarchive
16 >= app-crypt/gnupg-2
17 >= dev-libs/gmp-4
18 >= dev-libs/libzip-0.8
19 >= dev-lang/python-2.6
20 >= net-misc/openssh-4.7
21 >= x11-libs/libX11-1
22 >= x11-libs/libXtst-1
23 >= x11-libs/libXScrnSaver-1"
24
25 SDEPEND=">= virtual/kernel-headers
26 >= x11-proto/xproto-1"
27
28 sminclude kde4
29
30 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 kde4_configure \
37 $(cmake_with Xmms) \
38 $(cmake_without LibArchive) \
39 $(cmake_without TPCTL) \
40 $(cmake_with PythonLibs) \
41 $(cmake_with LibZip) \
42 || die
43
44 mmake || die
45 }

Properties

Name Value
svn:keywords Id