Magellan Linux

Annotation of /branches/R11-stable/extras/network-manager-applet/network-manager-applet-0.9.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17992 - (hide annotations) (download)
Thu Jun 27 06:41:35 2013 UTC (11 years, 2 months ago) by niro
File size: 1048 byte(s)
-release branches/R11-stable
1 niro 17440 # $Id$
2    
3     PNAME="network-manager-applet"
4     PVER="0.9.8.2"
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     # 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     }