Magellan Linux

Contents of /trunk/extras/gnome-terminal/gnome-terminal-2.22.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1133 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/gnome-terminal/gnome-terminal-2.22.1-r1.smage2,v 1.2 2008/04/11 11:45:08 niro Exp $
2
3 PNAME="gnome-terminal"
4 PVER="2.22.1"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-terms"
8 STATE="unstable"
9
10 DESCRIPTION="GNOME terminal emulation application."
11 HOMEPAGE="http://www.gnome.org/"
12
13 DEPEND=">= x11-libs/gtk2+-2.12
14 >= gnome-base/libglade-2.6
15 >= gnome-base/gconf-2.22
16 >= gnome-base/libgnomeui-2.22
17 >= gnome-base/gnome-vfs-2.22
18 >= x11-libs/startup-notification-0.9
19 >= x11-libs/vte-0.16"
20
21 SDEPEND=">= dev-util/intltool-0.37
22 >= app-text/scrollkeeper-0.3.14
23 >= dev-util/pkgconfig-0.23
24 >= sys-dev/gettext-0.17"
25
26 # enable scrollkeeper
27 SPECIAL_VARS="SCROLLKEEPER_UPDATE"
28 SCROLLKEEPER_UPDATE="1"
29
30 sminclude gnome2
31
32 SRC_URI=( ${SRC_URI[*]}
33 mirror://${PNAME}/${PNAME}-2.22.0-default_shell.patch
34 mirror://${PNAME}/${PNAME}-2-dnd_url_add_space.patch
35 )
36
37 src_prepare()
38 {
39 munpack ${SRCFILE} || die
40 cd ${SRCDIR}
41
42 # fix to force gterminal to use a login shell by default
43 mpatch ${PNAME}-2.22.0-default_shell.patch || die
44
45 # patch to insert a space after a Drag and Drop URL
46 mpatch ${PNAME}-2-dnd_url_add_space.patch || die
47 }

Properties

Name Value
svn:keywords Id