Magellan Linux

Contents of /trunk/extras/libwnck/libwnck-3.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11949 - (show annotations) (download)
Mon Apr 30 15:26:56 2012 UTC (12 years, 1 month ago) by niro
File size: 678 byte(s)
-fixed SRCFILE
1 # $Id$
2
3 PNAME="libwnck"
4 PVER="3.4.0"
5 PBUILD="r2"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="A window navigation construction kit."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= x11-libs/gtk3+-3.4
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}-${PVER}.tar.xz"
25
26 sminclude gnome2
27
28 UP2DATE="updatecmd_gnome ${PNAME}"
29
30 src_compile()
31 {
32 cd ${SRCDIR}
33
34 mconfigure --disable-static --enable-introspection --enable-startup-notification || die
35 mmake || die
36 }