Magellan Linux

Contents of /trunk/extras/kdesktop-menu/kdesktop-menu-0.3-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4185 - (show annotations) (download)
Mon Nov 30 09:14:20 2009 UTC (14 years, 5 months ago) by niro
File size: 725 byte(s)
auto added: ver bump to 0.3-r4
1 # $Id$
2
3 PNAME="kdesktop-menu"
4 PVER="0.3"
5 PBUILD="r4"
6
7 PCATEGORIE="x11-themes"
8 STATE="unstable"
9
10 DESCRIPTION="A gnome alike replacement kicker for KDE."
11 HOMEPAGE="http://www.kde-apps.org/content/show.php?content=22605"
12
13 DEPEND=">= kde-base/kdebase-3"
14
15 SRCFILE="22605-${PNAME/-/_}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME/-/_}-${PVER}"
17
18 SRC_URI=(
19 mirror://${PNAME}/${SRCFILE}
20 mirror://${PNAME}/${PNAME}-0.2.1-gcc4.patch
21 )
22
23 sminclude kde3
24
25 # fake
26 UP2DATE="echo ${PVER}"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # fix gcc4 build issues
34 if [[ ${ARCH} = i*86 ]]
35 then
36 mpatch -Np1 ${PNAME}-0.2.1-gcc4.patch || die
37 fi
38 }
39
40
41 src_compile()
42 {
43 cd ${SRCDIR}
44
45 kde3_configure --with-arts || die
46 mmake || die
47 }

Properties

Name Value
svn:keywords Id