Magellan Linux

Contents of /branches/magellan-next/extras/gtkspell/gtkspell-2.0.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9416 - (show annotations) (download)
Tue Nov 29 10:51:03 2011 UTC (12 years, 5 months ago) by niro
File size: 946 byte(s)
-import from trunk
1 # $Id$
2
3 PNAME="gtkspell"
4 PVER="2.0.16"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget."
11 HOMEPAGE="http://gtkspell.sourceforge.net/"
12
13 DEPEND=">= x11-libs/gtk2+-2.18
14 >= app-text/enchant-1.5"
15
16 SDEPEND=">= sys-apps/sed-4"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 # unusual sf.net schema
25 http://gtkspell.sourceforge.net/download/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${PNAME}-2.0.4-docbookx.patch
28 )
29
30 # unusual sf.net schema
31 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
32
33 src_prepare()
34 {
35 munpack ${SRCFILE} || die
36 cd ${SRCDIR}
37
38 # fix gtk-2 doc check
39 sed -i "s:GTKDOC=true::" configure || die
40 mpatch -Np1 ${PNAME}-2.0.4-docbookx.patch || die
41 }
42
43 src_compile()
44 {
45 cd ${SRCDIR}
46 mconfigure --disable-gtk-doc || die
47 mmake || die
48 }

Properties

Name Value
svn:keywords Id