Magellan Linux

Contents of /branches/R11-stable/extras/network-manager-applet/network-manager-applet-0.9.6.4-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16149 - (show annotations) (download)
Fri Jan 25 00:23:59 2013 UTC (11 years, 4 months ago) by niro
File size: 1009 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="network-manager-applet"
4 PVER="0.9.6.4"
5 PBUILD="r4"
6
7 PCAT="net-misc"
8
9 DESCRIPTION="NetworkManager applet for Gnome and Gtk2+"
10 HOMEPAGE="http://projects.gnome.org/NetworkManager/"
11
12 DEPEND=">= net-misc/networkmanager-0.9.6
13 >= net-misc/mobile-broadband-provider-info-2011
14 >= dev-libs/glib2-2.34
15 >= sys-libs/libstdc++-4.7
16 >= sys-apps/dbus-1.6
17 >= dev-libs/dbus-glib-0.100
18 >= x11-libs/gtk3+-3.6
19 >= x11-libs/libnotify-0.7
20 >= gnome-base/gconf-3.2
21 >= gnome-base/libgnome-keyring-3.6
22 >= sys-apps/polkit-0.107
23 >= app-text/iso-codes-3.3
24 >= net-wlan/gnome-bluetooth-3.6
25 >= virtual/notification-daemon"
26
27 SDEPEND=">= dev-util/pkgconfig-0.25
28 >= dev-util/intltool-0.50"
29
30 SRCFILE="${PNAME}-${PVER}.tar.xz"
31
32 sminclude gnome2 mtools
33
34 UP2DATE="updatecmd_gnome network-manager-applet"
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 gn2_configure \
41 --libexecdir=/usr/$(mlibdir)/networkmanager \
42 --localstatedir=/var \
43 --disable-more-warnings \
44 --disable-static \
45 --with-bluetooth \
46 || die
47
48 mmake || die
49 }