mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-qt/qtwaylandscanner: New package, version 5.15.3
Split out of dev-qt/qtwayland. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
1
dev-qt/qtwaylandscanner/Manifest
Normal file
1
dev-qt/qtwaylandscanner/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST qtwayland-everywhere-opensource-src-5.15.3.tar.xz 565004 BLAKE2B bc146caf77d42436dcb599df8d2aea422ac8717151dee91b9be129b97902d5af274dec90bd5ffceef62512515e5cf57a61ab773cfc6c13742a6cc5d9b6f72726 SHA512 0a9768282170709050490fb1b9daef59c21c8b5c4785f56a452d7954ffb6f016ec836022693941c99c5c10b2c3c55c75ba37fdad09dd1e0cde627f8b87b90c89
|
||||
12
dev-qt/qtwaylandscanner/metadata.xml
Normal file
12
dev-qt/qtwaylandscanner/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>qt@gentoo.org</email>
|
||||
<name>Gentoo Qt Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://bugreports.qt.io/</bugs-to>
|
||||
<doc>https://doc.qt.io/</doc>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
22
dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.3.ebuild
Normal file
22
dev-qt/qtwaylandscanner/qtwaylandscanner-5.15.3.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
QT5_MODULE="qtwayland"
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Tool that generates certain boilerplate C++ code from Wayland protocol xml spec"
|
||||
|
||||
if [[ ${QT5_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
fi
|
||||
|
||||
DEPEND="=dev-qt/qtcore-${QT5_PV}*:5="
|
||||
RDEPEND="${DEPEND}
|
||||
!<dev-qt/qtwayland-5.15.3:5
|
||||
"
|
||||
|
||||
QT5_TARGET_SUBDIRS=(
|
||||
src/qtwaylandscanner
|
||||
)
|
||||
Reference in New Issue
Block a user