Magellan Linux

Annotation of /branches/R11-unstable/extras/vte/vte-0.28.2-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25848 - (hide annotations) (download)
Tue Nov 25 04:23:07 2014 UTC (9 years, 6 months ago) by niro
File size: 583 byte(s)
-release branches/R11-unstable
1 niro 18487 # $Id$
2    
3     PNAME="vte"
4     PVER="0.28.2"
5     PBUILD="r3"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="Virtual Terminal Emulator library."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= sys-libs/libstdc++-4.8
13     >= dev-libs/glib2-2.36
14     >= x11-libs/gtk2+-2.24
15     >= x11-libs/pango-1.34"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.25"
18    
19     sminclude gnome2
20    
21     SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-broken-alt-key.patch )
22    
23     UP2DATE="updatecmd_gnome ${PNAME}"
24    
25     src_prepare()
26     {
27     munpack ${SRCFILE} || die
28     cd ${SRCDIR}
29    
30     # revert patch to fix broken alt key sequence
31     mpatch -RNp1 ${PNAME}-${PVER}-broken-alt-key.patch || die
32     }