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:
2026-07-03 09:45:00 +02:00
parent 2247967dd3
commit 705fa488e7
244 changed files with 8020 additions and 0 deletions

3
dev-qt/qttools/Manifest Normal file
View File

@ -0,0 +1,3 @@
DIST qttools-everywhere-src-6.8.2.tar.xz 10297596 BLAKE2B b8dc80718246e5bc72ef5c76c176f0b4bf264d387d22c49c03695a218ce295a946fd2cf84bf45d6a11752875a681d9bde27a33f7f5cb148e9a3c53f167996de0 SHA512 ad448af0656640a712eefe81fc4291209dec27fe10d42dfb68c7c31e65003653fb3821996f44c50d8ab4371853a18cfc0b4032f7876ce6c75d0fb9b4fe91ca27
DIST qttools-everywhere-src-6.8.3.tar.xz 10301984 BLAKE2B fb07a574d5b7f0dbc964819d217973d8e3a15974c510fa053a4a23bf548e8bb2bf9d8965dcd058eb6c53da7598f68ceccefa181c7f93cfb4506805df8937fda4 SHA512 77141b310f63932678f28682c490ccc75776493994d96582d546545c17937605efac312c008c75fda991b78c369320d0a2c4b543b568a459cc90051d1ed2b9da
DIST qttools-everywhere-src-6.9.0.tar.xz 10326748 BLAKE2B be1cc8ac1cdad7a9b1cdb4e5e5cbc9c82750293ac3efe27793031513deea25a999c30b561977ddcc81165955e2464abcd707c89a4cf28cf1b5c536389a230c6b SHA512 85f1a1e30ec639d5c5ac1eeea6372b2da632616e5b45911ca03846686e8329a1e00e88fe04a44621c48cb68bbabd9680e23aa52b418733166d79be393db5d6a7

View File

@ -0,0 +1,34 @@
<?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="assistant">Build Qt Assistant and the QtHelp module</flag>
<flag name="clang">Enable using libclang for code parsing (linguist/qdoc)</flag>
<flag name="designer">Build Qt Designer</flag>
<flag name="distancefieldgenerator">Build Qt Distance Field Generator</flag>
<flag name="linguist">Build Qt Linguist (GUI requires USE=widgets)</flag>
<flag name="pixeltool">Build Qt Pixeltool</flag>
<flag name="qdbus">Build the Qt D-Bus Interface (D-Bus Viewer requires USE=widgets)</flag>
<flag name="qdoc">Build Qt Documentation Generator</flag>
<flag name="qml">Build QML/QtQuick bindings and imports</flag>
<flag name="qmlls">Build the QtHelp plugin for the QML language server</flag>
<flag name="qtattributionsscanner">Build Qt Source Code Attribution Scanner</flag>
<flag name="qtdiag">Build Qt Diag</flag>
<flag name="qtplugininfo">Build Qt Plugin Info</flag>
<flag name="widgets">Enable QtWidgets support</flag>
</use>
<upstream>
<bugs-to>https://bugreports.qt.io/</bugs-to>
<doc>https://doc.qt.io/</doc>
<remote-id type="github">qt/qttools</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>