Skip to content

Commit

Permalink
qtserialport: 5.12.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Mar 15, 2019
1 parent f9fca17 commit c177901
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-qt/qtserialport/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DIST qtserialport-everywhere-src-5.11.1.tar.xz 301692 BLAKE2B 8d57503dbd16d142ac72dbc496218d57ff92212b44e8a504f3b6ba27b2bdb295061705c1318000d50c2383ce815c8420b056ea66720f62338a1b98785d37c5f4 SHA512 2f13122438dfe91c6885534e4470e119abf1c7134b1d344e9c0700661c002566f483aa2bcdde53e4860df349fff4ff8ef05bfafb0aa1bb4484d3e5d07c989404
DIST qtserialport-everywhere-src-5.11.3.tar.xz 299140 BLAKE2B a10c24eedc425262145b705b7a264732db6a47d1bc080f2544bdb6873b1e7f6d1c25e9b27a3dbb5fd3eb697f06c4b057c072112090ce5f769f765d858f41860c SHA512 2c09a0e47bfebb494cdc767c5268bde77ef7dcbc665cfdaa0b17468a0cebea0208ea8019d0387622d2db63387557699fa30e043f3478dbddfd6b8fe909a7add6
DIST qtserialport-everywhere-src-5.12.1.tar.xz 302656 BLAKE2B 37c5bdf286b0c060d7eaeb1374737cbe32143b972f1c32727ae2e657d40319c948867d52e63b0f490d092d9ca0da91dfee8d43417ead1d62117fb6e6bd4997f5 SHA512 c917e08f417677fb16058c4be95c20dcd5881f41daf6033b864f725b259bfa38ab07a993a6a19f26574f1b662116aaceea26965cd1d2a5df7465e2bda495e7ff
DIST qtserialport-everywhere-src-5.12.2.tar.xz 302792 BLAKE2B 0969728c78e8c196ffbba911a7e589e72a342eeb8f7785d2ccaa5056cfc27fac1163bc2e7fb8ad526411d73426ecb2a895aa64a90f35f29a0dbf95b9e861f421 SHA512 23750cca0f43067a7115c5bc8436c0dcd31908ef5c50a78ab818a2bd0ddd12a25cedc4300b45c4bffb15baf3e6fd54fed373d7cb8c79811e8e274c97900b8aa5
32 changes: 32 additions & 0 deletions dev-qt/qtserialport/qtserialport-5.12.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit qt5-build

DESCRIPTION="Serial port abstraction library for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
fi

IUSE=""

DEPEND="
~dev-qt/qtcore-${PV}
virtual/libudev:=
"
RDEPEND="${DEPEND}"

src_prepare() {
# make sure we link against libudev
sed -i -e 's/:qtConfig(libudev)//' \
src/serialport/serialport-lib.pri || die

qt5-build_src_prepare
}

#this is an unacceptable hack due to some broken handling in whatever creates the Makefile failing to find -ludev
src_compile() {
SUBLIBS="-ludev" qt5-build_src_compile
}

0 comments on commit c177901

Please sign in to comment.