Magellan Linux

Contents of /branches/magellan-next/extras/xfconf/xfconf-4.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8136 - (show annotations) (download)
Tue Jul 12 18:04:04 2011 UTC (12 years, 10 months ago) by niro
File size: 607 byte(s)
auto added: ver bump to 4.8.0-r1
1 # $Id$
2
3 PNAME="xfconf"
4 PVER="4.8.0"
5 PBUILD="r1"
6
7 DESCRIPTION="A simple client-server configuration storage and query system."
8
9 DEPEND=">= dev-libs/glib2-2.28
10 >= dev-perl/glib-perl-1.223
11 >= dev-libs/dbus-glib-0.92
12 >= xfce-base/libxfce4util-4.8"
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.41"
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 }