Magellan Linux

Annotation of /trunk/extras/gtkspell/gtkspell-2.0.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2781 - (hide annotations) (download)
Fri Jul 10 18:56:20 2009 UTC (14 years, 10 months ago) by niro
File size: 946 byte(s)
auto added: ver bump to 2.0.15-r1
1 niro 2781 # $Id$
2    
3     PNAME="gtkspell"
4     PVER="2.0.15"
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.16
14     >= app-text/aspell-0.60"
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