Add dev-qt from an older version of the gentoo repo
Qt5 has been removed, we restore it since we still use it.
This commit is contained in:
4
dev-qt/qtwayland/Manifest
Normal file
4
dev-qt/qtwayland/Manifest
Normal file
@ -0,0 +1,4 @@
|
||||
DIST qtwayland-5.15.18-gentoo-kde-1.tar.xz 45732 BLAKE2B e9498684aad8205487a8beb6c6408851009b9eeb7ed8e5ae809f26bbb4e1ce5970bdabd0fc79562747b7af6acf5f77e0faea854a646e0039889c3ae7001afb8f SHA512 65851f53e2a534cb6aab8d547543a1864243a7dd07f8766cf68ba0bbfd2fca6e011f6b9a68beabf0f2b806eacd48adacf876f8ba571c7747dcfce6a5687bee7b
|
||||
DIST qtwayland-everywhere-opensource-src-5.15.18.tar.xz 547760 BLAKE2B e41148764c0926109a35ef62bdfd59b031c42ed245783400a139da872ee6a83f9e4480e357ebd7561c3eeacb4cac612e94d0817f4bbe5a66131fab3a5a3596d7 SHA512 9e0d07a4a91eb6dd1bde6b211bae2b64f2035a28176c277adb86ab5d3a281c7740930dc304db94990c1d2277ef54d17b934f99326413719626fb161b612c033f
|
||||
DIST qtwayland-everywhere-src-6.10.3.tar.xz 901620 BLAKE2B b90e9f2c50d54d08b2bf234f4c93dccbe5d5413715c91ebc09cf725e1e95e927bfa7d9b18f095e2d9646b2701261954dde29e916ce86ab8721ddbe2bfa90ca71 SHA512 e8fd87143b8a0def113d02ae43931ed8c8b5f1917926481398bf0b617a0c70ef79ba20bf8359881f902b318b7412765a8a479c50d55a7267723cb9c76bd8d4b1
|
||||
DIST qtwayland-everywhere-src-6.11.1.tar.xz 903616 BLAKE2B 50452f6c9cb21c8b60687898b74651e67a87da0063c968a4cbb9eae2d0c45697fada478d93d35d74870dc925c9457d0b9b3ed23389ab7a9e013e7872041855fb SHA512 97c9aa8a75d68d3ba5f28e86dd2af7fc3fd2a32a190ffc4c5b5145a98e7657627dbb2b63893f241d009baa72de7beaebfcf91282e731b7985c240d204c5aab9b
|
||||
24
dev-qt/qtwayland/metadata.xml
Normal file
24
dev-qt/qtwayland/metadata.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?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>
|
||||
<use>
|
||||
<flag name="compositor">Enable support for the wayland compositor / server APIs</flag>
|
||||
<flag name="gnome">Build the GNOME-like decoration plugin (loaded by default with GNOME)</flag>
|
||||
<flag name="qml">Build QML/QtQuick bindings and imports</flag>
|
||||
<flag name="vulkan">Enable support for Vulkan-based server buffer integration</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<bugs-to>https://qt-project.atlassian.net/</bugs-to>
|
||||
<doc>https://doc.qt.io/</doc>
|
||||
<remote-id type="github">qt/qtwayland</remote-id>
|
||||
</upstream>
|
||||
<slots>
|
||||
<subslots>
|
||||
Must only be used by packages that are known to use private parts of the Qt API.
|
||||
</subslots>
|
||||
</slots>
|
||||
</pkgmetadata>
|
||||
55
dev-qt/qtwayland/qtwayland-5.15.18.ebuild
Normal file
55
dev-qt/qtwayland/qtwayland-5.15.18.ebuild
Normal file
@ -0,0 +1,55 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# Looking for Qt 6? It is packaged differently to Qt 5 with different
|
||||
# package names: https://wiki.gentoo.org/wiki/Project:Qt/Qt6_migration_notes
|
||||
|
||||
if [[ ${PV} != *9999* ]]; then
|
||||
QT5_KDEPATCHSET_REV=1
|
||||
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
inherit qt5-build
|
||||
|
||||
DESCRIPTION="Wayland platform plugin for Qt"
|
||||
|
||||
SLOT=5/${QT5_PV} # bug 815646
|
||||
IUSE="compositor vulkan"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
=dev-qt/qtcore-${QT5_PV}*:5=
|
||||
=dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=]
|
||||
media-libs/libglvnd
|
||||
x11-libs/libxkbcommon
|
||||
compositor? ( =dev-qt/qtdeclarative-${QT5_PV}*:5= )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
vulkan? ( dev-util/vulkan-headers )
|
||||
"
|
||||
BDEPEND="dev-util/wayland-scanner"
|
||||
|
||||
src_configure() {
|
||||
local myqmakeargs=(
|
||||
--
|
||||
-no-feature-xcomposite-egl
|
||||
-no-feature-xcomposite-glx
|
||||
$(qt_use compositor feature-wayland-server)
|
||||
$(qt_use compositor feature-wayland-dmabuf-server-buffer)
|
||||
$(qt_use compositor feature-wayland-drm-egl-server-buffer)
|
||||
$(qt_use compositor feature-wayland-shm-emulation-server-buffer)
|
||||
)
|
||||
|
||||
use compositor && myqmakeargs+=(
|
||||
$(qt_use vulkan feature-wayland-vulkan-server-buffer)
|
||||
)
|
||||
|
||||
qt5-build_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
qt5-build_src_install
|
||||
rm "${D}${QT5_BINDIR}"/qtwaylandscanner || die
|
||||
}
|
||||
39
dev-qt/qtwayland/qtwayland-6.10.3.ebuild
Normal file
39
dev-qt/qtwayland/qtwayland-6.10.3.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Toolbox for making Qt based Wayland compositors"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
IUSE="gnome qml"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
~dev-qt/qtbase-${PV}:6[gui,opengl,wayland]
|
||||
media-libs/libglvnd
|
||||
x11-libs/libxkbcommon
|
||||
qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
|
||||
gnome? (
|
||||
~dev-qt/qtbase-${PV}:6[dbus]
|
||||
~dev-qt/qtsvg-${PV}:6
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package qml Qt6Quick)
|
||||
$(qt_feature gnome wayland_decoration_adwaita)
|
||||
)
|
||||
|
||||
qt6-build_src_configure
|
||||
}
|
||||
39
dev-qt/qtwayland/qtwayland-6.11.1.ebuild
Normal file
39
dev-qt/qtwayland/qtwayland-6.11.1.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Toolbox for making Qt based Wayland compositors"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86"
|
||||
fi
|
||||
|
||||
IUSE="gnome qml"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
~dev-qt/qtbase-${PV}:6[gui,opengl,wayland]
|
||||
media-libs/libglvnd
|
||||
x11-libs/libxkbcommon
|
||||
qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
|
||||
gnome? (
|
||||
~dev-qt/qtbase-${PV}:6[dbus]
|
||||
~dev-qt/qtsvg-${PV}:6
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package qml Qt6Quick)
|
||||
$(qt_feature gnome wayland_decoration_adwaita)
|
||||
)
|
||||
|
||||
qt6-build_src_configure
|
||||
}
|
||||
39
dev-qt/qtwayland/qtwayland-6.11.9999.ebuild
Normal file
39
dev-qt/qtwayland/qtwayland-6.11.9999.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Toolbox for making Qt based Wayland compositors"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
IUSE="gnome qml"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
~dev-qt/qtbase-${PV}:6[gui,opengl,wayland]
|
||||
media-libs/libglvnd
|
||||
x11-libs/libxkbcommon
|
||||
qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
|
||||
gnome? (
|
||||
~dev-qt/qtbase-${PV}:6[dbus]
|
||||
~dev-qt/qtsvg-${PV}:6
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package qml Qt6Quick)
|
||||
$(qt_feature gnome wayland_decoration_adwaita)
|
||||
)
|
||||
|
||||
qt6-build_src_configure
|
||||
}
|
||||
39
dev-qt/qtwayland/qtwayland-6.12.9999.ebuild
Normal file
39
dev-qt/qtwayland/qtwayland-6.12.9999.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 2021-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Toolbox for making Qt based Wayland compositors"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
IUSE="gnome qml"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
~dev-qt/qtbase-${PV}:6[gui,opengl,wayland]
|
||||
media-libs/libglvnd
|
||||
x11-libs/libxkbcommon
|
||||
qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
|
||||
gnome? (
|
||||
~dev-qt/qtbase-${PV}:6[dbus]
|
||||
~dev-qt/qtsvg-${PV}:6
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package qml Qt6Quick)
|
||||
$(qt_feature gnome wayland_decoration_adwaita)
|
||||
)
|
||||
|
||||
qt6-build_src_configure
|
||||
}
|
||||
39
dev-qt/qtwayland/qtwayland-6.9999.ebuild
Normal file
39
dev-qt/qtwayland/qtwayland-6.9999.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 2021-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit qt6-build
|
||||
|
||||
DESCRIPTION="Toolbox for making Qt based Wayland compositors"
|
||||
|
||||
if [[ ${QT6_BUILD_TYPE} == release ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
|
||||
fi
|
||||
|
||||
IUSE="gnome qml"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/wayland
|
||||
~dev-qt/qtbase-${PV}:6[gui,opengl,wayland]
|
||||
media-libs/libglvnd
|
||||
x11-libs/libxkbcommon
|
||||
qml? ( ~dev-qt/qtdeclarative-${PV}:6 )
|
||||
gnome? (
|
||||
~dev-qt/qtbase-${PV}:6[dbus]
|
||||
~dev-qt/qtsvg-${PV}:6
|
||||
)
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package qml Qt6Quick)
|
||||
$(qt_feature gnome wayland_decoration_adwaita)
|
||||
)
|
||||
|
||||
qt6-build_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user