Magellan Linux

Annotation of /branches/magellan-next/extras/libwnck/libwnck-2.30.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8111 - (hide annotations) (download)
Tue Jul 12 16:27:45 2011 UTC (13 years, 2 months ago) by niro
File size: 624 byte(s)
auto added: ver bump to 2.30.6-r1
1 niro 8111 # $Id$
2    
3     PNAME="libwnck"
4     PVER="2.30.6"
5     PBUILD="r1"
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    
18     SDEPEND=">= dev-util/pkgconfig-0.25
19     >= sys-dev/gettext-0.17
20     >= dev-util/intltool-0.40
21     >= dev-libs/gobject-introspection-0.10"
22    
23     sminclude gnome2
24    
25     UP2DATE="updatecmd_gnome ${PNAME}"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure --disable-static --enable-introspection --enable-startup-notification || die
32     mmake || die
33     }