mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
ReText: fix cross
This commit is contained in:
parent
452c876aca
commit
6017836dd3
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="ReText"
|
pycompile_module="ReText"
|
||||||
wrksrc="${pkgname,,}-${version}"
|
wrksrc="${pkgname,,}-${version}"
|
||||||
makedepends="python3 qt5-tools qt5-host-tools ImageMagick"
|
hostmakedepends="python3 qt5-tools qt5-host-tools ImageMagick"
|
||||||
|
makedepends="qt5-tools python3-PyQt5-webkit python3-Markups python3-Markdown"
|
||||||
depends="python3-PyQt5-webkit python3-Markups python3-Markdown
|
depends="python3-PyQt5-webkit python3-Markups python3-Markdown
|
||||||
desktop-file-utils shared-mime-info"
|
desktop-file-utils shared-mime-info"
|
||||||
short_desc="Simple editor for Markdown and reStructuredText"
|
short_desc="Simple editor for Markdown and reStructuredText"
|
||||||
|
|
Loading…
Add table
Reference in a new issue