diff options
author | 2010-02-21 23:05:53 +0000 | |
---|---|---|
committer | 2010-02-21 23:05:53 +0000 | |
commit | 45c4797b892e524d99628a73fbfb0e266c093244 (patch) | |
tree | 631af8391d99f1aacf540febbbf1616ed478f7d7 /net-wireless | |
parent | add ~x86 for bug 305693 (diff) | |
download | gentoo-2-45c4797b892e524d99628a73fbfb0e266c093244.tar.gz gentoo-2-45c4797b892e524d99628a73fbfb0e266c093244.tar.bz2 gentoo-2-45c4797b892e524d99628a73fbfb0e266c093244.zip |
Version bump.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/kbluetooth/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild | 44 |
2 files changed, 51 insertions, 1 deletions
diff --git a/net-wireless/kbluetooth/ChangeLog b/net-wireless/kbluetooth/ChangeLog index 46e66d84ad93..63d1747b0d0c 100644 --- a/net-wireless/kbluetooth/ChangeLog +++ b/net-wireless/kbluetooth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/kbluetooth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/ChangeLog,v 1.8 2010/02/10 07:51:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/ChangeLog,v 1.9 2010/02/21 23:05:53 ssuominen Exp $ + +*kbluetooth-0.4.2 (21 Feb 2010) + + 21 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> + +kbluetooth-0.4.2.ebuild: + Version bump. *kbluetooth-0.4.1 (10 Feb 2010) diff --git a/net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild b/net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild new file mode 100644 index 000000000000..224c78a9497a --- /dev/null +++ b/net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/kbluetooth/kbluetooth-0.4.2.ebuild,v 1.1 2010/02/21 23:05:53 ssuominen Exp $ + +EAPI=2 +KDE_LINGUAS="cs da de en_GB eo es et fr ga gl it km lt nds nl pa pt pt_BR ro +ru sv tr uk zh_CN zh_TW" +inherit kde4-base + +DESCRIPTION="Bluetooth utils for KDE4" +HOMEPAGE="http://techbase.kde.org/Kbluetooth" +SRC_URI="http://kde-apps.org/CONTENT/content-files/112110-${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug semantic-desktop" + +COMMON_DEPEND=">=kde-base/solid-${KDE_MINIMAL}[bluetooth] + >=kde-base/libkworkspace-${KDE_MINIMAL} + || ( >=kde-base/kdelibs-4.4.0 =kde-base/libknotificationitem-4.3* ) + >=kde-base/kdelibs-${KDE_MINIMAL}[semantic-desktop?]" +RDEPEND="${COMMON_DEPEND} + app-mobilephone/obex-data-server + app-mobilephone/obexftp" +DEPEND="${COMMON_DEPEND}" + +DOCS="AUTHORS ChangeLog TODO" + +src_prepare() { + sed -i \ + -e 's:${KDE4WORKSPACE_SOLIDCONTROL_LIBRARY}:solidcontrol:g' \ + src/{,device-manager/,inputwizard/}CMakeLists.txt || die + + kde4-base_src_prepare +} + +src_configure() { + mycmakeargs+=( + $(cmake-utils_use_with semantic-desktop Nepomuk) + ) + + kde4-base_src_configure +} |