Magellan Linux

Contents of /trunk/extras/kdepim/kdepim-3.5.10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1635 - (show annotations) (download)
Tue May 12 20:30:28 2009 UTC (15 years ago) by niro
File size: 854 byte(s)
-fix flock redifinition with newer linux-headers
1 # $Id$
2
3 PNAME="kdepim"
4 PVER="3.5.10"
5 PBUILD="r2"
6
7 PCATEGORIE="kde-base"
8 STATE="unstable"
9
10 DESCRIPTION="KDE's personal informations management tools."
11 HOMEPAGE="http://www.kde.org/"
12
13 DEPEND=">= kde-base/kdebase-${PVER}
14 >= kde-base/kdenetwork-${PVER}
15 >= dev-libs/cyrus-sasl-2
16 >= app-crypt/gpgme-1.1.4"
17
18 SRCFILE="${PNAME}-${PVER}.tar.bz2"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude kde3
22
23 SRC_URI=(
24 kde://${PVER}/src/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${PNAME}-${PVER}-fix-flock-redefinition.patch
27 )
28
29 # note 1: disabled pda support -> extralibs must be included to enable
30 # libgnokii, libmal, pilot-link, gpm2 for crypt support (using built in)
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 # fix compilation with gcc-4.3 and newer linux-headers
38 mpatch ${PNAME}-${PVER}-fix-flock-redefinition.patch || die
39 }

Properties

Name Value
svn:keywords Id