Magellan Linux

Contents of /branches/magellan-next/extras/network-manager-applet/network-manager-applet-0.9.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9405 - (show annotations) (download)
Mon Nov 28 23:50:02 2011 UTC (12 years, 5 months ago) by niro
File size: 923 byte(s)
auto added: ver bump to 0.9.2.0-r1
1 # $Id$
2
3 PNAME="network-manager-applet"
4 PVER="0.9.2.0"
5 PBUILD="r1"
6
7 PCATEGORIE="net-misc"
8
9 DESCRIPTION="Network configuration and management in an easy way."
10 HOMEPAGE="http://projects.gnome.org/NetworkManager/"
11
12 # hardcoded ppp version
13 PPP_PVER=2.4.5
14
15 DEPEND=">= net-misc/networkmanager-0.9.2
16 >=net-misc/mobile-broadband-provider-info-2011
17 >= dev-libs/glib2-2.28
18 >= sys-apps/dbus-1.4
19 >= dev-libs/dbus-glib-0.94
20 >= x11-libs/gtk2+-2.24
21 >= x11-libs/libnotify-0.7
22 >= gnome-base/gconf-2.32
23 >= gnome-base/libgnome-keyring-2.32
24 >= sys-apps/polkit-0.101
25 >= app-text/iso-codes-3.3
26 >= net-wlan/gnome-bluetooth-2.32"
27
28 SDEPEND=">= dev-util/pkgconfig-0.25
29 >= dev-util/intltool-0.41"
30
31 sminclude gnome2 mtools
32
33 UP2DATE="updatecmd_gnome network-manager-applet"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 mconfigure \
40 --localstatedir=/var \
41 --disable-more-warnings \
42 --disable-static \
43 --with-bluetooth \
44 || die
45
46 mmake || die
47 }