Skip to content

Commit

Permalink
kde-frameworks/kwindowsystem: 5.75.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 Oct 10, 2020
1 parent 21b4a4d commit e7b6e6e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kwindowsystem/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kwindowsystem-5.74.0.tar.xz 177952 BLAKE2B a4db6407306dc8d4dd1abc56b79481b0ac9762925a241e971ab7e390226b9e2fb5a0044d18bc9a3d2b77a48e16e50ffaa8f02c5d30bc910adea9e706de6adf54 SHA512 f27c2676a2b21ed0cb8b876aa75c9beeebef0403288af8e354a444c63cb653bb8e9b9d349cd06352699a749488441b0a05344c876724f20fd86f06a40ec71fda
DIST kwindowsystem-5.75.0.tar.xz 176888 BLAKE2B 36c9fbcaa39c65a4f7e403286ac1b04ecad54a5804bcd6b00a7b3b39314538390df40ec62d5b2c428fb2622e2c01f16fe879d66f9d75cb1e9109bf491d116e22 SHA512 2867edd24bf8be325a890b3141e6f2c5ae2f1ff07db4eb8bb3d2fa0025ed4d2e01a25447f5abbec2f961dd092c5a2a34818008dfb5a3614c43864da7938546ef
43 changes: 43 additions & 0 deletions kde-frameworks/kwindowsystem/kwindowsystem-5.75.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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

DESCRIPTION="Framework providing access to properties and features of the window manager"
LICENSE="|| ( LGPL-2.1 LGPL-3 ) MIT"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="nls X"

BDEPEND="
nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
RDEPEND="
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
X? (
>=dev-qt/qtx11extras-${QTMIN}:5
x11-libs/libX11
x11-libs/libXfixes
x11-libs/libxcb
x11-libs/xcb-util-keysyms
)
"
DEPEND="${RDEPEND}
X? ( x11-base/xorg-proto )
"

RESTRICT+=" test"

DOCS=( docs/README.kstartupinfo )

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package X X11)
)

ecm_src_configure
}

0 comments on commit e7b6e6e

Please sign in to comment.