Magellan Linux

Annotation of /trunk/extras/control-center/control-center-2.22.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4634 - (hide annotations) (download)
Fri Dec 25 23:14:14 2009 UTC (14 years, 6 months ago) by niro
File size: 2076 byte(s)
-moved to 'extras'
1 niro 2 # $Header: /magellan-cvs/smage/control-center/control-center-2.22.1-r1.smage2,v 1.1 2008/04/11 13:11:00 niro Exp $
2    
3     PNAME="control-center"
4     PVER="2.22.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="gnome-base"
8     STATE="unstable"
9    
10     DESCRIPTION="Control-center is a configuration tool for easily setting up your GNOME environment."
11     HOMEPAGE="http://www.gnome.org/"
12    
13     DEPEND=">= x11-libs/libX11-1
14     >= x11-libs/libXext-1
15     >= x11-libs/libXdmcp-1
16     >= x11-libs/libICE-1
17     >= x11-libs/libSM-1
18     >= x11-libs/libXxf86misc-1
19     >= x11-libs/libXau-1
20     >= x11-libs/libXcursor-1
21     >= x11-libs/libXrandr-1
22     >= x11-libs/libXrender-0.9
23     >= x11-libs/libXft-2
24     >= x11-apps/xmodmap-1
25     >= x11-libs/gtk2+-2.12
26     >= media-libs/fontconfig-2.5
27     >= dev-libs/atk-1.20
28     >= gnome-base/gconf-2.22
29     >= gnome-base/libgnome-2.22
30     >= gnome-base/libgnomeui-2.22
31     >= gnome-base/libglade-2.6
32     >= gnome-base/libbonobo-2.22
33     >= gnome-base/libbonoboui-2.22
34     >= gnome-base/nautilus-2.22
35     >= gnome-base/gnome-vfs-2.22
36     >= gnome-base/gnome-desktop-2.22
37     >= gnome-base/gnome-menus-2.22
38     >= gnome-base/gnome-panel-2.22
39     >= gnome-base/gnome-settings-daemon-2.22
40     >= dev-libs/libxml2-2.6.31
41     >= media-sound/esound-0.2.38
42     >= x11-wm/metacity-2.22
43     >= x11-libs/libxklavier-3
44     >= media-libs/alsa-lib-1.0.16
45     >= media-libs/gst-plugins-base-0.10
46     >= gnome-base/librsvg-2.22
47     >= gnome-base/libgnomekbd-2.21
48     >= sys-apps/dbus-1.1
49     >= dev-libs/dbus-glib-0.74
50     >= sys-apps/hal-0.5.10"
51    
52     SDEPEND=">= dev-util/intltool-0.37
53     >= app-text/scrollkeeper-0.3.14
54     >= dev-util/pkgconfig-0.23
55     >= app-text/gnome-doc-utils-0.12
56     >= x11-proto/kbproto-1
57     >= x11-proto/xextproto-1
58     >= x11-libs/libxkbfile-1
59     >= x11-proto/xf86miscproto-1
60     >= x11-proto/scrnsaverproto-1"
61    
62     sminclude gnome2
63    
64     # upstream was renamed to gnome-control-center
65     SRCFILE="gnome-${PNAME}-${PVER}.tar.bz2"
66     SRCDIR="${BUILDDIR}/gnome-${PNAME}-${PVER}"
67    
68     SRC_URI=(
69     gnome://gnome-${PNAME}/${PVER%.*}/${SRCFILE}
70     mirror://${PNAME}/${SRCFILE}
71     )
72    
73     src_compile()
74     {
75     cd ${SRCDIR}
76    
77     gn2_configure \
78     --disable-schema-install \
79     --disable-update-mimedb \
80     --enable-vfs-methods \
81     --enable-hal || die
82     mmake || die
83     }

Properties

Name Value
svn:keywords Id