Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31937 - (show annotations) (download)
Wed Jan 2 14:53:21 2019 UTC (5 years, 3 months ago) by niro
File size: 663 byte(s)
auto added: ver bump to 3.30.0-r1
1 # $Id$
2
3 PNAME="libwnck"
4 PVER="3.30.0"
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/gtk3+-3.22
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++-8.2"
18
19 SDEPEND=">= dev-util/pkgconfig-0.25
20 >= sys-dev/gettext-0.18
21 >= dev-util/intltool-0.50
22 >= dev-libs/gobject-introspection-1.58"
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 --enable-introspection --enable-startup-notification || die
35 mmake || die
36 }