ReText: unbreak: needs python-PyQt5
This commit is contained in:
parent
2be90d4c0d
commit
8d970ecf1d
|
@ -1,14 +1,17 @@
|
||||||
# Template file for 'ReText'
|
# Template file for 'ReText'
|
||||||
pkgname=ReText
|
pkgname=ReText
|
||||||
version=5.0.1
|
version=5.0.1
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="3.4"
|
python_versions="3.4"
|
||||||
hostmakedepends="python3.4 ImageMagick"
|
pycompile_version="3.4"
|
||||||
depends="python3.4-Markups python3.4-pyside python3.4-Markdown"
|
pycompile_module="ReText"
|
||||||
short_desc="Editor for Markdown markup languages"
|
makedepends="python3.4 qt5-tools ImageMagick"
|
||||||
|
depends="python3.4-PyQt5-webkit python3.4-Markups python3.4-Markdown
|
||||||
|
desktop-file-utils shared-mime-info"
|
||||||
|
short_desc="Simple editor for Markdown and reStructuredText"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
noarch="yes"
|
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://retext.sourceforge.net"
|
homepage="http://retext.sourceforge.net"
|
||||||
update_ignore="*beta*"
|
update_ignore="*beta*"
|
||||||
|
@ -16,6 +19,7 @@ distfiles="${SOURCEFORGE_SITE}/retext/ReText-${version%.*}/ReText-${version}.tar
|
||||||
checksum=a62f784f18bfcdad13969b8b15a8e92f57e930f23e93bfce1ab714e5ac77e939
|
checksum=a62f784f18bfcdad13969b8b15a8e92f57e930f23e93bfce1ab714e5ac77e939
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
lrelease locale/*.ts
|
||||||
local icondir=usr/share/icons/hicolor
|
local icondir=usr/share/icons/hicolor
|
||||||
|
|
||||||
for size in 16 22 24 32 48 128; do
|
for size in 16 22 24 32 48 128; do
|
||||||
|
|
Loading…
Reference in New Issue