Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2018 - (hide annotations) (download)
Thu Jun 11 18:58:46 2009 UTC (15 years ago) by niro
File size: 855 byte(s)
auto added: ver bump to 4.2.4-r1
1 niro 2011 # $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 niro 2018 >= app-arch/libarchive-2.7
16 niro 2011 >= app-crypt/gnupg-2
17 niro 2018 >= dev-libs/gmp-4.3
18     >= dev-libs/libzip-0.9
19 niro 2011 >= dev-lang/python-2.6
20 niro 2018 >= net-misc/openssh-5.2
21     >= sys-libs/zlib-1.2"
22 niro 2011
23     sminclude kde4
24    
25     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     kde4_configure \
32 niro 2018 $(cmake_with GMP) \
33     $(cmake_with LibArchive) \
34 niro 2011 $(cmake_with PythonLibs) \
35     $(cmake_with LibZip) \
36 niro 2018 $(cmake_with ZLIB) \
37 niro 2011 || die
38    
39     mmake || die
40     }

Properties

Name Value
svn:keywords Id