Magellan Linux

Annotation of /branches/R11-stable/extras/kdeadmin/kdeadmin-4.10.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18815 - (hide annotations) (download)
Wed Aug 14 13:01:21 2013 UTC (10 years, 10 months ago) by niro
File size: 1121 byte(s)
-release branches/R11-stable
1 niro 18547 # $Id$
2    
3     PNAME="kdeadmin"
4     PVER="4.10.5"
5     PBUILD="r1"
6    
7     # todo: system-config-printer-kde
8     # needs: PyKDE PyCups system-config-printer
9     SPLIT_PACKAGES="kcron ksystemlog kuser"
10    
11     COMMON_DEPEND="== kde-base/kdebase-runtime-${PVER}"
12     KCRON_DEPEND="== kde-base/kdelibs-${PVER}
13     >= virtual/cron"
14     KSYSTEMLOG_DEPEND="${COMMON_DEPEND}
15     >= virtual/syslog"
16     KUSER_DEPEND="${COMMON_DEPEND}
17     == kde-base/kdepimlibs-${PVER}"
18    
19     SDEPEND="${KCRON_DEPEND}
20     ${KSYSTEMLOG_DEPEND}
21     ${KUSER_DEPEND}"
22    
23     sminclude kde4-split-2
24    
25     SRC_URI+=( mirror://${PNAME}/${PNAME}-4.8.3-syslog-path.patch )
26    
27     UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
28    
29     split_info_kcron()
30     {
31     DESCRIPTION="KDE4 editor for the cron command scheduler."
32     DEPEND="${KCRON_DEPEND}"
33     }
34    
35     split_info_ksystemlog()
36     {
37     DESCRIPTION="KDE4 system log viewer tool."
38     DEPEND="${KSYSTEMLOG_DEPEND}"
39     }
40    
41     split_info_kuser()
42     {
43     DESCRIPTION="KDE4 user manager."
44     DEPEND="${KUSER_DEPEND}"
45     }
46    
47     src_prepare()
48     {
49     munpack ${SRCFILE} || die
50     cd ${SRCDIR}
51    
52     # use /var/log/messages as syslog
53     mpatch ${PNAME}-4.8.3-syslog-path.patch || die
54     }