Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27290 - (show annotations) (download)
Wed Dec 9 09:30:48 2015 UTC (8 years, 5 months ago) by niro
File size: 635 byte(s)
-added missing intltool sdep
1 # $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 >= dev-util/intltool-0.50"
20
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 }