Magellan Linux

Contents of /trunk/extras/network-manager-applet/network-manager-applet-0.9.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17276 - (show annotations) (download)
Thu Jun 6 14:19:12 2013 UTC (11 years ago) by niro
File size: 984 byte(s)
-fixed dependencies
1 # $Id$
2
3 PNAME="network-manager-applet"
4 PVER="0.9.8.0"
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
13 >= net-misc/mobile-broadband-provider-info-2012
14 >= dev-libs/glib2-2.36
15 >= sys-libs/libstdc++-4.7
16 >= sys-apps/dbus-1.6
17 >= dev-libs/dbus-glib-0.100
18 >= x11-libs/gtk3+-3.8
19 >= x11-libs/libnotify-0.7
20 >= gnome-base/libgnome-keyring-3.8
21 >= sys-apps/polkit-0.111
22 >= app-text/iso-codes-3.3
23 >= net-wlan/gnome-bluetooth-3.8
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 mtools
32
33 UP2DATE="updatecmd_gnome network-manager-applet"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 gn2_configure \
40 --libexecdir=/usr/$(mlibdir)/networkmanager \
41 --localstatedir=/var \
42 --disable-more-warnings \
43 --disable-static \
44 --with-bluetooth \
45 || die
46
47 mmake || die
48 }