Magellan Linux

Annotation of /trunk/extras/xfconf/xfconf-4.6.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5713 - (hide annotations) (download)
Sat Aug 7 12:15:19 2010 UTC (13 years, 9 months ago) by niro
File size: 548 byte(s)
auto added: ver bump to 4.6.2-r1
1 niro 5713 # $Id$
2    
3     PNAME="xfconf"
4     PVER="4.6.2"
5     PBUILD="r1"
6    
7     STATE="unstable"
8     DESCRIPTION="A simple client-server configuration storage and query system."
9    
10     DEPEND=">= dev-libs/glib2-2.22
11     >= dev-perl/glib-perl-1.222
12     >= dev-libs/dbus-glib-0.82
13     >= xfce-base/libxfce4util-4.6"
14    
15     SDEPEND=">= dev-perl/extutils-depends-0.302
16     >= dev-perl/extutils-pkgconfig-1.12"
17    
18     sminclude xfce
19    
20     UP2DATE="updatecmd_xfce ${PNAME}"
21    
22     src_compile()
23     {
24     cd ${SRCDIR}
25    
26     xfce_src_configure \
27     --with-perl-options=INSTALLDIRS=vendor \
28     --enable-perl-bindings \
29     || die
30    
31     mmake || die
32     }