Magellan Linux

Annotation of /trunk/todo/gnome-panel/gnome-panel-2.22.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2334 - (hide annotations) (download)
Thu Jul 9 19:40:05 2009 UTC (14 years, 11 months ago) by niro
File size: 1468 byte(s)
-moved to 'todo'
1 niro 2 # $Header: /magellan-cvs/smage/gnome-panel/gnome-panel-2.22.1.1-r1.smage2,v 1.1 2008/04/11 09:02:43 niro Exp $
2    
3     PNAME="gnome-panel"
4     PVER="2.22.1.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="gnome-base"
8     STATE="unstable"
9    
10     DESCRIPTION="The GNOME Panel basics."
11     HOMEPAGE="http://www.gnome.org/"
12    
13     DEPEND=">= x11-libs/gtk2+-2.12
14     >= x11-libs/libwnck-2.22
15     >= gnome-base/orbit-2.22
16     >= gnome-base/gnome-desktop-2.22
17     >= gnome-base/libbonoboui-2.22
18     >= gnome-base/libglade-2.6
19     >= gnome-base/libgnome-2.22
20     >= gnome-base/libgnomeui-2.22
21     >= gnome-base/gconf-2.22
22     >= gnome-base/gnome-menus-2.22
23     >= gnome-extra/libgweather-2.22
24     >= media-libs/libpng-1.2.24
25     >= sys-apps/dbus-1.1
26     >= dev-libs/dbus-glib-0.74"
27    
28     SDEPEND=">= dev-util/intltool-0.37
29     >= app-text/scrollkeeper-0.3.14
30     >= dev-util/pkgconfig-0.23
31     >= sys-dev/gettext-0.17"
32    
33     # enable scrollkeeper
34     SPECIAL_VARS="SCROLLKEEPER_UPDATE"
35     SCROLLKEEPER_UPDATE="1"
36    
37     sminclude gnome2
38    
39     src_prepare()
40     {
41     munpack ${SRCFILE} || die
42     cd ${SRCDIR}
43    
44     sed -i 's:--load:-v:' gnome-panel/Makefile.in
45     }
46    
47     src_compile()
48     {
49     cd ${SRCDIR}
50    
51     gn2_configure --disable-scrollkeeper || die
52     mmake || die
53     }
54    
55     postinstall()
56     {
57     if [[ -e /etc/gconf/schemas/panel-default-setup.entries ]]
58     then
59     echo "setting panel gconf defaults..."
60     GCONF_CONFIG_SOURCE=$(${MROOT}/usr/bin/gconftool-2 --get-default-source)
61     ${MROOT}/usr/bin/gconftool-2 --direct --config-source ${GCONF_CONFIG_SOURCE} \
62     --load=/etc/gconf/schemas/panel-default-setup.entries
63     fi
64    
65     gn2_postinstall
66     }

Properties

Name Value
svn:keywords Id