Magellan Linux

Annotation of /branches/magellan-next/extras/kdeaccessibility4/kdeaccessibility4-4.6.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8764 - (hide annotations) (download)
Thu Jul 28 14:26:34 2011 UTC (12 years, 9 months ago) by niro
File size: 1579 byte(s)
auto added: ver bump to 4.6.5-r1
1 niro 8764 # $Id$
2    
3     PNAME="kdeaccessibility4"
4     PVER="4.6.5"
5     PBUILD="r1"
6    
7     PCATEGORIE="kde-base"
8    
9     SDEPEND="== kde-base/kdebase4-runtime-${PVER}
10     >= media-sound/speech-dispatcher-0.7"
11    
12     SPLIT_PACKAGES="${PNAME}-colorschemes
13     ${PNAME}-iconthemes
14     ${PNAME}-jovie
15     ${PNAME}-kaccessible
16     ${PNAME}-kmag
17     ${PNAME}-kmousetool
18     ${PNAME}-kmouth"
19    
20     sminclude kde4-split
21    
22     UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
23    
24     split_info_kdeaccessibility4-jovie()
25     {
26     DESCRIPTION="A text to speech application."
27     DEPEND="== kde-base/kdebase4-runtime-${PVER}
28     >= media-sound/speech-dispatcher-0.7"
29     }
30    
31     split_info_kdeaccessibility4-kaccessible()
32     {
33     DESCRIPTION="Provides accessibility services like focus tracking and a screenreader."
34     DEPEND="== kde-base/kdebase4-runtime-${PVER}
35     >= media-sound/speech-dispatcher-0.7"
36     }
37    
38     split_info_kdeaccessibility4-kmag()
39     {
40     DESCRIPTION="KDE4 screen magnifier."
41     DEPEND="== kde-base/kdebase4-runtime-${PVER}"
42     }
43    
44     split_info_kdeaccessibility4-kmousetool()
45     {
46     DESCRIPTION="Clicks the mouse for you, reducing the effects of RSI."
47     DEPEND="== kde-base/kdebase4-runtime-${PVER}"
48     }
49    
50     split_info_kdeaccessibility4-kmouth()
51     {
52     DESCRIPTION="KDE4 speech synthesizer frontend."
53     DEPEND="== kde-base/kdebase4-runtime-${PVER}"
54     }
55    
56     src_compile()
57     {
58     cd ${SRCDIR}
59    
60     kde4_configure $(cmake_without Opentts) || die
61     mmake || die
62     }
63    
64     src_install_kdeaccessibility4-colorschemes()
65     {
66     kde4-split_src_install_wrapper ColorSchemes || die
67     }
68    
69     src_install_kdeaccessibility4-iconthemes()
70     {
71     kde4-split_src_install_wrapper IconThemes || die
72     }