Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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