Magellan Linux

Contents of /trunk/todo/kbfx/kbfx-4.9.3.1-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2396 - (show annotations) (download)
Thu Jul 9 19:50:33 2009 UTC (14 years, 10 months ago) by niro
File size: 915 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/kbfx/kbfx-4.9.3.1-r4.smage2,v 1.1 2008/04/06 19:31:23 niro Exp $
2
3 PNAME="kbfx"
4 PVER="4.9.3.1"
5 PBUILD="r4"
6
7 PCATEGORIE="x11-themes"
8 STATE="unstable"
9
10 DESCRIPTION="Kbfx is meant to be a kicker bar menu button replacement on KDE."
11 HOMEPAGE="http://www.kbfx.org/"
12
13 DEPEND=">= kde-base/kdebase-3"
14 SDEPEND=">= dev-util/cmake-2.4.7"
15
16 SRCFILE="${PNAME}-0.${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-0.${PVER}"
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 # include global kde3 functions
25 sminclude kde3
26
27 src_compile()
28 {
29 cd ${SRCDIR}
30
31 cmake -DCMAKE_INSTALL_PREFIX=${KDEDIR} \
32 -DCMAKE_BUILD_TYPE=Release \
33 -DUSE_STRIGI=OFF \
34 -DUSE_MENUDRAKE=OFF \
35 -DUSE_KDE4=OFF \
36 || die
37
38 mmake || die
39 }
40
41 preinstall()
42 {
43 # fix a symlink issue
44 if [[ -L ${MROOT}/usr/share/doc/HTML/en/kbfxconfigapp ]]
45 then
46 rm ${MROOT}/usr/share/doc/HTML/en/kbfxconfigapp
47 fi
48 }

Properties

Name Value
svn:keywords Id