Magellan Linux

Contents of /branches/R11-unstable/extras/libwnck2/libwnck2-2.30.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25591 - (show annotations) (download)
Tue Nov 25 03:59:46 2014 UTC (9 years, 5 months ago) by niro
File size: 811 byte(s)
-release branches/R11-unstable
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_URI=(
31 gnome://${PNAME/2}/${PVER%.*}/${SRCFILE}
32 mirror://${PNAME/2}/${SRCFILE}
33 )
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 mconfigure --disable-static --enable-introspection --enable-startup-notification || die
40 mmake || die
41 }