Skip to content

Commit

Permalink
kde-frameworks/kguiaddons: 5.82.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed May 9, 2021
1 parent a257240 commit 194031d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kguiaddons/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kguiaddons-5.80.0.tar.xz 58832 BLAKE2B d22aa03b84a199d9eb6f05aece22916aa0a020b6c98cc9862cfe57e4ce2dd87abc39b3e92d32f55d6b654e07083ed5186e8f3835a2566de27e52f6253cb5318b SHA512 97e4311afcdc5af6ea8dcdcce40d4c0a5c2e4a767556a7e2fac671d7691472873f526539f3c0c754da6d04987c0e180e1c0461ab747c3f0e486a5f613fa11d7b
DIST kguiaddons-5.81.0.tar.xz 58688 BLAKE2B f471a85cc3ff157785a4844758e29af9709d553c6c94036b2831acb85fd2ea478018e648eb7e927cf5f6a7d47cc669d527115127bb1958cbf0ad5c8a4f9643b4 SHA512 9151febb2d0acaa7a7559e67bafde0434c45265abcef9892d107e776b7cdcb31e4347f51d0cb65b16836dfb6d70132b8b1a9fe7624b61530c5bb9d378d9cebe7
DIST kguiaddons-5.82.0.tar.xz 59020 BLAKE2B 7954f85a013b0ea5a69f524a7a8e4f715aae3a6e526c9f574e8d185bb3d840fc16a7556424c9183b51782007f39df2470d2f511ab9fb486ac61da245b7df1970 SHA512 8713b2036371240e92503e4be51bdd16a354bc08f1831fe242f64841945ce99e1c1e3a62d367f1c07c4769768d724341733c6f1360985e215bfd3a85d2574ca6
35 changes: 35 additions & 0 deletions kde-frameworks/kguiaddons/kguiaddons-5.82.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="Framework providing assorted high-level user interface components"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="wayland"

RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5[wayland?]
>=dev-qt/qtx11extras-${QTMIN}:5
x11-libs/libX11
wayland? (
dev-libs/wayland
>=dev-qt/qtwayland-${QTMIN}:5
)
"
DEPEND="${RDEPEND}
x11-base/xorg-proto
x11-libs/libxcb
"

src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
-DWITH_WAYLAND=$(usex wayland)
)
ecm_src_configure
}

0 comments on commit 194031d

Please sign in to comment.