Magellan Linux

Annotation of /branches/magellan-next/extras/geany/geany-0.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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