Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/kbluetooth: ChangeLog kbluetooth-0.4.ebuild
Date: Tue, 02 Feb 2010 06:53:22
Message-Id: E1NcCdR-0008Ef-NR@stork.gentoo.org
1 ssuominen 10/02/02 06:53:17
2
3 Modified: ChangeLog
4 Added: kbluetooth-0.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 net-wireless/kbluetooth/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 31 Jan 2010 17:06:01 -0000 1.5
23 +++ ChangeLog 2 Feb 2010 06:53:17 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-wireless/kbluetooth
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/ChangeLog,v 1.5 2010/01/31 17:06:01 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/ChangeLog,v 1.6 2010/02/02 06:53:17 ssuominen Exp $
29 +
30 +*kbluetooth-0.4 (02 Feb 2010)
31 +
32 + 02 Feb 2010; Samuli Suominen <ssuominen@g.o>
33 + +kbluetooth-0.4.ebuild:
34 + Version bump.
35
36 31 Jan 2010; Samuli Suominen <ssuominen@g.o>
37 kbluetooth-0.4_rc2.ebuild:
38
39
40
41 1.1 net-wireless/kbluetooth/kbluetooth-0.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kbluetooth-0.4.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.ebuild,v 1.1 2010/02/02 06:53:17 ssuominen Exp $
51
52 EAPI=2
53 KDE_LINGUAS="cs da de en_GB eo es et fr ga gl it km lt nds nl pa pt pt_BR ro
54 ru sv tr uk zh_CN zh_TW"
55 inherit kde4-base
56
57 DESCRIPTION="Bluetooth utils for KDE4"
58 HOMEPAGE="http://techbase.kde.org/Kbluetooth"
59 SRC_URI="http://kde-apps.org/CONTENT/content-files/112110-${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="4"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="debug semantic-desktop"
65
66 COMMON_DEPEND=">=kde-base/solid-${KDE_MINIMAL}[bluetooth]
67 >=kde-base/libkworkspace-${KDE_MINIMAL}
68 >=kde-base/libknotificationitem-${KDE_MINIMAL}
69 >=kde-base/kdelibs-${KDE_MINIMAL}[semantic-desktop?]"
70 RDEPEND="${COMMON_DEPEND}
71 app-mobilephone/obex-data-server
72 app-mobilephone/obexftp"
73 DEPEND="${COMMON_DEPEND}"
74
75 DOCS="AUTHORS ChangeLog TODO"
76
77 src_prepare() {
78 kde4-base_src_prepare
79
80 sed -e 's/${KDE4WORKSPACE_SOLIDCONTROL_LIBRARY}/solidcontrol/g' \
81 -i src/CMakeLists.txt \
82 -i src/device-manager/CMakeLists.txt \
83 -i src/inputwizard/CMakeLists.txt \
84 || die "Failed to patch CMake files"
85 }
86
87 src_configure() {
88 mycmakeargs+=( $(cmake-utils_use_with semantic-desktop Nepomuk)
89 $(cmake-utils_use_with semantic-desktop Soprano) )
90 kde4-base_src_configure
91 }
92
93 pkg_postinst() {
94 kde4-base_pkg_postinst
95 ewarn "net-wireless/bluez can't work as normal user, so you need to setup"
96 ewarn "your dbus privilege granting yourself, see bug:"
97 ewarn "http://bugs.gentoo.org/279616"
98 }