Magellan Linux

Annotation of /branches/R11-stable/extras/gnome-bluetooth/gnome-bluetooth-3.12.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21732 - (hide annotations) (download)
Mon Jul 21 09:39:52 2014 UTC (9 years, 10 months ago) by niro
File size: 1327 byte(s)
-release branches/R11-stable
1 niro 21504 # $Id$
2    
3     PNAME="gnome-bluetooth"
4     PVER="3.12.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.8
13     >= dev-libs/glib2-2.40
14     >= dev-libs/dbus-glib-0.102
15     >= dev-libs/libunique-3
16     >= x11-libs/gtk3+-3.12
17     >= x11-libs/libnotify-0.7
18     >= net-wlan/bluez-5
19     >= sys-fs/udev-211
20     >= sys-libs/libstdc++-4.8"
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.40"
30    
31     SRCFILE="${PNAME}-${PVER}.tar.xz"
32    
33     sminclude gnome2 mtools udev
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     }