Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3963 - (show annotations) (download)
Sat Nov 14 13:36:47 2009 UTC (14 years, 6 months ago) by niro
File size: 943 byte(s)
auto added: ver bump to 4.3.3-r1
1 # $Id$
2
3 PNAME="kdeutils4"
4 PVER="4.3.3"
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/kdelibs4-experimental-${PVER}
15 >= kde-base/qimageblitz-0.0.4
16 >= app-arch/libarchive-2.7
17 >= app-crypt/gnupg-2
18 >= app-crypt/qca-2.0
19 >= dev-libs/gmp-4.3
20 >= dev-libs/libzip-0.9
21 >= dev-lang/python-2.6
22 >= net-misc/openssh-5.3
23 >= sys-libs/zlib-1.2"
24
25 sminclude kde4
26
27 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 kde4_configure \
34 $(cmake_with GMP) \
35 $(cmake_with LibArchive) \
36 $(cmake_with PythonLibs) \
37 $(cmake_with LibZip) \
38 $(cmake_with ZLIB) \
39 $(cmake_with QCA2) \
40 || die
41
42 mmake || die
43 }

Properties

Name Value
svn:keywords Id