Magellan Linux

Annotation of /trunk/extras/installer-pango/installer-pango-1.24.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1451 - (hide annotations) (download)
Wed May 6 20:21:05 2009 UTC (15 years ago) by niro
File size: 1357 byte(s)
-do not prune anything - want dev files to build installer specific packages
1 niro 1451 # $Id$
2    
3     PNAME="installer-pango"
4     PVER="1.24.1"
5     PBUILD="r2"
6    
7     PCATEGORIE="app-mage"
8     STATE="unstable"
9    
10     DESCRIPTION="Internal pango library for the installer. Not intended for main use."
11     HOMEPAGE="http://www.pango.org/"
12    
13     DEPEND=">= x11-libs/libXrender-0.9
14     >= x11-libs/libX11-1
15     >= x11-libs/libXft-2
16     >= dev-libs/glib2-2.20
17     >= media-libs/fontconfig-2
18     >= media-libs/freetype-2
19     >= app-mage/installer-cairo-1.8"
20    
21     SDEPEND=">= dev-util/pkgconfig-0.23
22     >= x11-libs/cairo-1.8"
23    
24     sminclude mtools mbuild
25    
26     SRCFILE="pango-${PVER}.tar.bz2"
27     SRCDIR="${BUILDDIR}/pango-${PVER}"
28    
29     SRC_URI=(
30     gnome://pango/${PVER%.*}/${SRCFILE}
31     mirror://pango/${SRCFILE}
32     mirror://pango/pango-1.12.1-xfonts.patch
33     mirror://pango/pango-1.12.1-multilib.patch
34     mirror://pango/pango-${PVER}-no-program-suffix-in-man.patch
35     )
36    
37     UP2DATE="updatecmd_gnome pango"
38    
39     src_prepare()
40     {
41     munpack ${SRCFILE} || die
42     cd ${SRCDIR}
43    
44     # some enhancements from Redhat
45     mpatch pango-1.12.1-xfonts.patch || die
46    
47     # multilib fixes
48     mpatch pango-1.12.1-multilib.patch || die
49    
50     # programm-suffix is broken - appends the suffix to mans,
51     # but later on it is ignored and builts break
52     mpatch pango-${PVER}-no-program-suffix-in-man.patch || die
53     }
54    
55     src_compile()
56     {
57     cd ${SRCDIR}
58    
59     PKG_CONFIG_PATH=/usr/installer/lib/pkgconfig \
60     ./configure --prefix=/usr/installer --disable-static --disable-gtk-doc || die
61     mmake || die
62     }

Properties

Name Value
svn:keywords Id