Magellan Linux

Contents of /trunk/extras/koffice/koffice-1.6.3-r2.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: 942 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/koffice/koffice-1.6.3-r2.smage2,v 1.2 2008/02/07 14:23:41 niro Exp $
2
3 PNAME="koffice"
4 PVER="1.6.3"
5 PBUILD="r2"
6
7 PCATEGORIE="app-office"
8 STATE="testing"
9
10 DESCRIPTION="KOffice is a free, integrated office suite for the K Desktop Environment."
11 HOMEPAGE="http://www.koffice.org/"
12
13 DEPEND=">= kde-base/kdebase-3
14 >= app-text/wv2-0.2.2
15 >= dev-lang/python-2.5
16 >= media-libs/libart_lgpl-2.3.17
17 >= media-gfx/imagemagick-6.3"
18
19 SDEPEND=">= dev-util/pkgconfig-0.15.0"
20
21 SRCFILE="${PNAME}-${PVER}.tar.bz2"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23
24 sminclude kde3
25
26 SRC_URI=(
27 kde://${PNAME}-${PVER}/src/${SRCFILE}
28 mirror://${PNAME}/${SRCFILE}
29 mirror://${PNAME}/${PNAME}-xpdf-CVE-2007-3387.diff
30 )
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 # security fix
38 mpatch ${PNAME}-xpdf-CVE-2007-3387.diff || die
39 }
40
41 src_compile()
42 {
43 cd ${SRCDIR}
44
45 export LIBPYTHON="$(python-config --libs)"
46 kde3_src_compile || die
47 }

Properties

Name Value
svn:keywords Id