Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8587 - (show annotations) (download)
Fri Jul 22 13:18:11 2011 UTC (12 years, 9 months ago) by niro
File size: 990 byte(s)
auto added: ver bump to 4.6.5-r1
1 # $Id$
2
3 PNAME="kdeadmin4"
4 PVER="4.6.5"
5 PBUILD="r1"
6
7 PCATEGORIE="kde-base"
8
9 SDEPEND="== kde-base/kdelibs4-${PVER}
10 == kde-base/kdebase4-runtime-${PVER}
11 >= virtual/cron"
12
13 # dropped: kdat, kpackage, ksysv, lilo-config
14 # todo: system-config-printer-kde
15 SPLIT_PACKAGES="${PNAME}-kcron
16 ${PNAME}-ksystemlog
17 ${PNAME}-kuser"
18
19 sminclude kde4-split
20
21 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
22
23 # Todo: PyKDE PyCups system-config-printer
24
25 split_info_kdeadmin4-kcron()
26 {
27 DESCRIPTION="KDE4 editor for the cron command scheduler."
28 DEPEND="== kde-base/kdelibs4-${PVER}
29 >= virtual/cron"
30 }
31
32 split_info_kdeadmin4-ksystemlog()
33 {
34 DESCRIPTION="KDE4 system log viewer tool."
35 DEPEND="== kde-base/kdelibs4-${PVER}
36 == kde-base/kdebase4-runtime-${PVER}"
37 }
38
39 split_info_kdeadmin4-kuser()
40 {
41 DESCRIPTION="KDE4 user manager."
42 DEPEND="== kde-base/kdelibs4-${PVER}
43 == kde-base/kdepimlibs4-${PVER}
44 == kde-base/kdebase4-runtime-${PVER}"
45 }