Magellan Linux

Annotation of /trunk/extras/vte/vte-0.28.2-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27290 - (hide annotations) (download)
Wed Dec 9 09:30:48 2015 UTC (8 years, 6 months ago) by niro
File size: 635 byte(s)
-added missing intltool sdep
1 niro 27289 # $Id$
2    
3     PNAME="vte"
4     PVER="0.28.2"
5     PBUILD="r4"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="Virtual Terminal Emulator library."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= sys-libs/libstdc++-5.3
13     >= sys-libs/ncurses-6.0
14     >= dev-libs/glib2-2.46
15     >= x11-libs/gtk2+-2.24
16     >= x11-libs/pango-1.38"
17    
18 niro 27290 SDEPEND=">= dev-util/pkgconfig-0.25
19     >= dev-util/intltool-0.50"
20 niro 27289
21     sminclude gnome2
22    
23     SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-broken-alt-key.patch )
24    
25     UP2DATE="updatecmd_gnome ${PNAME}"
26    
27     src_prepare()
28     {
29     munpack ${SRCFILE} || die
30     cd ${SRCDIR}
31    
32     # revert patch to fix broken alt key sequence
33     mpatch -RNp1 ${PNAME}-${PVER}-broken-alt-key.patch || die
34     }