Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18487 - (hide annotations) (download)
Wed Jul 17 14:49:24 2013 UTC (10 years, 11 months ago) by niro
Original Path: trunk/extras/vte/vte-0.28.2-r3.smage2
File size: 583 byte(s)
-rebuild
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     }