Magellan Linux

Contents of /trunk/extras/vte3/vte3-0.46.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28557 - (show annotations) (download)
Wed Dec 28 16:19:03 2016 UTC (7 years, 5 months ago) by niro
File size: 766 byte(s)
auto added: ver bump to 0.46.1-r1
1 # $Id$
2
3 PNAME="vte3"
4 PVER="0.46.1"
5 PBUILD="r1"
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.50
15 >= x11-libs/gtk3+-2.22
16 >= x11-libs/pango-1.40
17 >= dev-libs/libpcre2-10.22"
18
19 SDEPEND=">= dev-util/pkgconfig-0.25
20 >= dev-util/intltool-0.50
21 >= dev-libs/gobject-introspection-1.50
22 >= dev-lang/vala-0.34"
23
24
25 SRCFILE="${PNAME/3/}-${PVER}.tar.xz"
26 SRCDIR="${BUILDDIR}/${PNAME/3/}-${PVER}"
27
28 sminclude gnome2
29
30 SRC_URI=(
31 gnome://${PNAME/3/}/${PVER%.*}/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35
36 UP2DATE="updatecmd_gnome ${PNAME/3/}"
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41
42 mconfigure --without-gnome --enable-introspection || die
43 mmake || die
44 }