Magellan Linux

Contents of /branches/R11-unstable/extras/vte3/vte3-0.54.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32377 - (show annotations) (download)
Mon Apr 29 12:23:54 2019 UTC (5 years ago) by niro
File size: 813 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="vte3"
4 PVER="0.54.3"
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++-8.2
13 >= sys-libs/ncurses-6.1
14 >= dev-libs/glib2-2.58
15 >= x11-libs/gtk3+-2.22
16 >= x11-libs/pango-1.42
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.58
23 >= dev-lang/vala-0.42
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 }