mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
frida: 12.5.8 bump, qtserialport, profile
This commit is contained in:
parent
833cabc903
commit
f26cc53023
4 changed files with 37 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST qtserialport-everywhere-src-5.12.3.tar.xz 302740 BLAKE2B 105999b369422c4e819c85bdcb2899eff2af9c8486ea485bf89f6b1fbe0d78c8760b52e06942145f7a0ad54c0a25ee504d9b3833536af3cfd88a2efeebda5b31 SHA512 42551b74abe1fcaa1972fb1134215987d7c1d0fe73874a4c6ad5b9aadad71a2066a1846c297569bb1562f94e54a406e8074d444deca510a566e27cd386b47ecf
|
||||
DIST qtserialport-everywhere-src-5.12.4.tar.xz 302892 BLAKE2B cc04f0bbdb201e9b202f74eb3c40e60b87234937dcdd7593fd4558344c60d7987daf44809026ea25b314d3f3097e03d4c24bad0c91482619c408b9b9588b5474 SHA512 c51fa5eca92a16c41678eef37c3e33c6ea7f61ad881dd309548b83bafa3fedf191afc324437863dcf1a35dafc512363e7588f65136c07ad8f0d51c6854da178f
|
||||
DIST qtserialport-everywhere-src-5.13.0.tar.xz 302836 BLAKE2B 4c97a881648bf6f5ed048e27b6f54fd1c760c025d0000da4dcbdce107ebf928044b892a9b279dfef26b3dda7e8fb40318397ea3f1f9661b245628bc8723682df SHA512 d9a8b3857de98da17dade7d9ab5405885a23331bcccebd727f3efbb3bfcaca6190137c060f70acb4d406a8004faf5a1654d0620de448666b1d4e46edb7664cc7
|
||||
|
|
|
|||
33
dev-qt/qtserialport/qtserialport-5.13.0.ebuild
Normal file
33
dev-qt/qtserialport/qtserialport-5.13.0.ebuild
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# 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,
|
||||
#https://bugs.gentoo.org/673532
|
||||
src_compile() {
|
||||
SUBLIBS="-ludev" qt5-build_src_compile
|
||||
}
|
||||
|
|
@ -1 +1,4 @@
|
|||
x11-misc/primus
|
||||
|
||||
#supports KDE with elogin
|
||||
~x11-misc/sddm-0.18.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue