Magellan Linux

Annotation of /trunk/extras/glade/glade-3.4.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 964 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/glade/glade-3.4.4-r1.smage2,v 1.1 2008/04/21 17:19:33 niro Exp $
2    
3     PNAME="glade"
4     PVER="3.4.4"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-util"
8     STATE="unstable"
9    
10     DESCRIPTION="Glade is a free user interface builder for GTK+ and GNOME."
11     HOMEPAGE="http://glade.gnome.org/"
12    
13     DEPEND=">= x11-libs/gtk2+-2.12
14     >= dev-libs/libxml2-2.6
15     >= gnome-base/libgnomeui-2.22
16     >= gnome-base/libgnomecanvas-2.20
17     >= gnome-base/libbonoboui-2.22
18     >= gnome-extra/libgail-gnome-1.20"
19    
20     SDEPEND=">= dev-util/intltool-0.37
21     >= app-text/scrollkeeper-0.3.14
22     >= dev-util/pkgconfig-0.23
23     >= sys-dev/gettext-0.17"
24    
25     # enable scrollkeeper
26     SPECIAL_VARS="SCROLLKEEPER_UPDATE"
27     SCROLLKEEPER_UPDATE="1"
28    
29     SRCFILE="${PNAME}3-${PVER}.tar.bz2"
30     SRCDIR="${BUILDDIR}/${PNAME}3-${PVER}"
31    
32     sminclude gnome2
33    
34     SRC_URI=(
35     gnome://${PNAME}3/${PVER:0:3}/${SRCFILE}
36     mirror://${PNAME}/${SRCFILE}
37     )
38    
39     src_compile()
40     {
41     cd ${SRCDIR}
42    
43     gn2_configure --enable-gnome --disable-gnome-db || die
44     mmake || die
45     }

Properties

Name Value
svn:keywords Id