Magellan Linux

Annotation of /branches/branch-xorg18/extras/kdesktop-menu/kdesktop-menu-0.3-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (hide annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 2 months ago) by niro
File size: 725 byte(s)
created branch 'branch-xorg18'
1 niro 4185 # $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