Magellan Linux

Contents of /trunk/extras/kate/kate-4.12.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21183 - (show annotations) (download)
Fri Mar 14 13:51:21 2014 UTC (10 years, 3 months ago) by niro
File size: 1300 byte(s)
auto added: ver bump to 4.12.3-r1
1 # $Id$
2
3 PNAME="kate"
4 PVER="4.12.3"
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 split_info_katepart()
24 {
25 DESCRIPTION="Fast and feature-rich text editor components for KDE4."
26 DEPEND="${KATEPART_DEPEND}"
27 }
28
29 split_info_kwrite()
30 {
31 DESCRIPTION="Basic text editor for KDE4."
32 DEPEND="${KWRITE_DEPEND}
33 == kde-base/katepart-${PVER}"
34 }
35
36 split_info_kate()
37 {
38 DESCRIPTION="Advanced text editor for KDE4."
39 DEPEND="${KATE_DEPEND}
40 == kde-base/katepart-${PVER}"
41 }
42
43 src_install_katepart()
44 {
45 cd ${SRCDIR}
46 local kdemodule="part"
47 kde4-split_src_install_wrapper ${kdemodule} || die
48 }
49
50 src_install_kwrite()
51 {
52 cd ${SRCDIR}
53 local kdemodule="kwrite"
54 kde4-split_src_install_wrapper ${kdemodule} || die
55 kde4-split_src_install_wrapper doc/${kdemodule} || die
56 }
57
58 src_install_kate()
59 {
60 cd ${SRCDIR}
61 local kdemodule="kate"
62 kde4-split_src_install_wrapper ${kdemodule} || die
63 kde4-split_src_install_wrapper doc/${kdemodule} || die
64 }