Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22111 - (show annotations) (download)
Thu Sep 4 07:38:39 2014 UTC (9 years, 9 months ago) by niro
File size: 1268 byte(s)
-fixed missing libsecret dep
1 # $Id$
2
3 PNAME="network-manager-applet"
4 PVER="0.9.10.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.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 >= app-crypt/libsecret-0.18"
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 glib2 gtk2
33
34 # use devel mode uneven numbers are stable versions too
35 UP2DATE="updatecmd_gnome network-manager-applet --devel"
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 gn2_configure \
42 --libexecdir=/usr/$(mlibdir)/networkmanager \
43 --localstatedir=/var \
44 --disable-more-warnings \
45 --disable-static \
46 --with-bluetooth \
47 --disable-migration \
48 --with-modem-manager-1 \
49 || die
50
51 mmake || die
52 }
53
54 postinstall()
55 {
56 glib2_update_schemas
57 gtk2_update_icon_cache
58 }
59
60 postremove()
61 {
62 glib2_update_schemas
63 gtk2_update_icon_cache
64 }
65