Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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