Magellan Linux

Contents of /trunk/extras/gnome-bluetooth/gnome-bluetooth-3.4.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11922 - (show annotations) (download)
Mon Apr 30 09:23:46 2012 UTC (12 years, 1 month ago) by niro
File size: 1283 byte(s)
auto added: ver bump to 3.4.0-r1
1 # $Id$
2
3 PNAME="gnome-bluetooth"
4 PVER="3.4.0"
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.5
13 >= dev-libs/glib2-2.32
14 >= dev-libs/dbus-glib-0.98
15 >= dev-libs/libunique-3
16 >= x11-libs/gtk3+-3.4
17 >= x11-libs/libnotify-0.7
18 >= net-wlan/bluez-4.95
19 >= sys-fs/udev-175
20 >= sys-libs/libstdc++-4.6"
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
30 SRCFILE="${PNAME}-${PVER}.tar.xz"
31
32 sminclude gnome2 mtools
33
34 SRC_URI=( ${SRC_URI[*]}
35 mirror://${PNAME}/rfkill.rules
36 )
37
38 UP2DATE="updatecmd_gnome ${PNAME}"
39
40 src_compile()
41 {
42 cd ${SRCDIR}
43
44 gn2_configure \
45 --disable-scrollkeeper \
46 --disable-introspection \
47 --disable-nautilus-sendto \
48 --disable-moblin \
49 --disable-desktop-update \
50 --disable-icon-update \
51 --disable-schemas-compile \
52 || die
53
54 mmake || die
55 }
56
57 src_install()
58 {
59 gn2_src_install || die
60 minstalludevrule rfkill.rules 80-rfkill.rules || die
61 }
62
63 preinstall()
64 {
65 # adds plugdev group
66 ${MLIBDIR}/mgroupadd -o "-g 302" plugdev
67
68 echo
69 echo "Add yourself to the plugdev group to be able to control bluetooth transmitter."
70 echo
71 }