Magellan Linux

Annotation of /branches/R11-stable/extras/kate/kate-4.10.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18111 - (hide annotations) (download)
Thu Jun 27 08:12:14 2013 UTC (10 years, 11 months ago) by niro
File size: 1422 byte(s)
-release branches/R11-stable
1 niro 17544 # $Id$
2    
3     PNAME="kate"
4     PVER="4.10.4"
5     PBUILD="r1"
6    
7     SPLIT_PACKAGES="katepart kwrite kate"
8    
9     COMMON_DEPEND="== kde-base/kdebase-runtime-${PVER}
10     >= dev-libs/soprano-2.9"
11     KATEPART_DEPEND="== kde-base/kdelibs-${PVER}"
12     KWRITE_DEPEND="${COMMON_DEPEND}"
13     KATE_DEPEND="${COMMON_DEPEND}"
14    
15     SDEPEND="${KATEPART_DEPEND}
16     ${KWRITE_DEPEND}
17     ${KATE_DEPEND}"
18    
19     # disable auto meta generation, as there are some standalone packages
20     KDE4_GENERATE_META_PACKAGE=0
21     sminclude kde4-split-2
22    
23     UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
24    
25     split_info_katepart()
26     {
27     DESCRIPTION="Fast and feature-rich text editor components for KDE4."
28     DEPEND="${KATEPART_DEPEND}"
29     }
30    
31     split_info_kwrite()
32     {
33     DESCRIPTION="Basic text editor for KDE4."
34     DEPEND="${KWRITE_DEPEND}
35     == kde-base/katepart-${PVER}"
36     }
37    
38     split_info_kate()
39     {
40     DESCRIPTION="Advanced text editor for KDE4."
41     DEPEND="${KATE_DEPEND}
42     == kde-base/katepart-${PVER}"
43     }
44    
45     src_install_katepart()
46     {
47     cd ${SRCDIR}
48     local kdemodule="part"
49     kde4-split_src_install_wrapper ${kdemodule} || die
50     }
51    
52     src_install_kwrite()
53     {
54     cd ${SRCDIR}
55     local kdemodule="kwrite"
56     kde4-split_src_install_wrapper ${kdemodule} || die
57     kde4-split_src_install_wrapper doc/${kdemodule} || die
58     }
59    
60     src_install_kate()
61     {
62     cd ${SRCDIR}
63     local kdemodule="kate"
64     kde4-split_src_install_wrapper ${kdemodule} || die
65     kde4-split_src_install_wrapper doc/${kdemodule} || die
66     }