diff options
author | Huang Rui <vowstar@gmail.com> | 2022-05-09 11:04:44 +0800 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-13 20:03:48 +0000 |
commit | 8759771fffe11541f3259bab8b305a0afd142f32 (patch) | |
tree | 0cba26d7adcfe62d22b9b5cebb2097158d5dfbb4 /app-editors/qhexedit2/metadata.xml | |
parent | media-video/pipewire: Clarify disabling pulseaudio autospawn on openrc (diff) | |
download | gentoo-8759771fffe11541f3259bab8b305a0afd142f32.tar.gz gentoo-8759771fffe11541f3259bab8b305a0afd142f32.tar.bz2 gentoo-8759771fffe11541f3259bab8b305a0afd142f32.zip |
app-editors/qhexedit2: fix compile problem and add BDEPEND
sip-4 no longer supports the latest PyQt5 syntax,
so it needs to be changed to sip-5
Fix unable to find file "QtCore/QtCoremod.sip"
Switched the build system to use sip-build + PyQt-builder
Add dev-python/sip-5 as RDEPEND
New maintainer by Proxy Maint
Closes: https://bugs.gentoo.org/820473
Closes: https://bugs.gentoo.org/758260
Signed-off-by: Huang Rui <vowstar@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25395
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/qhexedit2/metadata.xml')
-rw-r--r-- | app-editors/qhexedit2/metadata.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app-editors/qhexedit2/metadata.xml b/app-editors/qhexedit2/metadata.xml index 7db8b420f3d9..f7e7eb3ae5ad 100644 --- a/app-editors/qhexedit2/metadata.xml +++ b/app-editors/qhexedit2/metadata.xml @@ -1,7 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>vowstar@gmail.com</email> + <name>Huang Rui</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <use> <flag name="gui">Install Qt5 hex editor</flag> </use> |