mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 06:35:19 +02:00
Also including their (non-Qt) deps that Qt itself does not need. Bare rare exceptions, nowadays the Gentoo's Qt project is intended to maintain Qt itself and not end-user applications that merely happen to use Qt. This may have worked in the past but we do not have enough interested members to maintain these. *Most* of these were effectively unmaintained by Qt and recent'ish commits were drive-by from other developers. This is done to reflect reality better, and hopefully let these packages gain proper maintainers (or at least make it clear that anyone can work on them). Closes: https://github.com/gentoo/gentoo/pull/36508 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
22 lines
781 B
XML
22 lines
781 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>kde@gentoo.org</email>
|
|
<name>Gentoo KDE Project</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://bugs.kde.org/</bugs-to>
|
|
<remote-id type="kde-invent">libraries/qca</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="botan">Enable botan plugin</flag>
|
|
<flag name="gcrypt">Enable gcrypt plugin</flag>
|
|
<flag name="gpg">Enable GnuPG plugin</flag>
|
|
<flag name="logger">Enable logger plugin</flag>
|
|
<flag name="nss">Enable NSS plugin</flag>
|
|
<flag name="pkcs11">Enable PKCS#11 plugin</flag>
|
|
<flag name="sasl">Enable SASL plugin</flag>
|
|
<flag name="softstore">Enable softstore plugin</flag>
|
|
</use>
|
|
</pkgmetadata>
|