Magellan Linux

Contents of /trunk/extras/xfconf/xfconf-4.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11936 - (show annotations) (download)
Mon Apr 30 12:18:00 2012 UTC (12 years, 4 months ago) by niro
File size: 609 byte(s)
auto added: ver bump to 4.10.0-r1
1 # $Id$
2
3 PNAME="xfconf"
4 PVER="4.10.0"
5 PBUILD="r1"
6
7 DESCRIPTION="A simple client-server configuration storage and query system."
8
9 DEPEND=">= dev-libs/glib2-2.32
10 >= dev-perl/glib-perl-1.223
11 >= dev-libs/dbus-glib-0.98
12 >= xfce-base/libxfce4util-4.10"
13
14 SDEPEND=">= dev-perl/extutils-depends-0.304
15 >= dev-perl/extutils-pkgconfig-1.12
16 >= dev-util/pkgconfig-0.25
17 >= sys-dev/gettext-0.18
18 >= dev-util/intltool-0.50"
19
20 sminclude xfce
21
22 UP2DATE="updatecmd_xfce ${PNAME}"
23
24 src_compile()
25 {
26 cd ${SRCDIR}
27
28 xfce_configure \
29 --with-perl-options=INSTALLDIRS=vendor \
30 --enable-perl-bindings \
31 || die
32
33 mmake || die
34 }