Magellan Linux

Contents of /trunk/extras/control-center/control-center-2.28.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4687 - (show annotations) (download)
Sat Dec 26 20:03:45 2009 UTC (14 years, 5 months ago) by niro
File size: 1872 byte(s)
auto added: ver bump to 2.28.1-r1
1 # $Id$
2
3 PNAME="control-center"
4 PVER="2.28.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.3
14 >= x11-libs/libXext-1.1
15 >= x11-libs/libXxf86misc-1.1
16 >= x11-libs/libXcursor-1.1
17 >= x11-libs/libXrandr-1.3
18 >= x11-libs/libXrender-0.9.5
19 >= x11-libs/libXft-2.1.14
20 >= x11-libs/libXi-1.3
21 >= x11-libs/libXScrnSaver-1.2
22 >= dev-libs/libunique-1
23 >= x11-apps/xmodmap-1
24 >= x11-libs/gtk2+-2.18
25 >= media-libs/fontconfig-2.7
26 >= media-libs/freetype-2.3.9
27 >= gnome-base/gconf-2.28
28 >= gnome-base/nautilus-2.28
29 >= gnome-base/gnome-desktop-2.28
30 >= gnome-base/gnome-menus-2.28
31 >= gnome-base/gnome-settings-daemon-2.28
32 >= gnome-extra/evolution-data-server-2.28
33 >= dev-libs/libxml2-2.7
34 >= x11-wm/metacity-2.28
35 >= x11-libs/libxklavier-4.0
36 >= media-libs/libcanberra-0.22
37 >= gnome-base/librsvg-2.26
38 >= gnome-base/libgnomekbd-2.28
39 >= sys-apps/dbus-1.3
40 >= dev-libs/dbus-glib-0.82
41 >= sys-apps/hal-0.5.13"
42
43 SDEPEND=">= dev-util/intltool-0.40
44 >= sys-dev/gettext-0.17
45 >= app-text/scrollkeeper-0.3.14
46 >= dev-util/pkgconfig-0.23
47 >= dev-util/desktop-file-utils-0.15
48 >= app-text/gnome-doc-utils-0.18
49 >= x11-proto/kbproto-1
50 >= x11-proto/xextproto-1
51 >= x11-proto/xf86miscproto-1
52 >= x11-proto/scrnsaverproto-1
53 >= x11-proto/xproto-7.0.16
54 >= x11-proto/randrproto-1.3
55 >= x11-proto/renderproto-0.11"
56
57 sminclude gnome2
58
59 # upstream was renamed to gnome-control-center
60 SRCFILE="gnome-${PNAME}-${PVER}.tar.bz2"
61 SRCDIR="${BUILDDIR}/gnome-${PNAME}-${PVER}"
62
63 SRC_URI=(
64 gnome://gnome-${PNAME}/${PVER%.*}/${SRCFILE}
65 mirror://${PNAME}/${SRCFILE}
66 )
67
68 UP2DATE="updatecmd_gnome gnome-${PNAME}"
69
70 src_compile()
71 {
72 cd ${SRCDIR}
73
74 gn2_configure --disable-static --disable-update-mimedb --enable-aboutme || die
75 mmake || die
76 }

Properties

Name Value
svn:keywords Id