Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18840 - (hide annotations) (download)
Wed Aug 14 13:05:01 2013 UTC (10 years, 9 months ago) by niro
File size: 841 byte(s)
-release branches/R11-stable
1 niro 18679 # $Id$
2    
3     PNAME="kdetoys"
4     PVER="4.10.5"
5     PBUILD="r1"
6    
7     SPLIT_PACKAGES="amor kteatime ktux"
8    
9     COMMON_DEPEND="== kde-base/kdebase-runtime-${PVER}"
10     AMOR_DEPEND="${COMMON_DEPEND}"
11     KTEATIME_DEPEND="${COMMON_DEPEND}"
12     KTUX_DEPEND="${COMMON_DEPEND}
13     == kde-base/kdebase-workspace-${PVER}"
14    
15     SDEPEND="${AMOR_DEPEND}
16     ${KTEATIME_DEPEND}
17     ${KTUX_DEPEND}"
18    
19     sminclude kde4-split-2
20    
21     UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
22    
23     split_info_amor()
24     {
25     DESCRIPTION="Amusing misuse of resources - a desktop-dwelling creature for KDE4."
26     DEPEND="${AMOR_DEPEND}"
27     }
28    
29     split_info_kteatime()
30     {
31     DESCRIPTION="KDE4 utility for making a fine cup of tea."
32     DEPEND="${KTEATIME_DEPEND}"
33     }
34    
35     split_info_ktux()
36     {
37     DESCRIPTION="KDE4 screensaver featuring the space faring tux."
38     DEPEND="${KTUX_DEPEND}"
39     }