mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
ReText: fix build (wrksrc)
This commit is contained in:
parent
a23bfe58d9
commit
3c5cd94ca5
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'ReText'
|
# Template file for 'ReText'
|
||||||
pkgname=ReText
|
pkgname=ReText
|
||||||
version=7.0.1
|
version=7.0.1
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="ReText"
|
pycompile_module="ReText"
|
||||||
makedepends="python3 qt5-tools ImageMagick"
|
wrksrc="${pkgname,,}-${version}"
|
||||||
|
makedepends="python3 qt5-tools qt5-host-tools ImageMagick"
|
||||||
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