Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27289 - (hide annotations) (download)
Tue Dec 8 17:19:39 2015 UTC (8 years, 6 months ago) by niro
File size: 608 byte(s)
auto added: ver bump to 0.28.2-r4
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     SDEPEND=">= dev-util/pkgconfig-0.25"
19    
20     sminclude gnome2
21    
22     SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-broken-alt-key.patch )
23    
24     UP2DATE="updatecmd_gnome ${PNAME}"
25    
26     src_prepare()
27     {
28     munpack ${SRCFILE} || die
29     cd ${SRCDIR}
30    
31     # revert patch to fix broken alt key sequence
32     mpatch -RNp1 ${PNAME}-${PVER}-broken-alt-key.patch || die
33     }