Magellan Linux

Contents of /branches/R11-stable/extras/gnome-bluetooth/gnome-bluetooth-3.8.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17929 - (show annotations) (download)
Thu Jun 27 06:30:20 2013 UTC (10 years, 10 months ago) by niro
File size: 1324 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="gnome-bluetooth"
4 PVER="3.8.1"
5 PBUILD="r1"
6
7 PCAT="net-wlan"
8
9 DESCRIPTION="Password and keyring managing daemon."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= sys-apps/dbus-1.6
13 >= dev-libs/glib2-2.36
14 >= dev-libs/dbus-glib-0.100
15 >= dev-libs/libunique-3
16 >= x11-libs/gtk3+-3.6
17 >= x11-libs/libnotify-0.7
18 >= net-wlan/bluez-4.101
19 >= sys-fs/udev-204
20 >= sys-libs/libstdc++-4.7"
21
22 SDEPEND=">= dev-util/pkgconfig-0.25
23 >= dev-util/intltool-0.50
24 >= sys-dev/gettext-0.18
25 >= x11-libs/libX11-1.4
26 >= x11-libs/libXi-1.4
27 >= x11-proto/xproto-7
28 >= app-text/gnome-doc-utils-0.20
29 >= dev-libs/gobject-introspection-1.36"
30
31 SRCFILE="${PNAME}-${PVER}.tar.xz"
32
33 sminclude gnome2 mtools
34
35 SRC_URI=( ${SRC_URI[*]}
36 mirror://${PNAME}/rfkill.rules
37 )
38
39 UP2DATE="updatecmd_gnome ${PNAME}"
40
41 src_compile()
42 {
43 cd ${SRCDIR}
44
45 gn2_configure \
46 --enable-introspection \
47 --disable-scrollkeeper \
48 --disable-nautilus-sendto \
49 --disable-moblin \
50 --disable-desktop-update \
51 --disable-icon-update \
52 --disable-schemas-compile \
53 || die
54
55 mmake || die
56 }
57
58 src_install()
59 {
60 gn2_src_install || die
61 minstalludevrule rfkill.rules 80-rfkill.rules || die
62 }
63
64 preinstall()
65 {
66 # adds plugdev group
67 ${MLIBDIR}/mgroupadd -o "-g 302" plugdev
68
69 echo
70 echo "Add yourself to the plugdev group to be able to control bluetooth transmitter."
71 echo
72 }