Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 481332

Summary: dev-qt/qtserialport - an add-on for the Qt5 library, providing a single interface for both hardware and virtual serial ports
Product: Gentoo Linux Reporter: justXi <gentoo>
Component: New packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://qt-project.org/wiki/QtSerialPort
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild for qtserialport

Description justXi 2013-08-16 15:39:51 UTC
Hi,

would be nice to have an ebuild to install qtserialport for qt5.

http://qt.gitorious.org/qt/qtserialport

Thanks.
Comment 1 justXi 2013-08-18 07:32:03 UTC
Created attachment 356354 [details]
ebuild for qtserialport
Comment 2 justXi 2013-08-18 07:34:23 UTC
Attached ebuild seems to work, but I don't know if it machtes your requirements.
Comment 3 Davide Pesavento gentoo-dev 2013-08-18 08:56:31 UTC
Comment on attachment 356354 [details]
ebuild for qtserialport

># Copyright 1999-2013 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>EAPI=5
>
>QT5_MODULE="qtserialport"

not needed if equal to $PN

>
>inherit qt5-build
>
>DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
>
>if [[ ${QT5_BUILD_TYPE} == live ]]; then
>	KEYWORDS=""
>else
>	KEYWORDS="~amd64"
>fi
>
>IUSE="+glib icu"

not used anywhere?

>
>DEPEND="
>"
>RDEPEND="${DEPEND}"

no deps?

>
>QT5_TARGET_SUBDIRS=(
>)

not needed if empty

>QCONFIG_DEFINE="QT_ZLIB"

no, only qtcore can define QT_ZLIB

>
>pkg_setup() {
>	qt5-build_pkg_setup
>}

redundant

>
>src_configure() {
>	qt5-build_src_configure
>}

redundant
Comment 4 Davide Pesavento gentoo-dev 2013-08-18 09:20:30 UTC
Ebuilds added to qt overlay.