Magellan Linux

Contents of /branches/R11-stable/extras/network-manager-applet/network-manager-applet-0.9.8.10-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21812 - (show annotations) (download)
Mon Jul 21 09:53:00 2014 UTC (9 years, 9 months ago) by niro
File size: 1049 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="network-manager-applet"
4 PVER="0.9.8.10"
5 PBUILD="r1"
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.8.10
13 >= net-misc/mobile-broadband-provider-info-2012
14 >= dev-libs/glib2-2.40
15 >= sys-libs/libstdc++-4.8
16 >= sys-apps/dbus-1.8
17 >= dev-libs/dbus-glib-0.102
18 >= x11-libs/gtk3+-3.12
19 >= x11-libs/libnotify-0.7
20 >= gnome-base/libgnome-keyring-3.12
21 >= sys-apps/polkit-0.112
22 >= app-text/iso-codes-3.51
23 >= net-wlan/gnome-bluetooth-3.12
24 >= virtual/notification-daemon"
25
26 SDEPEND=">= dev-util/pkgconfig-0.25
27 >= dev-util/intltool-0.50"
28
29 SRCFILE="${PNAME}-${PVER}.tar.xz"
30
31 sminclude gnome2
32
33 # use devel mode uneven numbers are stable versions too
34 UP2DATE="updatecmd_gnome network-manager-applet --devel"
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 }