Magellan Linux

Contents of /trunk/todo/koffice/koffice-1.6.3-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2405 - (show annotations) (download)
Thu Jul 9 19:51:53 2009 UTC (14 years, 10 months ago) by niro
File size: 1177 byte(s)
-moved to 'todo'
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="r3"
6
7 PCATEGORIE="app-office"
8 STATE="unstable"
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.30
17 >= media-gfx/imagemagick-6.4"
18
19 SDEPEND=">= dev-util/pkgconfig-0.23"
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}/koffce-xpdf-CVE-2007-0104.diff
30 mirror://${PNAME}/${PNAME}-${PVER}-xpdf2-CVE-2007-4352-5392-5393.diff
31 mirror://${PNAME}/${PNAME}-xpdf-CVE-2007-3387.diff
32 )
33
34 src_prepare()
35 {
36 munpack ${SRCFILE} || die
37 cd ${SRCDIR}
38
39 # security fixes
40 mpatch koffce-xpdf-CVE-2007-0104.diff || die
41 mpatch ${PNAME}-${PVER}-xpdf2-CVE-2007-4352-5392-5393.diff || die
42 mpatch ${PNAME}-xpdf-CVE-2007-3387.diff || die
43 }
44
45 src_compile()
46 {
47 cd ${SRCDIR}
48
49 export LIBPYTHON="$(python-config --libs)"
50 kde3_src_compile || die
51 }

Properties

Name Value
svn:keywords Id