Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30925 - (show annotations) (download)
Wed May 16 13:25:56 2018 UTC (5 years, 11 months ago) by niro
File size: 813 byte(s)
auto added: ver bump to 0.52.1-r1
1 # $Id$
2
3 PNAME="vte3"
4 PVER="0.52.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++-6.3
13 >= sys-libs/ncurses-6.0
14 >= dev-libs/glib2-2.56
15 >= x11-libs/gtk3+-2.22
16 >= x11-libs/pango-1.40
17 >= app-crypt/gnutls-3.6
18 >= dev-libs/libpcre2-10.30"
19
20 SDEPEND=">= dev-util/pkgconfig-0.25
21 >= dev-util/intltool-0.50
22 >= dev-libs/gobject-introspection-1.56
23 >= dev-lang/vala-0.40
24 >= dev-util/gperf-3.1"
25
26 SRCFILE="${PNAME/3/}-${PVER}.tar.xz"
27 SRCDIR="${BUILDDIR}/${PNAME/3/}-${PVER}"
28
29 sminclude gnome2
30
31 SRC_URI=(
32 gnome://${PNAME/3/}/${PVER%.*}/${SRCFILE}
33 mirror://${PNAME}/${SRCFILE}
34 )
35
36
37 UP2DATE="updatecmd_gnome ${PNAME/3/}"
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 mconfigure --without-gnome --enable-introspection || die
44 mmake || die
45 }