Magellan Linux

Contents of /trunk/extras/terminal/terminal-0.4.5-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5759 - (show annotations) (download)
Mon Aug 9 13:25:53 2010 UTC (13 years, 8 months ago) by niro
File size: 435 byte(s)
auto added: ver bump to 0.4.5-r1
1 # $Id$
2
3 PNAME="terminal"
4 PVER="0.4.5"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-terms"
8 STATE="unstable"
9
10 DESCRIPTION="Terminal XFCE Desktop Environment."
11
12 DEPEND=">= dev-libs/glib2-2.22
13 >= dev-libs/dbus-glib-0.82
14 >= x11-libs/gtk2+-2.18
15 >= x11-libs/libX11-1
16 >= x11-libs/vte-0.16.13
17 >= xfce-base/exo-0.3.107"
18
19 sminclude xfce
20
21 UP2DATE="updatecmd_xfce ${PNAME}"
22
23 src_compile()
24 {
25 cd ${SRCDIR}
26 xfce_configure --enable-dbus || die
27 mmake || die
28 }
29