Magellan Linux

Contents of /trunk/extras/kdeaccessibility4/kdeaccessibility4-4.4.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4988 - (show annotations) (download)
Sat Feb 20 22:44:06 2010 UTC (14 years, 3 months ago) by niro
File size: 1675 byte(s)
-rebuild, SPLIT_PACKAGES fixups
1 # $Id$
2
3 PNAME="kdeaccessibility4"
4 PVER="4.4.0"
5 PBUILD="r2"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 # DESCRIPTION="Some toy tools for KDE4."
11
12 SDEPEND="== kde-base/kdebase4-runtime-${PVER}
13 >= virtual/phonon
14 >= app-misc/strigi-0.7
15 >= media-libs/alsa-lib-1.0.21"
16
17 # Todo: ktts support for epos, festival, flite, freetts
18
19 SPLIT_PACKAGES="${PNAME}-colorschemes
20 ${PNAME}-iconthemes
21 ${PNAME}-kmag
22 ${PNAME}-kmousetool
23 ${PNAME}-kmouth"
24 # no kttsd atm, needs speech-dispatcher
25 # ${PNAME}-kttsd"
26
27 sminclude kde4-split
28
29 UP2DATE="updatecmd http://www.kde.org/download/ | grep ${PNAME/4/} | sed -n '1 p' | sed 's/.*-\([^ ]*\) .*/\1/'"
30
31 split_info_kdeaccessibility4-kmag()
32 {
33 DESCRIPTION="KDE4 screen magnifier."
34 DEPEND="== kde-base/kdebase4-runtime-${PVER}"
35 }
36
37 split_info_kdeaccessibility4-kmousetool()
38 {
39 DESCRIPTION="Clicks the mouse for you, reducing the effects of RSI."
40 DEPEND="== kde-base/kdebase4-runtime-${PVER}"
41 }
42
43 split_info_kdeaccessibility4-kmouth()
44 {
45 DESCRIPTION="KDE4 speech synthesizer frontend."
46 DEPEND="== kde-base/kdebase4-runtime-${PVER}"
47 }
48
49 # no kttsd atm, needs speech-dispatcher
50 # split_info_kdeaccessibility4-kttsd()
51 # {
52 # DESCRIPTION="KDE4 Text-To-Speech daemon."
53 # DEPEND="== kde-base/kdebase4-runtime-${PVER}
54 # >= virtual/phonon
55 # >= media-libs/alsa-lib-1.0.21"
56 # }
57
58 src_compile()
59 {
60 cd ${SRCDIR}
61
62 kde4_configure \
63 $(cmake_with Kttsmodule) \
64 $(cmake_with Alsa) \
65 -DKDE4_KTTSD_PHONON=ON \
66 -DKDE4_KTTSD_ALSA=ON \
67 || die
68
69 mmake || die
70 }
71
72 src_install_kdeaccessibility4-colorschemes()
73 {
74 kde4-split_src_install_wrapper ColorSchemes || die
75 }
76
77 src_install_kdeaccessibility4-iconthemes()
78 {
79 kde4-split_src_install_wrapper IconThemes || die
80 }

Properties

Name Value
svn:keywords Id