Magellan Linux

Contents of /tags/old-unstable-20120113/deprecated/gal/gal-2.4.3-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9870 - (show annotations) (download)
Fri Jan 13 21:26:11 2012 UTC (12 years, 3 months ago) by niro
File size: 923 byte(s)
tagged 'old-unstable-20120113'
1 # $Header: /magellan-cvs/smage/gal/gal-2.4.3-r6.smage2,v 1.2 2008/02/07 14:23:37 niro Exp $
2
3 PNAME="gal"
4 PVER="2.4.3"
5 PBUILD="r6"
6
7 PCATEGORIE="gnome-extra"
8 STATE="testing"
9
10 DESCRIPTION="GNOME Application library."
11 HOMEPAGE="http://www.gnome.org/"
12
13 DEPEND=">= x11-libs/gtk2+-2.10
14 >= gnome-base/libgnomeprint-2.18
15 >= gnome-base/libgnomeprintui-2.18
16 >= gnome-base/libglade-2.6
17 >= gnome-base/libgnomeui-2.18
18 >= gnome-base/libgnomecanvas-2.18
19 >= dev-libs/libxml2-2.6.16
20 >= app-text/scrollkeeper-0.3.14"
21
22 SDEPEND=">= dev-util/intltool-0.30
23 >= dev-util/pkgconfig-0.15.0
24 >= sys-dev/gettext-0.12.1"
25
26 sminclude gnome2
27
28 SRC_URI=( ${SRC_URI[*]}
29 mirror://${PNAME}/gal-1.99.3-docfix.patch
30 )
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 gn2_fix_omf_makefiles || die
38
39 # disables build of docs
40 mpatch -Np1 gal-1.99.3-docfix.patch || die
41 }
42
43 src_compile()
44 {
45 cd ${SRCDIR}
46
47 gn2_configure || die
48 mmake -j1 || die
49 }

Properties

Name Value
svn:keywords Id