Magellan Linux

Annotation of /branches/R11-stable/extras/geany/geany-1.24.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21575 - (hide annotations) (download)
Tue Jul 1 13:08:35 2014 UTC (10 years, 2 months ago) by niro
Original Path: trunk/extras/geany/geany-1.24.1-r1.smage2
File size: 822 byte(s)
auto added: ver bump to 1.24.1-r1
1 niro 21575 # $Id$
2    
3     PNAME="geany"
4     PVER="1.24.1"
5     PBUILD="r1"
6    
7     PCAT="app-editors"
8    
9     DESCRIPTION="Geany is a small and lightweight Integrated Development Environment."
10     HOMEPAGE="http://www.geany.org"
11    
12     DEPEND=">= sys-libs/libstdc++-4.8
13     >= dev-libs/glib2-2.40
14     >= x11-libs/gtk2+-2.24
15     >= x11-libs/vte-0.28"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.25
18     >= dev-util/intltool-0.50
19     >= sys-dev/gettext-0.18"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.bz2"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude mbuild
25    
26     SRC_URI=(
27     http://download.geany.org/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd ${HOMEPAGE}/Download/Releases | lasttarball"
32    
33     src_prepare()
34     {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     # enable syntax highliting for smage
39     sed -i "s:*.sh;:*.sh;*.smage;*.smage2;*.mage;*.sminc;*.minc;:" \
40     data/filetype_extensions.conf || die
41     }