Magellan Linux

Contents of /trunk/extras/compiz/compiz-0.7.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 1323 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/compiz/compiz-0.7.6-r1.smage2,v 1.1 2008/07/13 20:35:26 niro Exp $
2
3 PNAME="compiz"
4 PVER="0.7.6"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-wm"
8 STATE="unstable"
9
10 DESCRIPTION="Compiz core components."
11 HOMEPAGE="http://www.compiz-fusion.org/"
12
13 DEPEND=">= x11-libs/pango-1.20
14 >= x11-libs/gtk2+-2.12
15 >= x11-libs/libXcomposite-0.4
16 >= x11-libs/libXdamage-1.0.3
17 >= x11-libs/libXinerama-1
18 >= x11-libs/libXrandr-1.2
19 >= x11-libs/startup-notification-0.9
20 >= x11-base/xorg-server-1.4
21 >= media-libs/mesa-7.0.2
22 >= media-libs/glitz-0.5.6
23 >= media-libs/libpng-1.2
24 >= x11-libs/libwnck-2.22
25 >= gnome-base/librsvg-2.22
26 >= dev-libs/libxml2-2.6.31
27 >= sys-apps/dbus-1.1
28 >= dev-libs/dbus-glib-0.74
29 >= dev-libs/dbus-qt3-0.70"
30
31 SDEPEND=">= gnome-base/gconf-2.20
32 >= kde-base/kdebase-3.5
33 >= kde-base/kdebase4-4
34 >= gnome-base/control-center-2.18"
35
36 SRCFILE="${PNAME}-${PVER}.tar.bz2"
37 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
38
39 sminclude mbuild
40
41 SRC_URI=(
42 http://releases.compiz-fusion.org/${PVER}/${PNAME}/${SRCFILE}
43 mirror://${PNAME}/${SRCFILE}
44 )
45
46 src_compile()
47 {
48 cd ${SRCDIR}
49
50 mconfigure --with-default-plugins \
51 --enable-gtk \
52 --enable-gconf \
53 --enable-gnome \
54 --enable-metacity \
55 --enable-kde \
56 --disable-kde4 \
57 --enable-librsvg \
58 --enable-dbus \
59 --enable-dbus-glib \
60 || die
61
62 mmake || die
63 }

Properties

Name Value
svn:keywords Id