Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8612 - (show annotations) (download)
Mon Jul 25 10:51:20 2011 UTC (12 years, 10 months ago) by niro
File size: 2131 byte(s)
-okteta moved to kdesdk upstream
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}-superkaramba
34 ${PNAME}-sweeper"
35
36 sminclude kde4-split
37
38 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
39
40 split_info_kdeutils4-ark()
41 {
42 DESCRIPTION="KDE4 archiving tool."
43 DEPEND="== kde-base/kdebase4-runtime-${PVER}
44 == kde-base/kdebase4-lib-${PVER}
45 >= app-arch/libarchive-2.8
46 >= dev-libs/libzip-0.10
47 >= sys-libs/zlib-1.2
48 >= app-arch/zip-4
49 >= app-arch/unzip-6
50 >= app-arch/rar-3.9
51 >= app-arch/unrar-3.9"
52 }
53
54 split_info_kdeutils4-filelight()
55 {
56 DESCRIPTION="KDE4 disk usage tool."
57 DEPEND="== kde-base/kdebase4-runtime-${PVER}
58 == kde-base/kdebase4-lib-${PVER}
59 >= kde-base/qimageblitz-0.0.6"
60 }
61
62 split_info_kdeutils4-kcalc()
63 {
64 DESCRIPTION="KDE4 calculator."
65 DEPEND="== kde-base/kdebase4-runtime-${PVER}
66 >= dev-libs/gmp-5"
67 }
68
69 split_info_kdeutils4-kgpg()
70 {
71 DESCRIPTION="KDE4 GnuPG frontend."
72 DEPEND="== kde-base/kdebase4-runtime-${PVER}
73 == kde-base/kdepimlibs4-${PVER}
74 >= app-crypt/gnupg-2"
75 }
76
77 split_info_kdeutils4-superkaramba()
78 {
79 DESCRIPTION="KDE4 engine for cool desktop eyecandy."
80 DEPEND="== kde-base/kdebase4-runtime-${PVER}
81 == kde-base/kdelibs4-${PVER}
82 == kde-base/kdebindings4-python-${PVER}
83 >= kde-base/qimageblitz-0.0.6
84 >= dev-lang/python-2.7"
85 }
86
87 src_compile()
88 {
89 cd ${SRCDIR}
90
91 kde4_configure \
92 $(cmake_with GMP) \
93 $(cmake_with LibArchive) \
94 $(cmake_with PythonLibs) \
95 $(cmake_with LibZip) \
96 $(cmake_with ZLIB) \
97 $(cmake_with QCA2) \
98 || die
99
100 mmake || die
101 }