Magellan Linux

Contents of /branches/magellan-next/extras/kdeutils4/kdeutils4-4.6.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8611 - (show annotations) (download)
Mon Jul 25 10:44:26 2011 UTC (13 years, 2 months ago) by niro
File size: 2316 byte(s)
-fixed a typo
1 # $Id$
2
3 PNAME="kdeutils4"
4 PVER="4.6.5"
5 PBUILD="r1"
6
7 SDEPEND="== kde-base/kdebase4-runtime-${PVER}
8 == kde-base/kdepimlibs4-${PVER}
9 == kde-base/kdebindings4-python-${PVER}
10 >= kde-base/qimageblitz-0.0.6
11 >= app-arch/libarchive-2.8
12 >= app-arch/zip-3
13 >= app-arch/unzip-6
14 >= app-arch/rar-4
15 >= app-arch/unrar-3.9
16 >= app-crypt/gnupg-2
17 >= app-crypt/qca-2.0
18 >= dev-libs/gmp-5
19 >= dev-libs/libzip-0.10
20 >= dev-lang/python-2.7
21 >= sys-libs/zlib-1.2"
22
23 SPLIT_PACKAGES="${PNAME}-ark
24 ${PNAME}-filelight
25 ${PNAME}-kcalc
26 ${PNAME}-kcharselect
27 ${PNAME}-kdf
28 ${PNAME}-kfloppy
29 ${PNAME}-kgpg
30 ${PNAME}-kremotecontrol
31 ${PNAME}-ktimer
32 ${PNAME}-kwallet
33 ${PNAME}-okteta
34 ${PNAME}-superkaramba
35 ${PNAME}-sweeper"
36
37 sminclude kde4-split
38
39 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
40
41 split_info_kdeutils4-ark()
42 {
43 DESCRIPTION="KDE4 archiving tool."
44 DEPEND="== kde-base/kdebase4-runtime-${PVER}
45 == kde-base/kdebase4-lib-${PVER}
46 >= app-arch/libarchive-2.8
47 >= dev-libs/libzip-0.10
48 >= sys-libs/zlib-1.2
49 >= app-arch/zip-4
50 >= app-arch/unzip-6
51 >= app-arch/rar-3.9
52 >= app-arch/unrar-3.9"
53 }
54
55 split_info_kdeutils4-filelight()
56 {
57 DESCRIPTION="KDE4 disk usage tool."
58 DEPEND="== kde-base/kdebase4-runtime-${PVER}
59 == kde-base/kdebase4-lib-${PVER}
60 >= kde-base/qimageblitz-0.0.6"
61 }
62
63 split_info_kdeutils4-kcalc()
64 {
65 DESCRIPTION="KDE4 calculator."
66 DEPEND="== kde-base/kdebase4-runtime-${PVER}
67 >= dev-libs/gmp-5"
68 }
69
70 split_info_kdeutils4-kgpg()
71 {
72 DESCRIPTION="KDE4 GnuPG frontend."
73 DEPEND="== kde-base/kdebase4-runtime-${PVER}
74 == kde-base/kdepimlibs4-${PVER}
75 >= app-crypt/gnupg-2"
76 }
77
78 split_info_kdeutils4-okteta()
79 {
80 DESCRIPTION="KDE4 hex editor."
81 DEPEND="== kde-base/kdelibs4-${PVER}
82 == kde-base/kdebase4-runtime-${PVER}
83 >= app-crypt/qca-2.0"
84 }
85
86 split_info_kdeutils4-superkaramba()
87 {
88 DESCRIPTION="KDE4 engine for cool desktop eyecandy."
89 DEPEND="== kde-base/kdebase4-runtime-${PVER}
90 == kde-base/kdelibs4-${PVER}
91 == kde-base/kdebindings4-python-${PVER}
92 >= kde-base/qimageblitz-0.0.6
93 >= dev-lang/python-2.7"
94 }
95
96 src_compile()
97 {
98 cd ${SRCDIR}
99
100 kde4_configure \
101 $(cmake_with GMP) \
102 $(cmake_with LibArchive) \
103 $(cmake_with PythonLibs) \
104 $(cmake_with LibZip) \
105 $(cmake_with ZLIB) \
106 $(cmake_with QCA2) \
107 || die
108
109 mmake || die
110 }