Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 642352 Details for
Bug 725868
kde-frameworks/kio-5.67.0-r1, kde-frameworks/kxmlgui-5.67.0, kde-frameworks/kirigami-5.67.1-r1: Fail to compile when used with dev-qt/qtnetwork-5.15.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild for kio-5.67.0-r1 that includes the patch file
kio-5.67.0-r2.ebuild (text/plain), 2.46 KB, created by
matthias.grobarek
on 2020-05-28 11:29:18 UTC
(
hide
)
Description:
Modified ebuild for kio-5.67.0-r1 that includes the patch file
Filename:
MIME Type:
Creator:
matthias.grobarek
Created:
2020-05-28 11:29:18 UTC
Size:
2.46 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >ECM_DESIGNERPLUGIN="true" >ECM_TEST="forceoptional" >PVCUT=$(ver_cut 1-2) >QTMIN=5.12.3 >VIRTUALX_REQUIRED="test" >inherit ecm kde.org xdg-utils > >DESCRIPTION="Framework providing transparent file and data management" >LICENSE="LGPL-2+" >KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" >IUSE="acl +handbook kerberos +kwallet X" > ># drop qtnetwork subslot operator when QT_MINIMAL >= 5.15.0 >RDEPEND=" > dev-libs/libxml2 > dev-libs/libxslt > >=dev-qt/qtdbus-${QTMIN}:5 > >=dev-qt/qtdeclarative-${QTMIN}:5 > >=dev-qt/qtgui-${QTMIN}:5 > >=dev-qt/qtnetwork-${QTMIN}:5=[ssl] > >=dev-qt/qtwidgets-${QTMIN}:5 > >=dev-qt/qtxml-${QTMIN}:5 > =kde-frameworks/kauth-${PVCUT}*:5 > =kde-frameworks/karchive-${PVCUT}*:5 > =kde-frameworks/kbookmarks-${PVCUT}*:5 > =kde-frameworks/kcodecs-${PVCUT}*:5 > =kde-frameworks/kcompletion-${PVCUT}*:5 > =kde-frameworks/kconfig-${PVCUT}*:5 > =kde-frameworks/kconfigwidgets-${PVCUT}*:5 > =kde-frameworks/kcoreaddons-${PVCUT}*:5 > =kde-frameworks/kcrash-${PVCUT}*:5 > =kde-frameworks/kdbusaddons-${PVCUT}*:5 > =kde-frameworks/ki18n-${PVCUT}*:5 > =kde-frameworks/kiconthemes-${PVCUT}*:5 > =kde-frameworks/kitemviews-${PVCUT}*:5 > =kde-frameworks/kjobwidgets-${PVCUT}*:5 > =kde-frameworks/knotifications-${PVCUT}*:5 > =kde-frameworks/kservice-${PVCUT}*:5 > =kde-frameworks/ktextwidgets-${PVCUT}*:5 > =kde-frameworks/kwidgetsaddons-${PVCUT}*:5 > =kde-frameworks/kwindowsystem-${PVCUT}*:5 > =kde-frameworks/kxmlgui-${PVCUT}*:5 > =kde-frameworks/solid-${PVCUT}*:5 > acl? ( > sys-apps/attr > virtual/acl > ) > handbook? ( =kde-frameworks/kdoctools-${PVCUT}*:5 ) > kerberos? ( virtual/krb5 ) > kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:5 ) > X? ( >=dev-qt/qtx11extras-${QTMIN}:5 ) >" >DEPEND="${RDEPEND} > >=dev-qt/qtconcurrent-${QTMIN}:5 > test? ( sys-libs/zlib ) > X? ( > x11-base/xorg-proto > x11-libs/libX11 > x11-libs/libXrender > ) >" >PDEPEND=" > >=kde-frameworks/kded-${PVCUT}:5 >" > ># tests hang >RESTRICT+=" test" > >PATCHES=( > "${FILESDIR}"/${P}-memleak.patch # bug 708876, KF-5.68 > "${FILESDIR}"/${P}-fix-invalid-qt-version-switch.patch >) > >src_configure() { > local mycmakeargs=( > $(cmake_use_find_package acl ACL) > $(cmake_use_find_package handbook KF5DocTools) > $(cmake_use_find_package kerberos GSSAPI) > $(cmake_use_find_package kwallet KF5Wallet) > $(cmake_use_find_package X X11) > ) > > ecm_src_configure >} > >pkg_postinst() { > ecm_pkg_postinst > xdg_desktop_database_update >} > >pkg_postrm() { > ecm_pkg_postrm > xdg_desktop_database_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 725868
:
642330
|
642332
|
642334
|
642348
|
642350
| 642352 |
642354
|
642356
|
642358
|
642360