Magellan Linux

Contents of /branches/magellan-next/extras/libwnck/libwnck-2.30.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9805 - (show annotations) (download)
Thu Jan 12 00:40:41 2012 UTC (12 years, 3 months ago) by niro
File size: 651 byte(s)
-added missing libstdc++ dependency
1 # $Id$
2
3 PNAME="libwnck"
4 PVER="2.30.6"
5 PBUILD="r2"
6
7 PCATEGORIE="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.40
22 >= dev-libs/gobject-introspection-0.10"
23
24 sminclude gnome2
25
26 UP2DATE="updatecmd_gnome ${PNAME}"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --disable-static --enable-introspection --enable-startup-notification || die
33 mmake || die
34 }