mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
dev-libs/plasma-wayland-protocols: drop 1.18.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
d688ef9b1b
commit
159f7b55ec
@ -1,2 +1 @@
|
||||
DIST plasma-wayland-protocols-1.18.0.tar.xz 47596 BLAKE2B 25ad324eab3438da9bdd4c014b469b8fcedc4b1c82e6c19bd79aa16f6180cb9fbf0134e89354b854caf25ae31e5e4a4da8dfb4207ac2116e5a9c95dee76cda87 SHA512 4cdea72effa3b35cf3c7d4ce50786391deaa85285e24375c487d8b62c6eed9c7e2ce864180ae04f8c8ff7723a09a5716280218a1a8d262027ae8330f15a18398
|
||||
DIST plasma-wayland-protocols-1.19.0.tar.xz 47784 BLAKE2B 507a7897d511c68d2c8b0c9f72b2d3b2ba734154326709aafabbca6d77d82c66299e348fecffacd0c6cffac8cf34582e90b5e735177b5ab8016cfdc2bb09efc3 SHA512 1f703fdbf5a55851232ff59a4028e8d43206ae2ba17ed4123d22240e7f5dac4d103511b42d52ba03ca06cc92061fccb6b772cba6cb8c910326efad8d46f943ad
|
||||
|
||||
@ -1,38 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake kde.org
|
||||
|
||||
DESCRIPTION="Plasma Specific Protocols for Wayland"
|
||||
HOMEPAGE="https://invent.kde.org/libraries/plasma-wayland-protocols"
|
||||
|
||||
if [[ ${KDE_BUILD_TYPE} = release ]]; then
|
||||
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
|
||||
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="test? ( dev-libs/wayland )"
|
||||
BDEPEND="
|
||||
dev-libs/libpcre2:*
|
||||
dev-qt/qtbase:6
|
||||
>=kde-frameworks/extra-cmake-modules-6.0:*
|
||||
test? ( dev-util/wayland-scanner )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DQT_MAJOR_VERSION=6
|
||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass
|
||||
-DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # ecm.eclass
|
||||
-DBUILD_TESTING=$(usex test)
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user