Magellan Linux

Contents of /trunk/extras/libwnck2/libwnck2-2.30.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11952 - (show annotations) (download)
Mon Apr 30 16:31:06 2012 UTC (12 years, 1 month ago) by niro
File size: 724 byte(s)
auto added: ver bump to 2.30.7-r1
1 # $Id$
2
3 PNAME="libwnck2"
4 PVER="2.30.7"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="A window navigation construction kit."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= x11-libs/gtk2+-2.24
13 >= x11-libs/libX11-1.4
14 >= x11-libs/libXres-1
15 >= x11-libs/libXext-1.1
16 >= x11-libs/startup-notification-0.12
17 >= sys-libs/libstdc++-4.6"
18
19 SDEPEND=">= dev-util/pkgconfig-0.25
20 >= sys-dev/gettext-0.17
21 >= dev-util/intltool-0.50
22 >= dev-libs/gobject-introspection-1.32"
23
24 SRCFILE="${PNAME/2}-${PVER}.tar.xz"
25 SRCDIR="${BUILDDIR}/${PNAME/2}-${PVER}"
26 sminclude gnome2
27
28 UP2DATE="updatecmd_gnome ${PNAME/2}"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --disable-static --enable-introspection --enable-startup-notification || die
35 mmake || die
36 }